[CM] CM: midi bank-select

andersvi@extern.uio.no andersvi@extern.uio.no
Thu, 24 Nov 2005 10:41:02 +0100


Im trying to mould a bank-select message into a midi file with:

(new midi-control-change :time 0 :channel 0 :controller +bank-select+ :value 128)

but it doesnt seem to do it.

> (midi-file-print "test.midi")  prints:

File: test.midi 
Format: 0
Tracks: 1
Division: 480
Track 0, length 175
       0 #<Tempo Change 1000 ms>
       0 #<Control-Change 0 "bank-select" 0>
       0 #<Note-On 0 57 50>
      48 #<Note-Off 0 57 127>

- so theres something output at least.  Any clues?

-anders