mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
OSC: Add system osc preset directory
This commit is contained in:
parent
b11c64ea5b
commit
28faa0de0f
2 changed files with 16 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ MidiMaps=$Shared/midi_maps
|
|||
PatchFiles=$Shared/patchfiles
|
||||
LuaScripts=$Shared/scripts
|
||||
MackieControl=$Shared/mcp
|
||||
OSC=$Shared/osc
|
||||
|
||||
if [ x$PRINT_SYSDEPS != x ] ; then
|
||||
#
|
||||
|
|
@ -226,6 +227,7 @@ mkdir -p $MidiMaps
|
|||
mkdir -p $PatchFiles
|
||||
mkdir -p $LuaScripts
|
||||
mkdir -p $MackieControl
|
||||
mkdir -p $OSC
|
||||
mkdir -p $ExportFormats
|
||||
mkdir -p $Panners
|
||||
mkdir -p $Backends
|
||||
|
|
@ -390,6 +392,12 @@ for x in $BUILD_ROOT/../mcp/*.device $BUILD_ROOT/../mcp/*.profile ; do
|
|||
cp "$x" $MackieControl
|
||||
done
|
||||
|
||||
# OSC data
|
||||
# got to be careful with names here
|
||||
for x in $BUILD_ROOT/../osc/*.preset ; do
|
||||
cp "$x" $OSC
|
||||
done
|
||||
|
||||
# Templates
|
||||
#for f in $BUILD_ROOT/../templates/* ; do
|
||||
# if [ -d "$f" ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue