mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
[Summar] Changing list of export format and preset used for Tracks Live. Changing nothing for other apps. For Tracks Live we need nothing but “Tracks Live” export format and preset.
This commit is contained in:
parent
34a3e8b49c
commit
3e69caeda5
1 changed files with 9 additions and 3 deletions
|
|
@ -352,9 +352,15 @@ for backend in jack wavesaudio ; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Export Formats/Presets
|
# Export Formats/Presets
|
||||||
|
if test x$APPNAME == x"TracksLive" ; then
|
||||||
|
for f in "$BUILD_ROOT/../export/Tracks Live.preset" "$BUILD_ROOT/../export/Tracks Live.format" ; do
|
||||||
|
cp "$f" $ExportFormats ;
|
||||||
|
done
|
||||||
|
else
|
||||||
for f in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do
|
for f in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do
|
||||||
cp "$f" $ExportFormats ;
|
cp "$f" $ExportFormats ;
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
# Session and Route templates
|
# Session and Route templates
|
||||||
#for f in $BUILD_ROOT/../templates/* ; do
|
#for f in $BUILD_ROOT/../templates/* ; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue