Skip to content

Commit

Permalink
more consistent step start result
Browse files Browse the repository at this point in the history
  • Loading branch information
patvig authored and patvig committed May 27, 2020
1 parent 0eaef9c commit c0482e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/synth/LfoStepSeq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ void LfoStepSeq::noteOn() {
phase = fabsf(this->matrix->getDestination(startSource)) * 16;
uint phaseInteger = phase;
target = seqSteps->steps[phaseInteger&0xf];
gated = false;
}
}

Expand Down

0 comments on commit c0482e6

Please sign in to comment.