1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

BLOCKS: fix for ACK handling

This commit is contained in:
miketoon 2018-07-30 07:20:19 +01:00 committed by Julian Storer
parent fcecf67ab3
commit c132b01dfa

View file

@ -189,6 +189,7 @@ struct LittleFootRemoteHeap
for (uint32 j = 0; j < blockSize; ++j)
deviceState[j] = m.resultDataState[j];
programStateKnown = false;
messagesSent.removeRange (0, i + 1);
dumpStatus();
sendChanges (bi, false);