This python script can be used to quickly test out your MIDI out connection to a sound module.
It will simply play out a C major scale with the default MIDI instrument, the piano.
# Define the MIDI commands for a C-major scale
notes = [60, 62, 64, 65, 67, 69, 71, 72] # MIDI note numbers for C4...