Skip to content

Commit a1cfca7

Browse files
committed
1.0.0-beta3 related updates
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
1 parent e5b27c3 commit a1cfca7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ To build one single instrument, use the build script with the instrument name
1111

1212
./build.sh trumpet
1313

14+
To build instruments in docker, edit git version in misc/make-dist-docker.sh and run:
15+
16+
misc/make-dist-docker.sh
17+
1418
To edit a sample, create a zip file of the directory, for instance like this
1519

1620
cd trumpet

index.smindex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version "1.0.0-beta2"
1+
version "1.0.0-beta3"
22
smset_dir "."
33

44
group "Wind"

misc/make-dist-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -Eeuo pipefail
44
git clone https://github.com/swesterfeld/spectmorph.git || echo clone fail
55
cd spectmorph
66
git fetch
7-
git checkout 8b8fb8adb79e8eec1a16cc90f042db7e548f1c11
7+
git checkout 2d1e4870b8c322d11438aaa06d061ee5991fba56
88
GIT_VERSION=$(git log -1 --format=%cd --date=format:'%Y-%m-%d %H:%M:%S')
99
cd ..
1010

0 commit comments

Comments
 (0)