gogins / csound-extended

Extensions for Csound including algorithmic composition, Android app, and WebAssembly.
GNU Lesser General Public License v2.1
40 stars 1 forks source link

External Node #162

Closed gogins closed 3 years ago

gogins commented 3 years ago

Inspired by the External SoundObject in blue. This will simply execute a script in an external process and pipe stdout into a csound::Score, assuming that stdout consists of Csound score statements in CsoundAC format: i time duration midikey midivelocity pan depth height phase pitches. Score statements that do not begin with i will be ignored .