2021-03-21 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'RDMarkerPlayer' that would cause the play cursor
	position to fail to be properly initialized when opening a new cut.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-03-21 17:33:16 -04:00
parent e9a1b06a31
commit 757b97ff99
2 changed files with 4 additions and 0 deletions

View File

@@ -21324,3 +21324,6 @@
* Fixed a bug in 'RDMarkerView' that caused PlayTo operations to
fail if the target marker was within 2 seconds of the start of the
cut.
2021-03-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDMarkerPlayer' that would cause the play cursor
position to fail to be properly initialized when opening a new cut.

View File

@@ -150,6 +150,7 @@ bool RDMarkerPlayer::setCut(unsigned cartnum,int cutnum)
&d_cae_stream,&d_cae_handle)) {
return false;
}
rda->cae()->positionPlay(d_cae_handle,0);
RDSetMixerOutputPort(rda->cae(),d_cards.first(),d_cae_stream,d_port);
return true;