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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c1573 #define BASE_OCTAVE 5 macro
1580 if (octave < BASE_OCTAVE)
1581 note_freq >>= (BASE_OCTAVE - octave);
1582 else if (octave > BASE_OCTAVE)
1583 note_freq <<= (octave - BASE_OCTAVE);

Completed in 60 milliseconds