mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add API to query current export preset
This commit is contained in:
parent
6ba740d37a
commit
506528a70c
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ public:
|
|||
typedef std::list<ExportPresetPtr> PresetList;
|
||||
|
||||
PresetList const& get_presets () { return preset_list; }
|
||||
ExportPresetPtr preset () const { return current_preset; }
|
||||
|
||||
bool load_preset (ExportPresetPtr preset);
|
||||
ExportPresetPtr new_preset (std::string const& name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue