Skip to content

Commit 0fb7bff

Browse files
committed
Update dpf
1 parent a42578c commit 0fb7bff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dpf

Submodule dpf updated 102 files

plugins/AmplitudeImposer/DistrhoPluginAmplitudeImposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void DistrhoPluginAmplitudeImposer::initAudioPort(bool input, uint32_t index, Au
9292

9393
void DistrhoPluginAmplitudeImposer::initParameter(uint32_t index, Parameter& parameter)
9494
{
95-
parameter.hints = kParameterIsAutomable;
95+
parameter.hints = kParameterIsAutomatable;
9696
parameter.ranges.min = 0.0f;
9797
parameter.ranges.max = 1.0f;
9898

plugins/CycleShifter/DistrhoPluginCycleShifter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DistrhoPluginCycleShifter::DistrhoPluginCycleShifter()
4545

4646
void DistrhoPluginCycleShifter::initParameter(uint32_t index, Parameter& parameter)
4747
{
48-
parameter.hints = kParameterIsAutomable;
48+
parameter.hints = kParameterIsAutomatable;
4949
parameter.ranges.min = 0.0f;
5050
parameter.ranges.max = 1.0f;
5151

plugins/SoulForce/DistrhoPluginSoulForce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DistrhoPluginSoulForce::DistrhoPluginSoulForce()
4444

4545
void DistrhoPluginSoulForce::initParameter(uint32_t index, Parameter& parameter)
4646
{
47-
parameter.hints = kParameterIsAutomable;
47+
parameter.hints = kParameterIsAutomatable;
4848
parameter.ranges.min = 0.0f;
4949
parameter.ranges.max = 1.0f;
5050

0 commit comments

Comments
 (0)