I'm finally devoting a lot of time to MIDI configuring Ableton and Modul8 with each other fully and (hopefully!) once and for all so I decided to tweak my md8 midi maps directly in the m8mmap file. Once opened I'm finding it quite confusing, maybe it's me, but the code below is supposed to be for triggering media 5 on the top layer which I assumed it would be layer "1" in the m8mmap file yet it appears as "9" :
<key>(g3_INT)5</key>Is this the midi note?
<array>
<dict>
<key>(g3_ASCII)controlName</key>
<string>(g3_ASCII)media5</string>
<key>(g3_ASCII)position</key>
<string>(g3_INT)9</string>Is this the target layer?
</dict>
</array>
Now, I only have 9 layers in the md8 document so it kind of makes sense, but are the layers in the m8mmap file numbered from the bottom up and only counting existing layers?
Also, I can't seem to find where to specify the midi channel.
Any help?