Accessing MIDI Files in Intermediate or Encrypted Expansions
-
Hi Everyone! I'm building a MIDI Player for expansions, everything is working fine and I can access the MIDI files from e.getMidiFileList(); but I want a button that shows the MIDI File in the browser and I don't know how to access the MIDI Files folder of the current expansions.
I was thinking in creating the folder and copying the files from a zip file in the install expansion callback but I don't know where to save this .zip file in the expansion folder that can be embedded in the .hxi file and access in the Install Callback, is there any function or any ideas that I can use for this?