musikinformatik / Steno

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

remove dryIn from filterOutput #35

Closed telephon closed 6 years ago

telephon commented 6 years ago

Let’s remove dryIn from filterOutput, because it isn’t needed there. It only makes sense for the last item in a parentheses.

If someone thinks something up to use it in a synth, we can easily add it to the controls.

telephon commented 6 years ago

@LFSaw btw. (probably) you added the note

"// TODO: if replace, set mix to 1" in filterOutput

"// TODO: if release (not replace), continue mixing" in quelleOutput

"// TODO: write silence if release (not replace)" in writeToBus

what do they mean? Should they be issues?

telephon commented 6 years ago

… and are these TODO-comments perhaps related to #25 ?