DummyAudioBackend: implement /fake/ system ports

This commit is contained in:
Robin Gareus 2014-04-29 05:12:12 +02:00 committed by Paul Davis
parent 326729a78f
commit 96be646607
2 changed files with 117 additions and 17 deletions

View file

@ -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 {