Skip to content

Commit

Permalink
Fix var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest committed Apr 12, 2014
1 parent 04394fc commit 6a7ab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void rogueVoice::runOsc(uint i, uint from, uint to) {
osc.setModulation(oscData.type, in, sync, oscData.pm, oscData.sync);
}
float ff = osc.freq_prev;
float ft = ft;
float ft = f;
if (ff < 0.0) ff = ft;
osc.process(oscData.type, ff, ft, osc.width_prev, width, osc.buffer + from, osc.sync + from, samples);

Expand Down

0 comments on commit 6a7ab92

Please sign in to comment.