mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2024-07-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a race in the voice tracker that could cause play-out to stop in the middle of a segue. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -723,6 +723,7 @@ void RDPlayDeck::pointTimerData(int point)
|
||||
|
||||
void RDPlayDeck::endData()
|
||||
{
|
||||
printf("RDPlayDeck::endData()\n");
|
||||
play_position_timer->stop();
|
||||
play_start_time=QTime();
|
||||
StopTimers();
|
||||
@@ -810,6 +811,8 @@ void RDPlayDeck::StartTimers(int offset)
|
||||
|
||||
int audio_point;
|
||||
|
||||
play_end_timer->stop();
|
||||
|
||||
for(int i=0;i<RDPlayDeck::SizeOf;i++) {
|
||||
printf("play_point_value[%d][0]: %d\n",i,play_point_value[i][0]);
|
||||
printf("play_point_value[%d][1]: %d\n",i,play_point_value[i][1]);
|
||||
|
Reference in New Issue
Block a user