Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type message =
| Note_off of note_event
| Note_on of note_event
| Polyphonic_key_pressure of polyphonic_key_pressure
| Control_change of control_change
| Program_change of program_change
| Channel_pressure of channel_pressure
| Pitch_wheel_change of pitch_wheel_change
val message_to_string : message -> string
val to_string : t -> string