added jackd and scsynth starting and connecting script for linux
This commit is contained in:
parent
a90dcb4cf0
commit
a4ffaf5613
1 changed files with 12 additions and 0 deletions
12
oregano/start_server_linux.sh
Executable file
12
oregano/start_server_linux.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue