We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aed2a8 commit dec6a04Copy full SHA for dec6a04
plugins/OpulenZ/OpulenZ.cpp
@@ -514,7 +514,7 @@ int OpulenzInstrument::Hz2fnum(float Hz) {
514
515
// Load one of the default patches
516
void OpulenzInstrument::loadGMPatch() {
517
- unsigned char *inst = midi_fm_instruments[m_patchModel.value()];
+ const unsigned char* inst = midi_fm_instruments[m_patchModel.value()];
518
loadPatch(inst);
519
}
520
0 commit comments