mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
mo' better coreaudio device enumeration and usage by JACK control panel
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2313 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f810616e1d
commit
43a43437bc
3 changed files with 71 additions and 35 deletions
|
|
@ -81,8 +81,10 @@ class EngineControl : public Gtk::VBox {
|
|||
|
||||
std::map<std::string,std::vector<std::string> > devices;
|
||||
void enumerate_devices ();
|
||||
#ifdef __APPLE
|
||||
|
||||
#ifdef __APPLE__
|
||||
std::vector<std::string> enumerate_coreaudio_devices ();
|
||||
std::vector<std::string> coreaudio_devs;
|
||||
#else
|
||||
std::vector<std::string> enumerate_alsa_devices ();
|
||||
std::vector<std::string> enumerate_oss_devices ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue