mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Add functionality to show ASIO control panel
This commit is contained in:
parent
acd17a9b53
commit
cfbd9dd6d4
5 changed files with 62 additions and 4 deletions
|
|
@ -212,8 +212,8 @@ class PortAudioBackend : public AudioBackend {
|
|||
bool can_set_systemic_midi_latencies () const { return false; }
|
||||
|
||||
/* External control app */
|
||||
std::string control_app_name () const { return std::string (); }
|
||||
void launch_control_app () {}
|
||||
std::string control_app_name () const;
|
||||
void launch_control_app ();
|
||||
|
||||
/* MIDI */
|
||||
std::vector<std::string> enumerate_midi_options () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue