Fixed missed rename

This commit is contained in:
Vesa
2014-11-28 00:33:56 +02:00
parent 06e5250628
commit eaf4d80206

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;