Skip to main content

Support for UsesPatchNameList element in .midnam files

Posted

I imported the following midnam file but the patch names didn't show up.
http://digicake.com/Midnams/02_Korg/korg_trinity_rack.midnam.zip


So I replaced the xml element UsesPatchNameList with the referenced PatchNameList element and then it worked.
So please add support for referenced patch name lists, so that these type of files work out of the box.
Thanks! :)
(Not too important, though, because there's an easy workaround).

This is an example from the above file:
<PatchBank Name="Programs 0000" ROM="false">
  <MIDICommands>
    <ControlChange Control="0" Value="0"/>
    <ControlChange Control="32" Value="0"/>
  </MIDICommands>

 <UsesPatchNameList Name="Programs 0000"/>
</PatchBank>