mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
DummyAudioBackend: implement /fake/ system ports
This commit is contained in:
parent
326729a78f
commit
96be646607
2 changed files with 117 additions and 17 deletions
|
|
@ -303,6 +303,10 @@ class DummyAudioBackend : public AudioBackend {
|
|||
};
|
||||
|
||||
/* port engine */
|
||||
PortHandle add_port (const std::string& shortname, ARDOUR::DataType, ARDOUR::PortFlags);
|
||||
int register_system_ports ();
|
||||
void unregister_system_ports ();
|
||||
|
||||
std::vector<DummyPort *> _ports;
|
||||
|
||||
bool valid_port (PortHandle port) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue