mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Add reference documentation entry for 'createOutputChannel' in JS Editor utils #316

Closed frantic0 closed 3 years ago

frantic0 commented 3 years ago

in # Communicating with the audio engine

we need to document the method for creation of output channel

var channel0 = createOutputChannel(0, 1);

smilo7 commented 3 years ago

added in https://github.com/mimic-sussex/sema/pull/328