mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-25 17:08:13 +02:00
2015-02-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'rdairplay/log_play.cpp' that caused the 'Play Tail' button to start from an incorrect position when non-zero Start Marker position was set for the cut.
This commit is contained in:
parent
61baaf2197
commit
741dc183da
@ -14776,3 +14776,7 @@
|
|||||||
2015-02-21 Fred Gleason <fredg@paravelsystems.com>
|
2015-02-21 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added support for GPIO to the Software Authority Protocol driver
|
* Added support for GPIO to the Software Authority Protocol driver
|
||||||
in 'ripcd/swauthority.cpp' and 'ripcd/swauthority.h'.
|
in 'ripcd/swauthority.cpp' and 'ripcd/swauthority.h'.
|
||||||
|
2015-02-22 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in 'rdairplay/log_play.cpp' that caused
|
||||||
|
the 'Play Tail' button to start from an incorrect position when
|
||||||
|
non-zero Start Marker position was set for the cut.
|
||||||
|
@ -271,7 +271,7 @@ void LogPlay::auditionTail(int line)
|
|||||||
if(start_pos<0) {
|
if(start_pos<0) {
|
||||||
start_pos=0;
|
start_pos=0;
|
||||||
}
|
}
|
||||||
play_audition_player->play(start_pos);
|
play_audition_player->play(start_pos-logline->startPoint());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user