Closed telephon closed 6 years ago
a[]
results in silence...
with t.quelle(\a, {SinOsc.ar})
Ah yes, there is nothing in the parallel system that would pick up the sound to put it in the mix:
t.dumpStructure
------------ a ------------
0
0
------------ [ ------------
nil
nil
------------ ] ------------
1
0
So it seems tha the opening bracket mustn't be a dummy, but must copy the signal into the channel. (here 1).
The closing parentheses should only clean up after themselves as long as its gate is on. But anyhow, this might have been too prudent. So I corrected it and also commented it out.
This fixes #25.
Needs tough testing with complicated nested graphs.