Closed LFSaw closed 7 years ago
@telephon can I have an opinion in this?
Let's discuss this when i have the occasion to test and look at the code, in a month or so.
The confusion comes perhaps from a different meaning of the two parameters in quelle and filter, and perhaps in buggy behaviour.
Normally, through
should make a synth increasingly transparent, but i have to have another look. what's your opinion ?
mix
behaves differently in quelle
and filter
, whereas through
doesn't do anything. Let's discuss whenever you have time :) If it'll take a month, I think I need to just go ahead and develop my own fork, though...
I can discuss but nothing much else. Remember to check how parentheses respond to these parameters.
The bus mapping is a little delicate.
the difference between mix
and through
is in the difference between dryIn
and outBus
in the StenoSignal
class. This is where I'd look if I could
thanks for the pointer. I also started to understand what is wrong with thorugh
: it is not possible to set it with Steno:set
since it is excluded from that here (we should definitely make this list a static variable that resides in a more visible place...).
ah yes, maybe it is better to keep it internal? I don't remember what I was using it for.
I'm on it... :)
On 14. Aug 2017, at 21:05, Julian Rohrhuber notifications@github.com wrote:
ah yes, maybe it is better to keep it internal? I don't remember what I was using it for.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
It seems that mix is a
drywet
control, whereas through has no effect at all.Documentation says: