mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 15:09:39 +02:00
2014-10-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'lib/rdsimpleplayer.cpp' that cause play start position to be set incorrectly.
This commit is contained in:
parent
6476a38b0c
commit
750ed937af
@ -14613,3 +14613,6 @@
|
|||||||
2014-10-28 Fred Gleason <fredg@paravelsystems.com>
|
2014-10-28 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Updated 'NEWS'.
|
* Updated 'NEWS'.
|
||||||
* Incremented the package version to 2.10.0.
|
* Incremented the package version to 2.10.0.
|
||||||
|
2014-10-30 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in 'lib/rdsimpleplayer.cpp' that cause play
|
||||||
|
start position to be set incorrectly.
|
||||||
|
@ -135,7 +135,7 @@ void RDSimplePlayer::play(int start_pos)
|
|||||||
play_cae->setOutputVolume(play_card,play_stream,i,RD_MUTE_DEPTH);
|
play_cae->setOutputVolume(play_card,play_stream,i,RD_MUTE_DEPTH);
|
||||||
}
|
}
|
||||||
play_cae->setOutputVolume(play_card,play_stream,play_port,0+play_cut_gain);
|
play_cae->setOutputVolume(play_card,play_stream,play_port,0+play_cut_gain);
|
||||||
play_cae->positionPlay(play_handles.back(),q->value(1).toUInt()+start_pos);
|
play_cae->positionPlay(play_handles.back(),q->value(0).toUInt()+start_pos);
|
||||||
play_cae->play(play_handles.back(),
|
play_cae->play(play_handles.back(),
|
||||||
q->value(1).toUInt()-(q->value(0).toUInt()+start_pos),
|
q->value(1).toUInt()-(q->value(0).toUInt()+start_pos),
|
||||||
RD_TIMESCALE_DIVISOR,false);
|
RD_TIMESCALE_DIVISOR,false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user