Skip to content

Commit

Permalink
Initalize the lag head in the midi lagger
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Feb 9, 2025
1 parent 6d3f9c1 commit f8d704d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sst/basic-blocks/dsp/LagCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ template <int N> struct LagCollection
};

std::array<Lagger, N> lags;
Lagger *activeHead;
Lagger *activeHead{nullptr};

void setRateInMilliseconds(double rate, double sampleRate, double blockSizeInv)
{
Expand Down

0 comments on commit f8d704d

Please sign in to comment.