module Message:sig
..end
Messages.
typetimetag =
int * int
typedata =
[ `Blob of string
| `Char of char
| `Double of float
| `False
| `Float of float
| `Infinitum
| `Int32 of int
| `Int64 of int
| `Midi of string
| `Nil
| `String of string
| `Symbol of string
| `Timetag of timetag
| `True ]
val to_string : data -> string
String representation of a message (useful for debugging).