Files
data-composition/tools/superdirt.sh
2024-01-29 22:38:28 +01:00

4 lines
274 B
Bash
Executable File

#!/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