Mu.Pnote
Performable notes.
A concrete representation for notes, used to derive performances.
type attr = [
|
`Volume of volume
|
`Fingering of int
Not implemented
*)|
`Dynamics of int
Not implemented
*)|
`Params of float list
Not implemented
*) ]
The type for note attributes.