Concerning playing MIDI files there is an example of script as a good start: readMidiFile - HALion 7.1.30
However I’d like to change the line
midiSequence = File("c:/temp/C Major Scale.mid")
to a piece of code that would load a MIDI file using built-in MIDI Player template. My steps were the following:
- I added a midi module called MIDI Player
- Created an empty Macro Page
- Drag and drop there the MIDI Player template
- Input “HALion” in the Product field and “MIDI Files” in the Load From field (according to this: MIDI Player - HALion 7.1.30)
But after that I’ve encountered a couple problems:
- The load drop-down menu is not clickable (in the demonstration mode). It’s just not reacting
- How can I connect the midiSequence variable to the path of the actually loaded file in MIDI Player? I suggest it must deal with either @PhraseSelectPopup or @Filename from here (MIDI Player - HALion 7.1.30), but what is the exact way?
