root/ocaml-remix/trunk/noteUtil.mli

Revision 512, 102 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 val shift : Time.time -> Note.note -> Note.note;;
2
3 val repeat : Time.time -> Note.note -> Note.note;;
Note: See TracBrowser for help on using the browser.