2021-01-07 Fred Gleason <fredg@paravelsystems.com>

* Restored support for scheduling cuts by specified order in
	the 'Edit Cut' dialog in rdlibrary(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-07 19:57:31 -05:00
parent 76cba34653
commit 2f9fe673b6
15 changed files with 272 additions and 804 deletions

View File

@@ -72,8 +72,6 @@ class EditCart : public RDDialog
QLineEdit *rdcart_average_length_edit;
QLabel *rdcart_forced_length_label;
QLineEdit *rdcart_forced_length_ledit;
QCheckBox *rdcart_preserve_pitch_button;
QLabel *rdcart_preserve_pitch_label;
unsigned rdcart_average_length;
unsigned rdcart_length_deviation;
AudioCart *rdcart_audio_cart;
@@ -89,5 +87,4 @@ class EditCart : public RDDialog
bool rdcart_profile_rip;
};
#endif
#endif // EDIT_CART_H