1

I want to output MIDI fonts from the Raspberry Pi, hopefully able to control it with external sensors.

I have timidity installed but get no sound playing the file python_games/tetrisc.mid . Is there another component to outputting sound?

Jon Mitten
  • 111
  • 5

1 Answers1

1

By "MIDI fonts" you mean soundfonts, right? If so, you could use mingus with fluidsynth installed. to use midi-input, try using pygame.midi I hope I could help you!

airi
  • 21
  • 4