Update Mixer.cpp
This commit is contained in:
committed by
Alexandre
parent
21425e3477
commit
abe05af49a
@@ -319,9 +319,9 @@ const surroundSampleFrame * Mixer::renderNextBuffer()
|
||||
{
|
||||
m_profiler.startPeriod();
|
||||
|
||||
static Song::playPos last_metro_pos = -1;
|
||||
static Song::PlayPos last_metro_pos = -1;
|
||||
|
||||
Song::playPos p = Engine::getSong()->getPlayPos(
|
||||
Song::PlayPos p = Engine::getSong()->getPlayPos(
|
||||
Song::Mode_PlayPattern );
|
||||
if( Engine::getSong()->playMode() == Song::Mode_PlayPattern &&
|
||||
gui->pianoRoll()->isRecording() == true &&
|
||||
@@ -969,6 +969,3 @@ void Mixer::fifoWriter::run()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user