Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Oct 26, 2023
1 parent 5030ed4 commit c4a4152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ class plugin_host : public juce::JUCEApplication, public juce::AudioPlayHead, pu
<< (juce::int8)processor->getTotalNumOutputChannels();
streams::out.writeVarInt(parameters.size());
for (auto p : parameters) {
prevParameterChanges[p->getParameterIndex()] = p->getValue();
juce::int8 flags = 0;
if (p->isAutomatable()) flags |= PARAMETER_IS_AUTOMATABLE;
if (p->isDiscrete()) flags |= PARAMETER_IS_DISCRETE;
Expand Down

0 comments on commit c4a4152

Please sign in to comment.