(bind-func midi_note_on (lambda (timestamp:i32 pitch:i32 volume:i32 chan:i32) (println "NOTE_ON :" pitch volume chan "timestamp:" timestamp) void))