I have a twofold question that I humbly beg for guidance on. Regarding ProxySpace: when fading from pattern to an empty Pbind.
there is the sound of the default synth. How to avoid this?
Also; what causes inconsistent (non working) fades?
What is an inconsistent cross-fading? Most of the time, each sound has a very different envelope. Other times, the cross-fade curves were miscalculated. Itâs hard to know what you are talking about.
Regarding the Pbind, yes, you get the default values for each argument. You need to set what you want if you donât want that. Thatâs how it is. In this case, set \amp to zero.
Maybe you want a particular behavior. In this case, there are ways to make that more convenient to you.
Thank you! I should have figured that out re: \amp, 0
What I mean about non working fade
Is that even with a long fade time it instantly doubles over with no noticeable cross fade except one instance ends after the other begins.
Everything works well on one patch but a seemingly identical patch with different Synthdefs the crossfade is non existent.
The non working one Synthdef has OscN which uses a buffer. That might be whatâs not fading.
It does not matter. What matters is what argument key the synth responds to and what it does in the synth. Compare the SynthDefs and show whatâs different here. Maybe thatâs it.
Yes, itâs all about context. My brain sometimes thinks like a free improviser who wants things ready quickly at unpredictable times, and most of those processes are pretty cheap.
But there are other situations, of course. It all depends.
EDIT: also, on this topic, I never really found the rest implementation really âelegant,â it always looks strange to me )), the same with duration zero as a regular method.