Hey
I have been trying to add an on/off button to the math/*c object Using Philoops phi/prob/%i sw object as reference, since it has got an On/off button implemented.
I have added the parameter bool32.tg for the on/off switch. It is called on.
I hav also added the highlighted to the existing k.rate code. But it doesnt work.
K-rate code:
outlet_out= (param_on) + __SMMUL(paramamp,inlet_in)<<1;
I tried moving the (param_on) to other places but it just wont work. The patch goes live, but the on off button does not work.
Any ideas?
atten on off 1.axp (2.3 KB)