mitchmindtree
mitchmindtree
The `audio_requested` method should simply call `audio_requested` from each element in the `Vec` and sum them all onto the output buffer.
The Iterator should yield the depth away from the current node along with the reference in a tuple, ordered from the shortest depth to the furthest. Nodes with multiple outputs...
This should be very doable within both the `Node` trait and the `Graph` data structure. The new scoped threads could make this really ergonomic. We could check the number of...
Many users have been experiencing issues with the bindings, particularly with the Linux ALSA backend. As the `ffi.rs` module was written by hand quite a while ago, there's a chance...
Suggested by ubsan in IRC.
Great suggestion by ubsan on IRC. As we don't yet have typed integers, it might be best to just implement a new `Channels` trait for the common cases for now,...
This will allow for more conventional error handling inside the callback, including using the `try` macro and `Result` methods.
I quite often come up with the desire to "filter"/"count"/etc the node edge pairs produced by the Walker types - perhaps it would be beneficial to abstract the `Walker` behaviour...
This rebases @flupe's work on implementing Vim 8 terminal support (#42) onto master. Also removes mention of the not-yet-implemented `:TidalStart` command. I'll open separate issues for these. --- I'm not...
This is a tracking issue for the state of context display list sharing for each backend. - [x] Linux | Wayland | EGL - [x] Linux | X11 | EGL...