mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 23:40:02 +01:00
@@ -1147,7 +1147,7 @@ void SessionLoader::visit (MediaSource& s)
|
|||||||
s.mediaplayer()->accept(*this);
|
s.mediaplayer()->accept(*this);
|
||||||
|
|
||||||
// add a callback to activate play speed
|
// add a callback to activate play speed
|
||||||
s.call( new PlaySpeed( s.mediaplayer()->playSpeed() ) );
|
s.call( new PlaySpeed( s.mediaplayer()->playSpeed(), 100 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void SessionLoader::visit (SessionFileSource& s)
|
void SessionLoader::visit (SessionFileSource& s)
|
||||||
|
|||||||
Reference in New Issue
Block a user