root/ocaml-remix/trunk/track.mli
| Revision 512, 143 bytes (checked in by shans, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | type track;; |
| 2 | |
| 3 | val empty : unit -> track;; |
| 4 | |
| 5 | val add_layer : track -> Layer.layer -> unit;; |
| 6 | |
| 7 | val to_note : track -> Sound.sound -> Sound.sound;; |
Note: See TracBrowser for help on using the browser.
