Dear all,
I can play notes on a JavaSound midi synthesizer (midiChannels[0].noteOn(74, 600) etc), and I have written a UGen that modifies an input to an output e.g. adding reverb or resonance at certain frequencies echo (this workes for me, if I feed it as input the output of some WavePlayer).
Now, how do I feed the output of the midi synthesizer into the UGen object? Instead of playing it directly?
Apologies if I overlook something very obvious.
Thanks in advance and greetings,
Simon