Skip to content

Commit 41151cb

Browse files
committed
Sync all effect props
1 parent 0294f8a commit 41151cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Robotone/Processor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ std::unique_ptr<Effect> Processor::createEffect(const size_t channel, const doub
6565
effect->decimate(parameters.get<bool>("decimate"));
6666
effect->millis(parameters.get<int>("millis"));
6767
effect->octave(parameters.get<int>("octave"));
68+
effect->gestalt(parameters.get<double>("gestalt"));
6869
effect->reset();
6970

7071
return effect;

0 commit comments

Comments
 (0)