This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
BLOCKS: fix for ACK handling
tags/2021-05-28
miketoon
Julian Storer
7 years ago
parent
fcecf67ab3
commit
c132b01dfa
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save