Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.27k stars 965 forks source link

FR: OSC/OSE integration #1198

Closed equilet closed 2 months ago

equilet commented 12 months ago

FR: OSC/OSE integration OpenSoundControl support for triggering synthesis operations, including parameter binding to addresses, etc. Ideally this would be based on OSE / ODOT but the 1.1 spec rolled in would be better than nothing! :)

MIDI as a fallback The MIDI support is nice to have but it seems like OSC could be a lot more descriptive for synth parameters.

tambien commented 2 months ago

Love this idea, but i don't think i'll be supporting this as part of the core Tone.js which just focuses on the synthesis/playback part of Web Audio API. If there's an implementation in browser javascript, then hopefully it's easy enough to interface with Tone.js