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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_calls.h55 int note_to_freq(int note_num);
H A Dsequencer.c1560 int note_to_freq(int note_num) argument
1576 octave = note_num / 12;
1577 note = note_num % 12;

Completed in 100 milliseconds