Browse Source

BLOCKS: fix for ACK handling

tags/2021-05-28
miketoon Julian Storer 7 years ago
parent
commit
c132b01dfa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_blocks_basics/littlefoot/juce_LittleFootRemoteHeap.h

+ 1
- 0
modules/juce_blocks_basics/littlefoot/juce_LittleFootRemoteHeap.h 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);


Loading…
Cancel
Save