This is a patch to use the 1010 Blackbox sequencer to modulate internal parameters.
What it basically does is take an incoming Midi note and transform it to a Midi CC with the number of the incoming channel.
Input: Note with Midi Channel 5
Output: Midi CC Nr. 5, Value is (scaled and inverted) note number, Midi Channel is 16.
First pipe is:
– Input (Blackbox sequencer set to Midi Ch. 5)
– Ch Filter set to pass Ch. 5
– Transform set to:
Replace Note On & Off to Midi CC
Set Midi Ch. to 16
Set CC Nr. to incoming Midi Channel (5)
Restrict note range from C2 to B5
– Rescale to invert CC values:
C2 (Note value 83) to 0
B5 (Note value 36) to 127
Second pipe is just to show changes for different Midi Ch inputs (in this case Ch 6):
– Ch Filter set to 6
– Arg. 1 set 6

Awesome!
Hey, gb2, you can make this just one pipeline by leveraging Transform’s `Work with Channel` and Rescale’s `Id` parameters.
This has the added advantage of not duplicating non-channel messages like Clock.