mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Push2: implement MIDI port probing, auto-enable
This commit is contained in:
parent
da9ed129e3
commit
336f51e1f0
3 changed files with 49 additions and 2 deletions
|
|
@ -297,6 +297,8 @@ class Push2 : public MIDISurface
|
|||
~Push2 ();
|
||||
|
||||
static bool available ();
|
||||
static bool match_usb (uint16_t, uint16_t);
|
||||
static bool probe (std::string&, std::string&);
|
||||
|
||||
std::string input_port_name () const;
|
||||
std::string output_port_name () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue