Factory Prest Assets
|
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 385 KiB |
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 234 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
@@ -2,17 +2,13 @@
|
||||
export SRC_ZIP="V3 Factory Presets.piBank"
|
||||
export DST_ZIP="Factory Presets.piBank"
|
||||
|
||||
|
||||
rm "presets/$DST_ZIP"
|
||||
cd presets
|
||||
rm -rf temp_folder
|
||||
echo Unpacking "$SRC_ZIP"
|
||||
unzip "$SRC_ZIP" -d ./temp_folder
|
||||
cd temp_folder
|
||||
cd temp_folder
|
||||
cp -r ../Factory_Presets_Extra/* ./
|
||||
echo Repacking "../$DST_ZIP"
|
||||
zip -r9 "../$DST_ZIP" .
|
||||
echo Repacking "../presets/$DST_ZIP"
|
||||
zip -r9 "../presets/$DST_ZIP" .
|
||||
cd ..
|
||||
rm -rf temp_folder
|
||||
|
||||
cd ..
|
||||
@@ -1 +0,0 @@
|
||||
{"selectedBank": 1,"nextInstanceId": 1,"entries": [{"instanceId": 1,"name": "Default Bank"}]}
|
||||