From: Paul Davis Date: Wed, 27 May 2015 13:58:03 +0000 (-0400) Subject: Tracks doesn't know how to handle Engine (JACK) sync X-Git-Tag: 4.2~376 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=ca25a664d31aa4d16121aa4b41dad8ac04eafb16;p=ardour.git Tracks doesn't know how to handle Engine (JACK) sync --- diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 91ca53535a..d98ec609d3 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -65,7 +65,11 @@ CONFIG_VARIABLE (int, mtc_qf_speed_tolerance, "mtc-qf-speed-tolerance", 5) CONFIG_VARIABLE (bool, timecode_sync_frame_rate, "timecode-sync-frame-rate", true) CONFIG_VARIABLE (bool, timecode_source_is_synced, "timecode-source-is-synced", false) CONFIG_VARIABLE (bool, timecode_source_2997, "timecode-source-2997", false) +#ifdef USE_TRACKS_CODE_FEATURES +CONFIG_VARIABLE (SyncSource, sync_source, "sync-source", MTC) +#else CONFIG_VARIABLE (SyncSource, sync_source, "sync-source", Engine) +#endif CONFIG_VARIABLE (std::string, ltc_source_port, "ltc-source-port", "system:capture_1") CONFIG_VARIABLE (bool, send_ltc, "send-ltc", false) CONFIG_VARIABLE (bool, ltc_send_continuously, "ltc-send-continuously", true)