rsc3/oregano/start_server_linux.sh

15 lines
231 B
Bash
Raw Normal View History

#!/bin/bash
jack_control start
scsynth -u 57110 &
sleep 1
# after scsynth starts:
jack_connect -s default SuperCollider:out_1 system:playback_1
jack_connect -s default SuperCollider:out_2 system:playback_2
2014-05-17 22:16:58 +00:00
# go to scsynth
fg