mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-12 14:20:26 +02:00
2021-07-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused the average length of audio carts to fail to be updated after moving Start and/or End markers in a cut. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
fcace16d02
commit
80cf1b47b4
@ -22011,3 +22011,7 @@
|
|||||||
2021-07-06 Fred Gleason <fredg@paravelsystems.com>
|
2021-07-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Modified the start buttons in rdcartslots(1) to display channel
|
* Modified the start buttons in rdcartslots(1) to display channel
|
||||||
labels.
|
labels.
|
||||||
|
2021-07-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdlibrary(1) that caused the average
|
||||||
|
length of audio carts to fail to be updated after moving Start
|
||||||
|
and/or End markers in a cut.
|
||||||
|
@ -763,6 +763,8 @@ void RDMarkerView::save()
|
|||||||
for(int i=0;i<RDMarkerHandle::PointerRole::LastRole;i++) {
|
for(int i=0;i<RDMarkerHandle::PointerRole::LastRole;i++) {
|
||||||
sql+=d_pointer_fields.at(i)+QString().sprintf("=%d,",d_pointers[i]);
|
sql+=d_pointer_fields.at(i)+QString().sprintf("=%d,",d_pointers[i]);
|
||||||
}
|
}
|
||||||
|
sql+=QString().sprintf("`LENGTH`=%d,",d_pointers[RDMarkerHandle::CutEnd]-
|
||||||
|
d_pointers[RDMarkerHandle::CutStart]);
|
||||||
if(d_no_segue_fade) {
|
if(d_no_segue_fade) {
|
||||||
sql+="`SEGUE_GAIN`=0,";
|
sql+="`SEGUE_GAIN`=0,";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user