charlie roberts
charlie roberts
Having the IP address of the OSC sender is really useful if you're expecting multiple clients. Would be great if you'd be willing to pull this in and push to...
Currently output() checks the value of isLocal before it sends out OSC or MIDI messages. Instead of doing this, output should ALWAYS send out messages and any method that calls...
Android multitouch works inside of single DOM elements, therefore all widgets have to be drawn into a single Canvas. Hopefully, with optimization, this will be more efficient than the current...
Wasm
The following ugens need documentation (they are categorized below). delta, rate -> filter env, attack, decay -> envelope mix, sah -> routing mstosamps, mtof, memo, pan -> utilities "utilities" needs...
Per [this discord conversation](https://discord.com/channels/790732544491913216/812898570997989426/923800689568784434): ```js mod.frequency.seq( [2,4,8,16], 1 ) ``` ... doesn't work in the modulation tutorial.
...otherwise there's an error in theory.js that gets thrown when it tries to make a call to `Gibber.subscribe`
Hi, This looks like a great library; congrats! Any plans to support looping (for sustain)? I know the SoundFont spec supports including loop points in instruments, although the files included...
From the Discord server: ```js k = Kick() k.tidal('[1 ~ ~]!4 [1 1 ~ ~]') ``` yields the error message "Your Tidal pattern is using a token (~]) that isn't...