summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-11 14:13:06 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-08-11 14:13:06 +1000
commitc80e4c04c55d89d50df6f13785fd67f0c59623fb (patch)
tree51290931a1ffa92dc807a8021137c3a5fe25ebd0 /gtk2_ardour/engine_dialog.h
parenta8daa369013c272491971765a365acb90b08d32d (diff)
Extract two utility methods from EngineControl::set_samplerate/bufferize_popdown_strings
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index c507b13968..5e0eddd0f3 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -138,6 +138,9 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
std::string bufsize_as_string (uint32_t);
+ std::vector<float> get_default_sample_rates ();
+ std::vector<uint32_t> get_default_buffer_sizes ();
+
std::vector<float> get_sample_rates_for_all_devices ();
std::vector<uint32_t> get_buffer_sizes_for_all_devices ();