Skip to content

Commit efa9772

Browse files
committed
Fix [param] not outputting when settings 0 default value
1 parent 3a14f2b commit efa9772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Utility/PluginParameter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class PlugDataParameter final : public RangedAudioParameter {
161161
if(enabled && !loadedFromDAW)
162162
{
163163
setValue(newDefaultValue);
164+
setChanged();
164165
}
165166
}
166167

0 commit comments

Comments
 (0)