mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'rdlibrary/audio_cart.cpp' that caused marker data to be deleted when exporting a cut.
This commit is contained in:
@@ -15110,3 +15110,6 @@
|
||||
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Implemented export for marker data in WAV files in
|
||||
'lib/rdwavefile.cpp' and 'lib/rdwavefile.h'.
|
||||
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'rdlibrary/audio_cart.cpp' that caused
|
||||
marker data to be deleted when exporting a cut.
|
||||
|
@@ -664,9 +664,6 @@ void AudioCart::importCutData()
|
||||
if(rdcart_controls->user_defined_edit->text().isEmpty()) {
|
||||
rdcart_controls->user_defined_edit->setText(wavedata.userDefined());
|
||||
}
|
||||
RDCut *cut=new RDCut(cutname);
|
||||
cut->setMetadata(&wavedata);
|
||||
delete cut;
|
||||
}
|
||||
if(cut_clipboard==NULL) {
|
||||
paste_cut_button->setDisabled(true);
|
||||
|
Reference in New Issue
Block a user