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:
parent
fcecf67ab3
commit
c132b01dfa
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue