Changeset 6698

Show
Ignore:
Timestamp:
06/29/09 18:11:15 (14 months ago)
Author:
smimram
Message:

Remove useless comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/liquidsoap/src/synth/synth.ml

    r6696 r6698  
    7979  method state_init = () 
    8080 
    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 } 
    8282 
    8383  method synth_note_mono gs ns freq buf ofs len =