Page 1 of 1

Q-link problem with the "play loop" inlet of the sampler

Posted: 01 Dec 2020, 19:57
by creal
Hello,

There is something I don't understand in this patch. I made a "stop" q-link (triggered by a big stop button as you can see in the control panel) in order to stop several samplers (one by subpatch, even if I removed others to simplify the patch) at the same time. The q-link is sent to a data inlet called "stop", and it is wired to the "set off" of the switch "play loop" data inlet of the sampler. When I press the stop button nothing happens, but it works if I don't use the q-link.

Please note that everything works when using "stop" inlet of a sampler.

Thanks for your help,

creal.

Re: Q-link problem with the "play loop" inlet of the sampler

Posted: 02 Dec 2020, 08:23
by nay-seven
in your patch, you have a quick link and a bus to control the same inlet,
so you need to add a pass if change module for both
if not, the 2 values are in conflict:

Capture d’écran 2020-12-02 à 08.19.23.png

Re: Q-link problem with the "play loop" inlet of the sampler

Posted: 02 Dec 2020, 16:15
by creal
Thanks nay. I didn't know q-link and buses could be in conflict this way. I thought: any inlet acts as an "OR" input, ie. it can be controlled by anything cabled in (example: 2 buttons to control the same "stop" inlet of a sampler). I saw the "pass if changed" module only to avoid a module (like a button or a switch) to be controlled exclusively (ie. slaved) by its inlet.