summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-26 14:38:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-26 14:38:58 +0000
commitfa5aeb7892fb73d45782b42da731bc5a51418e79 (patch)
treef537bf657cf098076511b47e6f2d6d19203696ec /libs/ardour/enums.cc
parent5dd8dc0db35bc851bcdcc9ff5212c4344eafb933 (diff)
change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage
git-svn-id: svn://localhost/ardour2/branches/3.0@5924 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc24
1 files changed, 12 insertions, 12 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index 1ca26f8fae..e2ba2bd6a5 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -311,16 +311,16 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (Session, InCleanup);
REGISTER_BITS (_Session_StateOfTheState);
- REGISTER_ENUM (smpte_23976);
- REGISTER_ENUM (smpte_24);
- REGISTER_ENUM (smpte_24976);
- REGISTER_ENUM (smpte_25);
- REGISTER_ENUM (smpte_2997);
- REGISTER_ENUM (smpte_2997drop);
- REGISTER_ENUM (smpte_30);
- REGISTER_ENUM (smpte_30drop);
- REGISTER_ENUM (smpte_5994);
- REGISTER_ENUM (smpte_60);
+ REGISTER_ENUM (timecode_23976);
+ REGISTER_ENUM (timecode_24);
+ REGISTER_ENUM (timecode_24976);
+ REGISTER_ENUM (timecode_25);
+ REGISTER_ENUM (timecode_2997);
+ REGISTER_ENUM (timecode_2997drop);
+ REGISTER_ENUM (timecode_30);
+ REGISTER_ENUM (timecode_30drop);
+ REGISTER_ENUM (timecode_5994);
+ REGISTER_ENUM (timecode_60);
REGISTER (_Session_SmpteFormat);
REGISTER_CLASS_ENUM (Session, pullup_Plus4Plus1);
@@ -423,7 +423,7 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (AutomationList, Curved);
REGISTER (_AutomationList_InterpolationStyle);
- REGISTER_CLASS_ENUM (AnyTime, SMPTE);
+ REGISTER_CLASS_ENUM (AnyTime, Timecode);
REGISTER_CLASS_ENUM (AnyTime, BBT);
REGISTER_CLASS_ENUM (AnyTime, Frames);
REGISTER_CLASS_ENUM (AnyTime, Seconds);
@@ -502,7 +502,7 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (ExportFormatBase, SRC_Linear);
REGISTER (_ExportFormatBase_SRCQuality);
- REGISTER_CLASS_ENUM (ExportProfileManager, SMPTE);
+ REGISTER_CLASS_ENUM (ExportProfileManager, Timecode);
REGISTER_CLASS_ENUM (ExportProfileManager, BBT);
REGISTER_CLASS_ENUM (ExportProfileManager, MinSec);
REGISTER_CLASS_ENUM (ExportProfileManager, Frames);