File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ cd " $ZYNTHIAN_MY_DATA_DIR /files/Neural Models"
4
+ git clone https://github.com/pelennor2170/NAM_models
5
+
6
+ AUTHORS=( " George B" " Helga B" " Jason Z" " Keith B" " Luis R" " Mikhail K" " Peter N" " Phillipe P" " Roman A" " Sascha S" " Tim R" " Tom C" " Tudor N" )
7
+ for auth in " ${AUTHORS[@]} " ; do
8
+ mkdir " $auth "
9
+ mv " NAM_models/$auth " * " $auth /"
10
+ cp " NAM_models/COPYING" " $auth /"
11
+ done
12
+
13
+ rm -rf " NAM_models"
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ $ZYNTHIAN_RECIPE_DIR/install_qmidiarp_prebuilt.sh
132
132
$ZYNTHIAN_RECIPE_DIR /install_dsp56300_prebuilt.sh
133
133
$ZYNTHIAN_RECIPE_DIR /install_nam_prebuilt.sh
134
134
$ZYNTHIAN_RECIPE_DIR /install_ratatouille_prebuilt.sh
135
+ $ZYNTHIAN_RECIPE_DIR /install_nam_models.sh
135
136
$ZYNTHIAN_RECIPE_DIR /install_surge_xt_prebuilt.sh
136
137
mkdir " /root/.Surge XT"
137
138
Original file line number Diff line number Diff line change @@ -605,6 +605,12 @@ if [[ "$current_patchlevel" < "$patchlevel" ]]; then
605
605
$ZYNTHIAN_RECIPE_DIR /install_ratatouille_prebuilt.sh
606
606
fi
607
607
608
+ patchlevel=" 20250212.2"
609
+ if [[ " $current_patchlevel " < " $patchlevel " ]]; then
610
+ echo " Applying patch $patchlevel ..."
611
+ $ZYNTHIAN_RECIPE_DIR /install_name_models.sh
612
+ fi
613
+
608
614
# -----------------------------------------------------------------------------
609
615
# End of patches section
610
616
# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments