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 .
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 withi
will be ignored .