The maximum number of samples to play at a time in a MIDI stream.
BASS_ChannelSetAttribute(
HSTREAM handle,
BASS_ATTRIB_MIDI_VOICES,
float voices
);
| handle | The MIDI stream handle. |
| voices | Maximum number of samples to play at a time. This attribute is an integer (floating-point values will be truncated). |
A MIDI stream will initially have a default number of voices as determined by the BASS_CONFIG_MIDI_VOICES config option.