Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
KottV committed Jan 22, 2020
1 parent b62a765 commit b811b01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tunefish4/Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ void Tunefish4AudioProcessor::processEvents(MidiBuffer &midiMessages, eU32 messa
{
getPlayHead()->getCurrentPosition(cpi);
}
getPlayHead()->getCurrentPosition(cpi);
eU32 tempo = static_cast<eU32>(cpi.bpm);
eTfRecorder::getInstance().setTempo(static_cast<eU16>(tempo));

Expand Down

0 comments on commit b811b01

Please sign in to comment.