10-10-2024, 02:50 PM
(10-10-2024, 02:33 PM)rubberband Wrote:(10-09-2024, 07:49 PM)XORadmin Wrote:(10-09-2024, 03:33 AM)rubberband Wrote:(10-07-2024, 11:06 AM)visti Wrote:(10-04-2024, 07:32 PM)XORadmin Wrote: You are indeed very close to what you need to do (or could do, they are most probably multiple ways).
You ‘wrap’ your mapping around a skip. And the skip could be like skip x rows if variable A is not 0. And in 2 other rows you change variableA to 1 and to 0.
00 SKIP 03 = VA=0 Skips 3 rows if variable A is 0
01 …
02 … your stuff
03 …
04 SKIP 02 = =0=0 Always skip 2 rows.
05 VAR RW05 #000 > SETV VA SRC Set row to 0 and pass to variable A
06 VAR RW06 #001 > SETV VA SRC Set row to 1 and pass to variable A
You would execute one of these 2 rows from your pattern then via XMAP which enables or disables the stuff within the skip
Thanks for the reply! That's exactly what I ended up doing - What was eluding me was having to put the variable definitions at the end and having them always be skipped, which totally makes sense.
Did this work out for you in the end? I've been trying to implement something similar but ended up settling for using the MOD output of my channel to open/close a VCA in line with the gate and pitch inputs. When I've used a mapping command to pass whatever's on CV1 to the pitch of a track and CV2 to triggers for a track I get weird results. How's it going for you? Can you share the mapping that you have working?
It does work. If it doesn't work then your map has maybe a 'bug' ;-) Or the CV inputs are not calibrated correctly. I just tested it again.
I think my problem is both those things! I'll try again and will but my code up in a post if I can't get it to work.
If I pass pitch and gate from CV inputs 1 and 2 through to say track 1 CV1 and Trigger1, everything works. But if I then record on track 1 from that same input, all the notes are a semitone too high.I'll try recalibrating everything, and will also run some signals through the scope. My sequencers are all -5 to +5 so I'm passing their pitch outputs through a Jornalogue Bias +5v precision adder module first.
But record is not related to the mapping sources? The mapping cv inputs are an own thing.
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!


I'll try recalibrating everything, and will also run some signals through the scope. My sequencers are all -5 to +5 so I'm passing their pitch outputs through a Jornalogue Bias +5v precision adder module first.