Daniel Jones
Daniel Jones
`localhost` resolves to IPv6 `::1` on modern macOS, [breaking applications](https://github.com/webpack/webpack-dev-server/issues/2272) that listen explicitly on IPv4 (including pylive). Should update to connect to `127.0.0.1`.
I'm writing an academic paper on isobar, and would love to include some references to projects that people have made with it. So if you've made something that uses isobar...
Extend `PRandomImpulseSequence`'s `every()` method across all `Pattern` subclasses, so that any pattern is able to schedule its own periodic events. This means a that hook will need to be injected...
All docs to all Pattern subclasses explaining the __init__ arguments In Google pydoc format
Extend Virtual MIDI Devices page with details on Linux/alsa: http://ideoforms.github.io/isobar/devices/virtual-midi-devices/
Signature: `void Buffer::fill(std::string waveform, int frequency = 0)` e.g.: `buf.fill("sine", 440)` fills the buffer with a 440Hz sine wave. Waveforms should include at least `sine`, `triangle`, `saw`, `square`, `whitenoise`, `pinknoise`....
Should be possible with this action that uses qemu to emulate aarch64 in userland: https://github.com/pguyot/arm-runner-action
To catch issues such as this: https://github.com/ideoforms/signalflow/pull/103
SignalFlow natively operates on `float32` samples. Many audio output devices do not have support for `float32` outputs, instead requiring `int16` or similar. However, there is currently no support for converting...