Connect a MIDI device to see the advanced control demonstrations.
These controls demonstrate non-standard value ranges that are automatically mapped to MIDI 0-127
These controls have inverted MIDI values (127-value) for reverse parameter behavior
Tip: Inverted controls are useful when your synth parameter works in reverse of the UI control.
For example: Some filters close when the knob is turned clockwise, or some envelopes have negative modulation depth.
Add and remove controls dynamically - the library will auto-bind them when watchDOM is enabled
How it works: With watchDOM: true, the library automatically detects new elements added to the DOM and binds them.
No manual binding required - just add the data attributes and the control works instantly!
Example of programmatically binding controls without watchDOM
Watch the counter update as controls are added/removed