mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-07-04 21:41:46 +02:00
Add utility scripts
This commit is contained in:
4
tools/superdirt.sh
Executable file
4
tools/superdirt.sh
Executable file
@ -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
|
2
tools/tidal
Executable file
2
tools/tidal
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ghci -ghci-script $(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs
|
Reference in New Issue
Block a user