Home
last modified time | relevance | path

Searched refs:change_format_selection (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_format_manager.h141 void change_format_selection (bool select, WeakExportFormatPtr const & format);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_format_manager.cc258 …d.connect_same_thread (*this, boost::bind (&ExportFormatManager::change_format_selection, this, _1… in add_format()
462 ExportFormatManager::change_format_selection (bool select, WeakExportFormatPtr const & format) in change_format_selection() function in ARDOUR::ExportFormatManager
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_format_dialog.h113 void change_format_selection (bool select, WeakFormatPtr format);
H A Dexport_format_dialog.cc557 …t (*this, invalidator (*this), boost::bind (&ExportFormatDialog::change_format_selection, this, _1… in init_format_table()
790 ExportFormatDialog::change_format_selection (bool select, WeakFormatPtr format) in change_format_selection() function in ExportFormatDialog