Searched refs:pitchbend (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/drivers/opl3/
H A Dopl3_midi.c105 int pitchbend = chan->midi_pitchbend; local
108 if (pitchbend > 0x1FFF)
109 pitchbend = 0x1FFF;
111 segment = pitchbend / 0x1000;
114 (pitchbend % 0x1000)) / 0x1000;

Completed in 66 milliseconds