I’m working on MPE support for an iOS MIDI controller (another topic about that coming soon ), and have a couple of questions about how Aalto handles things. I suspect these will mostly be for @randy?
In the most recent revision of the specification, I would expect to do something like sending Z axis data as either Channel Pressure, or as a CC 70/102 combo for 14-bit resolution. Does Aalto support the 14 bit mode? And is it safe to assume that the after
outlet will output that data in either case?
The pitchbend axis seems pretty straight forward, since that behaves normally, but on a per-note-channel basis.
In the specification, the third axis, timbre
, should be sent as a CC 74/106 combo, and I’ve found this post on the old forums that indicates cc 74 will come out of the y
outlet in Aalto – Will this one also handle the 14-bit combo message?
And how does Aalto handle zones? Do I need to send it any data to use in a “single zone” configuration?
I still have a fair bit of coding to do before testing this out, but will probably get to it in the next few days, and want to make sure I know what to expect when diving in.
Thanks!