Right if you use CV in as a value then you would send 4095 clocks/triggers to the track if for example 000/FFF would be the result.
What you need to do is have the CV input in one row and in another row a function which would take care that for example only 0 or 6 is being send (6 clocks/ticks which would match a normal groove)
One option would be the pass command:
Where 00 is the row of the CV input.
This would then send 6 ticks once the CV goes high.
What you need to do is have the CV input in one row and in another row a function which would take care that for example only 0 or 6 is being send (6 clocks/ticks which would match a normal groove)
One option would be the pass command:
Code:
CALC PASS 00=6 > TRK TRK1 TICKWhere 00 is the row of the CV input.
This would then send 6 ticks once the CV goes high.
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!

