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
This commit is contained in:
Paul Davis 2012-10-15 15:57:35 +00:00
parent 6ab663342d
commit cb84e71caa
7 changed files with 154 additions and 20 deletions

View file

@ -45,6 +45,7 @@ private:
ComboOption<ARDOUR::SyncSource>* _sync_source;
BoolOption* _sync_framerate;
BoolOption* _sync_genlock;
ComboStringOption* _ltc_port;
PBD::ScopedConnection parameter_change_connection;
};