burns-audio-wam icon indicating copy to clipboard operation
burns-audio-wam copied to clipboard

A collection of Web Audio Modules (WAMs) powering sequencer.party

Results 13 burns-audio-wam issues
Sort by recently updated
recently updated
newest added

This is an example Web Audio Module that runs a RNBO javascript export, wrapping it as a WAM and exposing it's parameters as WAM parameters

when just a parameter change occurs, onStateChange runs, which may cause a full param and ui refresh

1 - there is no callback or way to know when a knob is turned except for registering onTick and comparing values. We can't detect changes and emit MIDI if...

- should be unregistering with WAM Extensions - shadow-root based GUIs do not de-render on the correct node - do we need to delete SharedArrayBuffers?

Looks like ISF Video can load without exposing it's parameters to the WAM host make a session and refresh the page