-
-
j.hart
Hello all!
I'm currently working on a modular synth project - and the base patch is of course the oscillator generator. I'm wanting to keep CPU usage as low as possible. So, I have a question about the osc~ object. From what I understand, it will still be running and using up CPU even if the frequency is at 0. Is there any way of "turning it off" ? Basically, not having it calculate unless I want it to (I would like to have the possibility the choose between different waveforms).
I hope this is clear - thanks in advance!
-
j.hart
Hello!
I'm currently working on a synthesizer, and I would like to be able to use it several times in the same project.
Unfortunately it has multiple subpatches with many sends and recieves, and if i were to use the same synth in the same project, I
imagine that the sends and receives would conflict between each other?I would like to know if there's a way of, for example adding "2" to the end of every send and receive in a whole patch, without having
to do them one by one, and thus making each synth unique.I know that it is possible to change them one by one via message, but is it possible to add characters to all sends and recieves in a whole patch, and if possible all it's subpatches?
Thankyou very much!
Jacob.