root/ocaml-remix/trunk/volume.mli

Revision 514, 155 bytes (checked in by shans, 5 years ago)

Modified sounds to only accept start (not length as well). Makes shift and
repeat easier, and makes more sense overall.

Line 
1 type volume;;
2
3 val constant : float -> volume;;
4 val ramp : Time.time -> float -> float -> volume;;
5 val amplitude : Remix.remix -> volume -> int -> float;;
Note: See TracBrowser for help on using the browser.