How's this? Probably pretty inefficient way to do it, but it works. The test inputs are for if you have a MIDI loop, where output comes back as input to Pd. Otherwise use whatever cc sending device you normally use to check it. I'm sure there's a simpler way... anyone? ctlhouse.pd is the file to open.
-Chuckk
On 7/29/06, derek holzer derek@x-i.net wrote:
If you really wanted to dynamically create this abstraction, which would automatically create the LSB channel of the control in message, you could create another abstraction within the abstraction, and add 32 to the channel number in the first-level abstraction which would pass it as a creation argument to the inner-most abstraction.