192 [['set_tempo', 0, 375000], ['time_signature', 0, 6, 3, 18, 8], ['key_signature', 0, -3, 0]] [['track_name', 0, 'Piano'], ['raw_meta_event', 0, 32, '\x00'], ['control_change', 0, 0, 7, 100], ['patch_change', 0, 0, 1], # # note_number is 0 to 127, with middle C = 60 # start_time, duration are in 'ticks' # tempo gives microseconds per quarter-note # time_signature sets ticks per quarter-note, but I'm not sure of deatils. # ['note', start_time, duration, channel, note_number, velocity] ['note', 0, 96, 0, 72, 114], ['note', 0, 96, 0, 75, 114], ['note', 0, 96, 0, 79, 114], ['note', 0, 96, 0, 84, 114], ['note', 192, 96, 0, 87, 114], ['note', 288, 96, 0, 71, 114], ['note', 288, 96, 0, 75, 114], ['note', 288, 96, 0, 79, 114], ['note', 288, 96, 0, 86, 114], ['note', 384, 96, 0, 87, 114], ['note', 480, 96, 0, 86, 114], ['note', 576, 96, 0, 70, 114], ['note', 576, 96, 0, 75, 114], ['note', 576, 96, 0, 79, 114], ['note', 576, 96, 0, 84, 114], ['note', 768, 96, 0, 87, 114]]