summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-30 20:25:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-30 20:25:47 +0000
commit6c2728f9815bcdbf1cbd702f271344e295ddb074 (patch)
treea4eb8f84e4b2b1430f1a3aa62be4e4dcefd27cee /gtk2_ardour/editing_syms.h
parentcc455e0d0a270bb20db85f750c7df07a96bb352e (diff)
more upgrades to the import dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2358 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing_syms.h')
-rw-r--r--gtk2_ardour/editing_syms.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h
index f415e2c49c..8971f79995 100644
--- a/gtk2_ardour/editing_syms.h
+++ b/gtk2_ardour/editing_syms.h
@@ -78,3 +78,15 @@ IMPORTMODE(ImportAsRegion=0)
IMPORTMODE(ImportToTrack=1)
IMPORTMODE(ImportAsTrack=2)
IMPORTMODE(ImportAsTapeTrack=3)
+
+// if this is changed, remember to update the string table in sfdb_ui.cc
+IMPORTPOSITION(ImportAtTimestamp=0)
+IMPORTPOSITION(ImportAtEditCursor=1)
+IMPORTPOSITION(ImportAtPlayhead=2)
+IMPORTPOSITION(ImportAtStart=3)
+
+// if this is changed, remember to update the string table in sfdb_ui.cc
+IMPORTCHANNEL(ImportThingPerFile=0)
+IMPORTCHANNEL(ImportThingPerChannel=1)
+IMPORTCHANNEL(ImportThingForAll=2)
+