Enable or disable new notes killing any existing instance of the same note.
BASS_ChannelSetAttribute(
DWORD handle,
BASS_ATTRIB_MIDI_EXCKEYS,
float exclusive
);
| handle | The MIDI stream handle. |
| exclusive | Enable exclusive keys... 0 = normal (disabled), 1 = drum channel keys are exclusive, 2 = all channel keys are exclusive. This attribute is an integer (floating-point values will be truncated). |
Changes take effect from the next note played.