2014-05-15 21:01:31 +00:00
|
|
|
#!/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
|
2014-05-15 21:01:31 +00:00
|
|
|
|
|
|
|
|