I’m working on an installation and the plan is to have two MIDI controllers to send commands to Notch. These commands should affect effects and play sounds.
It seems to me that currently I cannot just Play sounds on demand in Notch. My first idea was to use PlaySound-nodes control them via Execute Child Nodes. But PlaySound-node always loops the sound. (posted a bug about it)
For installation purposes it would be great if we had a SoundEffect-node (or something) that could be controlled in simple manner. Like, in my case, I would like it to create a new sound each time I give a play command, play that through and die eventually. So that I could play the same sound multiple times on top of each other and obviously I would like to stick this SoundEffect-node to SoundModifier.
Next I’ll try to use external app to play the sounds and capture the audio data from Stereo Mix. Hopefully that will get the job done. Ideal scenario would be where there’s only Notch application running on computer.