Searched refs:BASE_OCTAVE (Results 1 – 1 of 1) sorted by relevance
1587 #define BASE_OCTAVE 5 in note_to_freq() macro1594 if (octave < BASE_OCTAVE) in note_to_freq()1595 note_freq >>= (BASE_OCTAVE - octave); in note_to_freq()1596 else if (octave > BASE_OCTAVE) in note_to_freq()1597 note_freq <<= (octave - BASE_OCTAVE); in note_to_freq()