mitchmindtree

Results 219 issues of mitchmindtree

Currently we specify some arbitrary, default dimensions for windows in `nannou/src/window.rs`. I think the idea was to ensure consistency across different platforms, regardless of the platform's defaults. However, this can...

Currently these are ignored and return `None`.

good first issue

It seems that since switching to Vulkan it's not as trivial to get a transparent window working! ## Expected behaviour You should be able to create a transparent window like...

bug

## Motivation I'm working on a generative music project downstream (picture a DAW-like interface) that uses `Ratio` to represent time. One very common operation in this project is checking if...

breaking change

As of #397 the callback now emits timestamps associated with: 1. The moment the callback is called and 2. The moment audio is delivered/received to/from the device. As mentioned in...

feature request

Sometimes it just exits with `Command terminated`, while other times crashing with an error that seems to originate from pulseaudio (perhaps pulseaudio is the default on my system): ``` Assertion...

bug
platform - linux
host - alsa

I've been hacking on [a Nix flake for dasy](https://github.com/mitchmindtree/dasy.nix), and early on while attempting to use [poetry2nix](https://github.com/nix-community/poetry2nix), having the poetry.lock committed was necessary for `poetry2nix` to generate a nix derivation....

This is already mentioned as a potential goal in the README, but just thought I'd open an issue to track/discuss! It would be wicked to turn both invoke AI and...

Hi there, thanks for publishing your s-curve implementation! I've been hunting around the net for an implementation that also accounts for an initial *acceleration*. I noticed that your implementation handles...

Currently untested, but thought I'd open up a draft PR with my progress in case anyone else wants to finish it off! It might be some time before I can...