archive
This commit is contained in:
1
alda/github
Normal file
1
alda/github
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/alda-lang/alda
|
||||
13
alda/install.sh
Normal file
13
alda/install.sh
Normal 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
4
alda/run.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo once: alda up
|
||||
echo always: alda play --file ./path
|
||||
6
alda/test.alda
Normal file
6
alda/test.alda
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user