Home
last modified time | relevance | path

Searched refs:BASE_OCTAVE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dsequencer.c1587 #define BASE_OCTAVE 5 in note_to_freq() macro
1594 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()