Hello, I am using BASSMIDI on Android and recently updated from version 2.4.12 to 2.4.14. However, I am unclear about some of the changes.
1. Reverb
2. Behavior of the Exclusive class
1. ReverbI checked the forum and it seems to be resolved.
It appears that the reverb level has changed, so I applied the following setting:
BASS.BASS_ChannelSetAttribute(channelHandle, BASSMIDI.BASS_ATTRIB_MIDI_REVERB, 0.5f);
Is this correct?
2. Behavior of the Exclusive classI am using a SoundFont, and the Exclusive class prevents the same hi-hat (open) and hi-hat (closed) from sounding simultaneously. Since the Exclusive class is the same, I believe this behavior is correct.
However, in version 2.4.12, even if the Exclusive class was the same, both sounds could be played simultaneously if triggered at the same time.
Was there a change in version 2.4.14 that now enforces only one sound to be played when triggered simultaneously?
This is my first time asking a question, so I apologize if there are any mistakes.