Hi.
I'm absolutely new in Bome Translator. Have a little experience with SysEx and no programming skills at all. Whatever, I'm trying to create controller from NI Maschine for E-MU P2k (Command Station in my case) arpeggiator.
By P2k sysex manual, for controlling, let say pitch on step 1, first i have to choose that step. Means, for encoder on Maschine i have to create 2 functions:
1) ARP_PATTERN_STEP_SELECT
F0 18 0F 01 55 01 02 02 06 00 00 F7
(step N#1)
Execute it only once, and jump to function
2)ARP_STEP_KEY_OFFSET
F0 18 0F 01 55 01 02 10 06 pp qq F7.
It's probably simple task for experienced Bomers, but i stack in two problems:
1) how to create from one variable in CC value TWO variables in SysEx?
2) wich rule i have to create for "choose step number" only once?
Thanks for any help and ideas.