Just happy with MD + SB

0 votes
asked Apr 5, 2018 in Stream Byter Plugin by Audeonic by josef (410 points)
recategorized Apr 7, 2018 by MIDI Designer Team (Dan)
update:
now that I am a bit more experienced, I tried it once again — and of coarse, it works!
Most likely I did something that was against the logic in Stream Byter.

Best, Josef
Hi Josef, glad your digging the SB plugin! Can you please add an ANSWER to this question including, if you don't mind, the exact rules that you're using. Other users will no doubt benefit from what you've learned!

1 Answer

0 votes
sure. I constructed something very simple which I don’t need, just to see if it would be possible.

IF M0 == B0 07
  ASS M1 = 01 # remap CC7 to CC1
  XX = XX +C # clone the message
  ASS M1 = 02 # remap to CC2
  XX = XX +C # clone the message
  ASS M1 = 03 # remap to CC3
END

so the incoming CC7 will send CC1, CC2 and CC3 on channel 1

I know, this doesn’t make much sense, it would be even shorter if using SND, SND and ASS, then cloning is not required. But sometimes Stream Byter 1 rules are shorter and sufficient. So, I only wanted to find out, if this combination is basically possible.

Josef
answered Apr 7, 2018 by josef (410 points)
...