|
Post by freddytwonotes on Jan 13, 2015 1:09:35 GMT
Auria is supposed to come out with a full midi implementation soon. in the mean time just dup the faders.....
foot pedal sending Midi CC 21
# Enter rewrite rules here
# BlueBoard>Auria X1-F = XX +B # remove BB excess
# EXT2 021 > Fader 1 B0 15 = 90 00 7F +C B0 15 = B0 0F 00 +D50 +C B0 15 = B0 2F 40 +D50 +C B0 15 = B0 00 +D50 +C B0 15 = B0 20 00 +D50 +C
# EXT2 021 > Fader 2 B0 15 = 90 00 7F +C B0 15 = B0 0F 01 +D50 +C B0 15 = B0 2F 40 +D50 +C B0 15 = B0 01 +D50 +C B0 15 = B0 21 00 +D50 +C
# EXT2 021 > Fader 3 B0 15 = 90 00 7F +C B0 15 = B0 0F 02 +D50 +C B0 15 = B0 2F 40 +D50 +C B0 15 = B0 02 +D50 +C B0 15 = B0 22 00 +D50 +C
# EXT2 021 > Fader 4 B0 15 = 90 00 7F +C B0 15 = B0 0F 03 +D50 +C B0 15 = B0 2F 40 +D50 +C B0 15 = B0 03 +D50 +C B0 15 = B0 23 00 +D50 +C
# Press 'Install Rules' when done
Works for now -Fred
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Jan 13, 2015 9:50:35 GMT
Great idea!
Of course the 4 faders will always be at the same absolute value which will be fine if the enclosed audio is already recorded at the required relative levels.
Thanks for posting this.
Regards, Nic.
|
|
|
Post by freddytwonotes on Jan 13, 2015 14:02:09 GMT
This is mostly for a live situation. I play a lot of different instruments and of course play one at a time. Easy live setup. I was messing with this to get a cross fader. Fader 1 up as fader two down. No success yet.
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Jan 13, 2015 14:15:06 GMT
I think the only way to crossfade would be to invert the incoming BlueBoard CC after you clone it first. Not pretty, You'd do *something* like:
# clone BB controller to internally used CC B0 15 = XX 16 +C
# invert controller 22 to 23 B0 16 00 = XX 17 7F B0 16 01 = XX 17 7E # ... 123 more rules here! B0 16 7E = XX 17 01 B0 16 7F = XX 17 01
then use CC 23 in the Auria fader ruleset which would be the inverse of the original CC 21
Regards, Nic.
|
|