Skip to content

Commit

Permalink
Init vars
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Feb 15, 2024
1 parent d31bdd2 commit a85d322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gin_plugin/plugin/gin_modmatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,12 @@ class ModMatrix
bool poly = false;
bool enabled = true;
float depth = 0.0f;
Function function;
Function function = ModMatrix::Function::linear;
};

struct ParamInfo
{
gin::Parameter* parameter;
gin::Parameter* parameter = nullptr;
bool poly = false;
float smoothingTime = 0.02f;
juce::Array<Source> sources;
Expand Down

0 comments on commit a85d322

Please sign in to comment.