diff --git a/tools/superdirt.sh b/tools/superdirt.sh new file mode 100755 index 0000000..121a5dd --- /dev/null +++ b/tools/superdirt.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Make SuperCollider construct the Path to the default SuperDirt startup file and load it. +# Afterwards direct stdin to sclang so we can control it. +(echo -e 'load(Platform.userAppSupportDir+/+"/downloaded-quarks/SuperDirt/superdirt_startup.scd")' && cat) | sclang \ No newline at end of file diff --git a/tools/tidal b/tools/tidal new file mode 100755 index 0000000..acd4c94 --- /dev/null +++ b/tools/tidal @@ -0,0 +1,2 @@ +#!/bin/sh +ghci -ghci-script $(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs