Merge pull request #1361 from diizy/master

Fixed missed rename
This commit is contained in:
Vesa V
2014-11-28 00:34:39 +02:00

View File

@@ -328,7 +328,7 @@ void CarlaInstrument::play(sampleFrame* workingBuffer)
}
// set time info
song* const s = Engine::getSong();
Song * const s = Engine::getSong();
fTimeInfo.playing = s->isPlaying();
fTimeInfo.frame = s->getPlayPos(s->playMode()).frames(Engine::framesPerTick());
fTimeInfo.usecs = s->getMilliseconds()*1000;