Export each staff to separate MIDI file
Hello, all. I have kind of an odd question.
I am scoring some music for a video game. The game's music will vary depending upon the user's actions: as they get closer to one action, one part of the score is loudest, and when they get closer to some other action, a different part of the score is loudest.
Obviously, all the different parts have to work together, so it is necessary for all of the parts to be notated on the same part of the score. However, all of them would have to be distinct files, as the game's audio engine can't handle pan, volume, etc. of separate tracks in the same MIDI file.
Is this at all possible?
Comments
Probably the most straightforward way to do that would be to define a "part" for each staff or combination of staves you want exported as a separate MIDI file. Then after generating the parts, you can simply save each as a MIDI.
In reply to Probably the most by Marc Sabatella
How would you go about doing this, exactly? By "part," do you mean a separate score? (I assume you do not mean a voice part as MuseScore understands it.)
In reply to Define a "part" for each staff by Karlheinz
I mean a part in the normal MuseScore sense of File->Parts - the usual way one creates a score for multiple instruments and then generates parts for the individual instruments from that.
In reply to I mean a part in the normal by Marc Sabatella
Aha - I did not know about that functionality. Thanks a bunch!