mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Add StandardDevice enum to portaudio_io.h header
This commit is contained in:
parent
7537a992b3
commit
5a5226dded
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ public:
|
|||
|
||||
int state (void) const { return _state; }
|
||||
|
||||
enum StandardDevices {
|
||||
DeviceNone = -2,
|
||||
DeviceDefault = -1
|
||||
};
|
||||
|
||||
bool initialize_pa ();
|
||||
|
||||
void host_api_list (std::vector<std::string>&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue