Searched refs:BASE_OCTAVE (Results 1 – 1 of 1) sorted by relevance
1563 #define BASE_OCTAVE 5 in note_to_freq() macro1570 if (octave < BASE_OCTAVE) in note_to_freq()1571 note_freq >>= (BASE_OCTAVE - octave); in note_to_freq()1572 else if (octave > BASE_OCTAVE) in note_to_freq()1573 note_freq <<= (octave - BASE_OCTAVE); in note_to_freq()