Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 30, 2024
1 parent baca823 commit d6b48a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors/ProcessorStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ProcessorStore::StoreMap ProcessorStore::store = {
{ "Level Detective", { &processorFactory<LevelDetective>, { ProcessorType::Other, 1, 1 } } },
{ "Gate", { &processorFactory<Gate>, { ProcessorType::Other, 1, 1 } } },
{ "Octaver", { &processorFactory<Octaver>, { ProcessorType::Other, 1, 1 } } },
{ "Poly Octave", { &processorFactory<PolyOctave>, { ProcessorType::Other, 1, 1 } } },
{ "Poly Octave", { &processorFactory<PolyOctave>, { ProcessorType::Other, 1, PolyOctave::numOutputs } } },
{ "Shimmer Reverb", { &processorFactory<ShimmerReverb>, { ProcessorType::Other, 1, 1 } } },
{ "Smooth Reverb", { &processorFactory<SmoothReverb>, { ProcessorType::Other, 1, 1 } } },
{ "Spring Reverb", { &processorFactory<SpringReverbProcessor>, { ProcessorType::Other, 1, 1 } } },
Expand Down

0 comments on commit d6b48a4

Please sign in to comment.