Skip to content

Commit

Permalink
Correct Jack routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcchy committed Nov 26, 2020
1 parent 364f672 commit a7e2a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/python/sound.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def init (etc_object, AOUT_NORNS) :
client.activate()
while not(norns_connected):
try:
client.connect('SuperCollider:out_1', 'fates_jack_client:input_1')
client.connect('SuperCollider:out_2', 'fates_jack_client:input_2')
client.connect('crone:output_1', 'fates_jack_client:input_1')
client.connect('crone:output_2', 'fates_jack_client:input_2')
norns_connected = True
except:
pass
Expand Down

0 comments on commit a7e2a77

Please sign in to comment.