Skip to content

Commit

Permalink
Envelope Filter disable speed param when LevelInput connected
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelMaryamLocke committed Jul 30, 2023
1 parent bc127d4 commit 76a8af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/processors/other/EnvelopeFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ EnvelopeFilter::EnvelopeFilter (UndoManager* um) : BaseProcessor (
uiOptions.powerColour = Colours::yellow.darker (0.1f);
uiOptions.info.description = "A envelope filter with lowpass, bandpass, and highpass filter types. Use the right-click menu to control the filter modulation directly";
uiOptions.info.authors = StringArray { "Jatin Chowdhury" };

disableWhenInputConnected ({ "speed" }, LevelInput);
}

ParamLayout EnvelopeFilter::createParameterLayout()
Expand Down

0 comments on commit 76a8af0

Please sign in to comment.