Searched refs:note_freq (Results 1 – 2 of 2) sorted by relevance
1580 int note, octave, note_freq; in note_to_freq() local1592 note_freq = notes[note]; in note_to_freq()1595 note_freq >>= (BASE_OCTAVE - octave); in note_to_freq()1597 note_freq <<= (octave - BASE_OCTAVE); in note_to_freq()1603 return note_freq; in note_to_freq()
1383 unsigned long note_freq, base_note, freq, flags; in guswave_start_note2() local1408 note_freq = note_to_freq(note_num); in guswave_start_note2()1420 delta_freq = note_freq - samples[samplep].base_note; in guswave_start_note2()1428 if (samples[samplep].low_note <= note_freq && in guswave_start_note2()1429 note_freq <= samples[samplep].high_note) in guswave_start_note2()1470 note_freq /= 100; in guswave_start_note2()1472 freq = samples[sample].base_freq * note_freq / base_note; in guswave_start_note2()