mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
Allow loudness analysis for session-range
This commit is contained in:
parent
4037534860
commit
251f683119
5 changed files with 42 additions and 11 deletions
|
|
@ -308,7 +308,10 @@ public:
|
|||
void export_selection ();
|
||||
void export_range ();
|
||||
void export_region ();
|
||||
|
||||
/* export for analysis only */
|
||||
void analyze_range_export ();
|
||||
void measure_master_loudness (bool);
|
||||
|
||||
bool process_midi_export_dialog (MidiExportDialog& dialog, boost::shared_ptr<ARDOUR::MidiRegion> midi_region);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue