Page 1 of 1

Trigger a sample by receiving the exact same value twice (or more)

Posted: 04 Jun 2021, 14:43
by creal
Hello,

In the scope of a big project that involved a lot of different things (which is about to end after 2 years of work, but I have big GUI bugs for the moment... I will contact the support by mail directly), I have to deal with receiving UDP messages based on RFID scans. I am okay with that and I interpret the messages (which are arrays) well.

I only keep one value of the received array. This number (ex: 104) triggers a sample by selecting a file number of a sampler less 100 (ex: 104-100 = 4 = 5th file of the sampler).

My problem is that for some of the numbers (101, 102, 106, 107), people can scan the number twice (ex: 101 -> 101) and the sample must be triggered, which does not work with the enclosed racks. It only works when we have a number between (ex: 101 -> 102 -> 101).

I apologize for the enclosed project because I tried to reduce the whole workspace in order to keep only useful things but some patchs may look messy to you. I can't have attached audio files as well because of rights.

I can develop or precise anything if necessary, or even rearrange the workspace (I just don't have much time for doing that today).

Thank you in advance,

creal.

Re: Trigger a sample by receiving the exact same value twice (or more)

Posted: 09 Jun 2021, 22:30
by creal
Re,

For the ones who are interested in, I found a workaround (not ideal but it works) by receiving a useless value (255) after each assignable value (ex: 101 -> 255).

creal.