mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
a) completely refactor abstract UI code
b) single-thread Tranzport implementation
c) implement BasicUI to share functionality across multiple
controllers
d) various minor fixes here and there
git-svn-id: svn://localhost/trunk/ardour2@468 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
484debb45c
commit
028e1ebc4a
38 changed files with 1218 additions and 1084 deletions
|
|
@ -9,7 +9,7 @@ new_generic_midi_protocol (ControlProtocolDescriptor* descriptor, Session* s)
|
|||
{
|
||||
GenericMidiControlProtocol* gmcp = new GenericMidiControlProtocol (*s);
|
||||
|
||||
if (gmcp->init ()) {
|
||||
if (gmcp->set_active (true)) {
|
||||
delete gmcp;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue