0

Is it possible to specify an instrument in an existing MIDI file or during the conversion of this MIDI to WAVE?

I'm using Python in Windows 10.

JarsOfJam-Scheduler
  • 2,809
  • 3
  • 31
  • 70

1 Answers1

0

MIDI files contain program numbers. You can change them to get an entirely different instrument.

MuseScore uses SoundFont files for synthesizing the actual sounds. You can use a different SoundFont file to change the sounds of the instruments.

CL.
  • 173,858
  • 17
  • 217
  • 259