root/ocaml-remix/trunk/track.mli

Revision 512, 143 bytes (checked in by shans, 5 years ago)

Moved "plugin" to "note" in line with original remix
Set up envelopes as notes
Started work on "continuous" (0, Forever) sounds and plugins
Added some repeat and shift utilities for notes

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.