From d09f6b3016bacbc2871a8946cbb24ad705076509 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Fri, 13 May 2005 20:47:18 +0000 Subject: Initial revision git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf --- templates/.cvsignore | 2 + templates/16 Tracks.template | 260 +++++++++++++++++++++++++++++++ templates/2 Track.template | 92 +++++++++++ templates/32 Tracks.template | 356 +++++++++++++++++++++++++++++++++++++++++++ templates/4 Tracks.template | 116 ++++++++++++++ templates/8 Tracks.template | 164 ++++++++++++++++++++ templates/SConscript | 9 ++ 7 files changed, 999 insertions(+) create mode 100644 templates/.cvsignore create mode 100644 templates/16 Tracks.template create mode 100644 templates/2 Track.template create mode 100644 templates/32 Tracks.template create mode 100644 templates/4 Tracks.template create mode 100644 templates/8 Tracks.template create mode 100644 templates/SConscript (limited to 'templates') diff --git a/templates/.cvsignore b/templates/.cvsignore new file mode 100644 index 0000000000..3dda72986f --- /dev/null +++ b/templates/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/templates/16 Tracks.template b/templates/16 Tracks.template new file mode 100644 index 0000000000..50d21cdd24 --- /dev/null +++ b/templates/16 Tracks.template @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/2 Track.template b/templates/2 Track.template new file mode 100644 index 0000000000..11f35d7183 --- /dev/null +++ b/templates/2 Track.template @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/32 Tracks.template b/templates/32 Tracks.template new file mode 100644 index 0000000000..dfedeaa7e9 --- /dev/null +++ b/templates/32 Tracks.template @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/4 Tracks.template b/templates/4 Tracks.template new file mode 100644 index 0000000000..692c0403e4 --- /dev/null +++ b/templates/4 Tracks.template @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/8 Tracks.template b/templates/8 Tracks.template new file mode 100644 index 0000000000..5c1ddb827a --- /dev/null +++ b/templates/8 Tracks.template @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/SConscript b/templates/SConscript new file mode 100644 index 0000000000..4269a1b988 --- /dev/null +++ b/templates/SConscript @@ -0,0 +1,9 @@ +# -*- python -*- + +import os +import glob +template_files = glob.glob('*.template') + +Import('env install_prefix') +env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/templates'), template_files)) +env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_files)) -- cgit v1.2.3