Searched refs:samplep (Results 1 – 1 of 1) sorted by relevance
1382 int is16bits, samplep, patch, pan; in guswave_start_note2() local1404 if ((samplep = patch_table[patch]) == NOT_SAMPLE) in guswave_start_note2()1416 best_sample = samplep; in guswave_start_note2()1418 while (samplep != 0 && samplep != NOT_SAMPLE && sample == -1) in guswave_start_note2()1420 delta_freq = note_freq - samples[samplep].base_note; in guswave_start_note2()1425 best_sample = samplep; 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()1431 sample = samplep; in guswave_start_note2()1434 samplep = samples[samplep].key; /* Link to next sample */ in guswave_start_note2()