This commit is contained in:
bel
2021-09-14 06:36:09 -06:00
commit 5abbfb5740
15 changed files with 701 additions and 0 deletions

1
alda/github Normal file
View File

@@ -0,0 +1 @@
https://github.com/alda-lang/alda

13
alda/install.sh Normal file
View File

@@ -0,0 +1,13 @@
#! /bin/bash
cd "$(dirname "$BASH_SOURCE")"
if [ ! -f ./alda ]; then
curl -L https://github.com/alda-lang/alda/releases/download/1.4.4/alda > ./alda
elif which nix-env; then
nix-env -i alda
fi
chmod +x ./alda
echo "consider https://member.keymusician.com/Member/FluidR3_GM/index.html for quality"
echo "install via git clone https://github.com/alda-lang/alda && scripts/install-fluidr3"
echo "installs to $HOME/.gervill"

4
alda/run.sh Normal file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
echo once: alda up
echo always: alda play --file ./path

6
alda/test.alda Normal file
View File

@@ -0,0 +1,6 @@
piano:
o3
g8 a b > c d e f+ g | a b > c d e f+ g4
g8 f+ e d c < b a g | f+ e d c < b a g4
<< g1/>g/>g/b/>d/g