mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Remove ambiguous API implementation
* PortEngine::available() implementation * AudioEngine::connected() wrapper Eventually we may re-introduce PortEngine::available along with a libardour internal port-engine.
This commit is contained in:
parent
81857a947c
commit
076e9fddd4
12 changed files with 2 additions and 46 deletions
|
|
@ -47,7 +47,6 @@ class JACKAudioBackend : public AudioBackend {
|
|||
|
||||
std::string name() const;
|
||||
void* private_handle() const;
|
||||
bool available() const;
|
||||
bool is_realtime () const;
|
||||
|
||||
bool requires_driver_selection() const;
|
||||
|
|
@ -243,6 +242,8 @@ class JACKAudioBackend : public AudioBackend {
|
|||
void set_jack_callbacks ();
|
||||
int reconnect_to_jack ();
|
||||
|
||||
bool available() const;
|
||||
|
||||
struct ThreadData {
|
||||
JACKAudioBackend* engine;
|
||||
boost::function<void()> f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue