root/ocaml-remix/trunk/deck.mli

Revision 512, 120 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 deck;;
2
3 val empty : unit -> deck;;
4 val add_track : deck -> Track.track -> unit;;
5 val to_note : deck -> Note.note;;
Note: See TracBrowser for help on using the browser.