Hi,
I have a Reaper tracking sending OSC values (via the Lightjams VST plugin - great stuff!). It works perfectly for just handling values on a source directly. But I would like to use it to bump the X of a sequencer grid I have as well, and I can't get it to work there...
I have tried xtopercent(counter(0, 1, onbeat(osc(5))) - which I would expect to toggle between 0 and 1 on every "beat" of OSC values. The OSC envelope is simply 0% for a long time, then a spike of 100%, then back to 0%. I have tried various lengths of the "spike" as well, to no avail.
Any hints here? The OSC mapping is working, and I get the data directly when using the OSC input selector - although the value here is in percent, yet my OSC mapping is from 0 to 1. (I have tried to map it with 0 to 100 as well.) Could there be any problems with my OSC mapping maybe?
I have also tried changing the onbeat to a full trigger(...) and various other ways of detecting the "spike", but the only thing I have actually got to work so far is to keep the VST track to 100% for the duration of the time I want the X to be "1", and back down to 0 when it should be at "0". While this works I would really prefer to be able to toggle it, and it seems like I'm just doing some simple mistake here? I use the onbeat with MIDI and my midi controller all the time, which works flawlessly...
BR,
Øyvind