The sample rate conversion quality of a MIDI stream's samples.
BASS_ChannelSetAttribute(
DWORD handle,
BASS_ATTRIB_MIDI_SRC,
float quality
);
| handle | The MIDI stream handle. |
| quality | The sample rate conversion quality... -1 = non-interpolated, 0 = linear interpolation, 1 = 8 point sinc interpolation, 2 = 16 point sinc interpolation. |
The default setting is 0 (linear interpolation). Changes can be made at any time, but the effect of changes during playback may not be heard immediately due to buffering.