Changeset 529 for ocaml-remix/trunk/oss.ml
- Timestamp:
- 11/19/07 15:39:53 (1 year ago)
- Files:
-
- ocaml-remix/trunk/oss.ml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ocaml-remix/trunk/oss.ml
r488 r529 6 6 "c_ex_sound_set_parms";; 7 7 8 external sound_write : soundDevice -> int array -> unit = "c_ex_sound_write";; 8 external sound_write_raw : soundDevice -> FB.buffer_raw -> int -> unit = 9 "c_ex_sound_write";; 10 11 let sound_write dev (b,l,c) = sound_write_raw dev b (l*c);; 9 12 10 13 external sound_close : soundDevice -> unit = "c_ex_sound_close";;
