fix macro pos indicator not appearing in freelance

This commit is contained in:
tildearrow 2023-08-16 01:03:56 -05:00
parent c05efedee0
commit a1bc1a66a3

View file

@ -1304,6 +1304,7 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
dispatchCmd(DivCommand(DIV_CMD_NOTE_ON,note.channel,note.note));
keyHit[note.channel]=true;
chan[note.channel].noteOnInhibit=true;
chan[note.channel].lastIns=note.ins;
} else {
DivMacroInt* macroInt=disCont[dispatchOfChan[note.channel]].dispatch->getChanMacroInt(dispatchChanOfChan[note.channel]);
if (macroInt!=NULL) {