mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
[Summary] Switching exporting of selected range to TRACKS specific dialog. Excluding unused sources from the project building script.
This commit is contained in:
parent
6aa29f3b09
commit
32ae708975
2 changed files with 1 additions and 10 deletions
|
|
@ -46,7 +46,6 @@
|
|||
#include "audio_time_axis.h"
|
||||
#include "editor.h"
|
||||
#include "waves_export_dialog.h"
|
||||
#include "export_dialog.h"
|
||||
#include "midi_export_dialog.h"
|
||||
#include "midi_region_view.h"
|
||||
#include "public_editor.h"
|
||||
|
|
@ -80,7 +79,7 @@ Editor::stem_export ()
|
|||
void
|
||||
Editor::export_selection ()
|
||||
{
|
||||
ExportSelectionDialog dialog (*this);
|
||||
WavesExportSelectionDialog dialog (*this);
|
||||
dialog.set_session (_session);
|
||||
dialog.run();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,14 +119,6 @@ gtk2_ardour_sources = [
|
|||
'editor_timefx.cc',
|
||||
'engine_dialog.cc',
|
||||
'enums.cc',
|
||||
'export_channel_selector.cc',
|
||||
'export_dialog.cc',
|
||||
'export_file_notebook.cc',
|
||||
'export_filename_selector.cc',
|
||||
'export_format_dialog.cc',
|
||||
'export_format_selector.cc',
|
||||
'export_preset_selector.cc',
|
||||
'export_timespan_selector.cc',
|
||||
'file_sample_rate_mismatch_dialog.cc',
|
||||
'fft.cc',
|
||||
'fft_graph.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue