Hi,
thanks for the new video, I started creating a MIDI map for the Yamaha MODX. It has three control modes (Transport/Track/Plugin), the ‘transport’ mode with six buttons works so far:
<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.0.0" name="Yamaha MODX">
<!-- 240816 DAW Mode 'Live' fraslo -->
<!--
ATTENTION, setup your MODX:
- Performance/Remote/Settings/DAW has to be 'Live'!
- Connect the second MODX MIDI Port with Ardour (DAW-Control)
-->
<!-- Transport controls -->
<Binding channel="1" note="89" function="transport-zero"/>
<Binding channel="1" note="91" function="transport-start"/>
<Binding channel="1" note="92" function="transport-end"/>
<Binding channel="1" note="94" function="transport-roll"/>
<Binding channel="1" note="93" function="transport-stop"/>
<Binding channel="1" note="95" function="toggle-rec-enable"/>
</ArdourMIDIBindings>
The creation was a bit painful, Ardour lost my control surface configuration several times, I guess there were errors in my MIDI mappings and nothing worked most of the time (the MIDI Tracer did, nice tool). Before I start with the more complex modes: how can I debug the creation? Is there a log where Ardour writes something about my MIDI map? Is it possible to load the file again without restarting Ardour completely?