musikinformatik / Steno

Concatenative little metalanguage for live coding
GNU General Public License v2.0
65 stars 7 forks source link

steno signal closing parenthesis #36

Closed telephon closed 6 years ago

telephon commented 6 years ago

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.

LFSaw commented 6 years ago

a[] results in silence...

LFSaw commented 6 years ago

with t.quelle(\a, {SinOsc.ar})

telephon commented 6 years ago

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).