Skip to content

Commit

Permalink
Merge pull request #213 from naivisoftware/curveadapter_storedvalue
Browse files Browse the repository at this point in the history
Sequenceplayercurveadapter storedvalue parameter default
  • Loading branch information
cklosters committed Aug 8, 2022
2 parents 7a1065b + ccd969a commit a32c322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/napsequence/src/sequenceplayercurveadapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ namespace nap
{
mSetFunction = &SequencePlayerCurveAdapter::setParameterValue;
}

mStoredValue = mParameter.mValue;
}


Expand Down

0 comments on commit a32c322

Please sign in to comment.