Changeset 6698
- Timestamp:
- 06/29/09 18:11:15 (14 months ago)
- Files:
-
- 1 modified
-
trunk/liquidsoap/src/synth/synth.ml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/liquidsoap/src/synth/synth.ml
r6696 r6698 79 79 method state_init = () 80 80 81 method note_init n v = { simple_phase = (*Random.float 1.*)0.; simple_freq = freq_of_note n; simple_ampl = v }81 method note_init n v = { simple_phase = 0.; simple_freq = freq_of_note n; simple_ampl = v } 82 82 83 83 method synth_note_mono gs ns freq buf ofs len =
