Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dsequencer.c1563 #define BASE_OCTAVE 5 in note_to_freq() macro
1570 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()