We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a6a1e commit 02f1a19Copy full SHA for 02f1a19
1 file changed
Source/Binaural/v1/ReverbControls.cpp
@@ -124,7 +124,7 @@ void ReverbControls::updateBypass() {
124
125
void ReverbControls::updateBrirLabel() {
126
auto brirIndex = mReverb.getBrirIndex();
127
- if (brirIndex >= 0 && brirIndex < BundledBRIRs.size()-2) {
+ if (brirIndex >= 0 && brirIndex < BundledBRIRs.size()) {
128
brirMenu.setSelectedItemIndex(brirIndex, dontSendNotification);
129
} else {
130
// Show filename if custom file is selected
0 commit comments