you will not

This commit is contained in:
tildearrow 2024-03-16 23:20:01 -05:00
parent 415a8297fe
commit cd8deb590c

View file

@ -341,7 +341,7 @@ void copyMacro(DivInstrument* ins, DivInstrumentMacro* from, int macro_type, int
}
if ((DivMacroType)convertMacrosN163[macro_type] == DIV_MACRO_WAVE && ins->type == DIV_INS_N163) {
to->val[i] |= (1 << 30); // referencing local wavetables!
// pfffff
}
if ((DivMacroType)convertMacrosN163[macro_type] == DIV_MACRO_PITCH && (ins->type == DIV_INS_N163 || ins->type == DIV_INS_C64)) {