Searched refs:base_note (Results 1 – 4 of 4) sorted by relevance
1522 int i,base_note; in wavefront_load_gus_patch() local1604 for (base_note=0; in wavefront_load_gus_patch()1605 note_to_freq (base_note) < guspatch.base_note; in wavefront_load_gus_patch()1606 base_note++); in wavefront_load_gus_patch()1608 if ((guspatch.base_note-note_to_freq(base_note)) in wavefront_load_gus_patch()1609 >(note_to_freq(base_note)-guspatch.base_note)) in wavefront_load_gus_patch()1610 base_note++; in wavefront_load_gus_patch()1614 base_note); in wavefront_load_gus_patch()1617 + base_note*171); in wavefront_load_gus_patch()
1383 unsigned long note_freq, base_note, freq, flags; in guswave_start_note2() local1420 delta_freq = note_freq - samples[samplep].base_note; in guswave_start_note2()1469 base_note = samples[sample].base_note / 100; in guswave_start_note2()1472 freq = samples[sample].base_freq * note_freq / base_note; in guswave_start_note2()
3732 note = freq_to_note(patch.base_note); in awe_load_guspatch()
254 unsigned int base_note; member