summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-15 15:57:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-15 15:57:35 +0000
commitcb84e71caa6faa3694a9c1958d24a67d02839326 (patch)
treef1f2c2732c14af8e27d93ce19fb7ba1dd39e0047 /gtk2_ardour/rc_option_editor.h
parent6ab663342df34cd5b9ceb27efda49ee65f5b6967 (diff)
create and manage a new config parameter that defines where LTC originates (still some tweaks to be done here and there)
git-svn-id: svn://localhost/ardour2/branches/3.0@13280 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index eae27d323b..76978d4317 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -45,6 +45,7 @@ private:
ComboOption<ARDOUR::SyncSource>* _sync_source;
BoolOption* _sync_framerate;
BoolOption* _sync_genlock;
+ ComboStringOption* _ltc_port;
PBD::ScopedConnection parameter_change_connection;
};