rather hacky fix for the change of the SyncSource > JACK enum to SyncSource > Engine
This is needed in order to get ardour started if ardour.rc names "JACK" as the sync source
This commit is contained in:
@@ -489,7 +489,8 @@ namespace ARDOUR {
|
||||
};
|
||||
|
||||
enum SyncSource {
|
||||
Engine,
|
||||
Engine = 0,
|
||||
JACK = 0,
|
||||
MTC,
|
||||
MIDIClock,
|
||||
LTC
|
||||
|
||||
@@ -336,6 +336,7 @@ setup_enum_writer ()
|
||||
|
||||
REGISTER_ENUM (MTC);
|
||||
REGISTER_ENUM (Engine);
|
||||
REGISTER_ENUM (JACK);
|
||||
REGISTER_ENUM (MIDIClock);
|
||||
REGISTER_ENUM (LTC);
|
||||
REGISTER (_SyncSource);
|
||||
|
||||
Reference in New Issue
Block a user