data-composition/tools/superdirt.sh
2024-03-25 20:08:53 +01:00

4 lines
276 B
Bash
Executable File

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