an3
2017-01-02 23:49:08
im using a bomebox and the novation circuit midi out din channel 1 + 2 goes to the in of Roland A-01 usb midi:
so
an3
2017-01-02 23:49:08
sjcaldwell
2017-01-03 00:02:32
an3
2017-01-03 00:12:10
sjcaldwell
2017-01-03 00:40:12
The actual note routing takes place in Alesis Split Upper Keyboard Routing and Alesis Split Lower Keyboard Routing presets. Each translator within the preset is a given channelan3 wrote:thank u. it is a bit of an overwhelming patch: could u please tell me the route in ur patch from a button press to these global variation to the midi output.
an3
2017-01-03 10:50:21
sjcaldwell
2017-01-03 14:37:58
an3
2017-01-03 15:53:36
sjcaldwell
2017-01-03 16:43:38
an3
2017-01-03 17:00:25
sjcaldwell
2017-01-03 17:05:23
sjcaldwell
2017-01-03 17:37:39
an3
2017-01-03 23:21:55
an3
2017-01-04 19:45:57
sjcaldwell
2017-01-04 20:08:14
You cannot feed one translator output to another translator input, but you can have two translators that have separate outgoing actions and each translator can have it's own rules (like subtract or add 12 to the incoming note value before sending it out).an3 wrote:Thanks,
works like a charm.
the only problem i run in now:
Channel one is also getting a octave transpose: same mid out to same midi in same channel: result no octave change.
I guess everyhing runs parallel: can (or can u ?) u feed one translator Preset into another?!
an3
2017-01-04 20:47:09
sjcaldwell
2017-01-04 21:12:23
Code: Select all
//Turn on any transposing
rr=rr+gw
an3
2017-01-04 21:29:52
sjcaldwell
2017-01-04 21:43:24
Any translator that you are sending out notes need to have this in this rule to align with the strategy of using these global variables to control muting.an3 wrote:it doesnt mute:
the two parts i am talking a bout are enabled
tnx
Code: Select all
// For synth 1
if g1==0 then exit rules, skip Outgoing Action
// For synth 2
if g2==0 then exit rules, skip Outgoing Action
an3
2017-01-04 22:17:36
sjcaldwell
2017-01-04 22:30:36
an3
2017-01-04 22:45:23
sjcaldwell
2017-01-04 23:02:33
4.1 and 4.2 are getting intput from Circuit. Not A-01an3 wrote:if i add ' if g1==0 then exit rules, skip Outgoing Action '
into ruls of 4.1 (2 not necessary since note off is recognized as note on on A-01 )
it gets and stays muted
an3
2017-01-04 23:08:59
sjcaldwell
2017-01-04 23:15:04
an3
2017-01-04 23:18:03