root/ocaml-remix/trunk/volume.mli
| Revision 514, 155 bytes (checked in by shans, 5 years ago) |
|---|
| 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.
