This commit is contained in:
LTVA1 2024-01-17 15:37:18 +03:00
parent 7f94cdc930
commit 91c3fba181

View file

@ -252,7 +252,7 @@ void DivMacroInt::retrig(unsigned char id)
DivMacroStruct* m = NULL; DivMacroStruct* m = NULL;
DivInstrumentMacro* sm = NULL; DivInstrumentMacro* sm = NULL;
for(int i = 0; i < macroListLen; i++) for(int i = 0; i < (int)macroListLen; i++)
{ {
if(macroList[i]->macroType == id) if(macroList[i]->macroType == id)
{ {