so, everytime I create a bang~ and conect it somewhere, it won't work right away, I have to reinstantiate the object - it also starts working if i just save the patch! Anybody ele?
cheers
ps. I'm on mac os 10.12.1 using vanilla 64 bits
On 12/01/2016 08:09 PM, Alexandre Torres Porres wrote:
so, everytime I create a bang~ and conect it somewhere, it won't work right away, I have to reinstantiate the object - it also starts working if i just save the patch! Anybody ele?
please provide step-by-step instructions to repeat the problem. [bang~] won't output anything if DSP is not turned on (and your problem doesn't mention that at all).
apart from that: this seems to be one of the problems caused by DSP-objects (those that have a perform-routine to be called every DSP-tick) without any signal I/O: they don't trigger a re-evaluation of the DSP-graph, which results in them not being added to the DSP-processing. turning on DSP after the object has been created should make it work. or create another signal-object after [block~].
fgmads IOhannes
2016-12-01 21:45 GMT-02:00 IOhannes m zmölnig zmoelnig@iem.at:
please provide step-by-step instructions to repeat the problem.
All steps I have are these 2: A) create [bang~] and B) connect it anywhere
Yes, bang doesn't run with DSP On, but I thought it'd be implied that I knew about it. This is an issue that happens with the DSP is On, either already on or turned on after being turned off.
cheers