Changeset 1679:c68cad0eea75 in roaraudio


Ignore:
Timestamp:
05/13/09 02:55:03 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

freq is calced wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/midi.c

    r1104 r1679  
    9797 note->freq = roar_midi_note2freq(note->note); 
    9898 
     99 // TODO: fix this: freq is freq*2^octave 
    99100 if ( note->octave < 0 ) { 
    100101  note->freq /= oct; 
Note: See TracChangeset for help on using the changeset viewer.