change jack port names for consistency
This commit is contained in:
parent
1f015b95be
commit
7668a7d781
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ def info(msg):
|
|||
print('Info:', msg)
|
||||
|
||||
jack = Jack.Client('webstudio')
|
||||
out1 = jack.outports.register('out_1')
|
||||
out2 = jack.outports.register('out_2')
|
||||
out1 = jack.outports.register('out_0')
|
||||
out2 = jack.outports.register('out_1')
|
||||
|
||||
transfer_buffer1 = Jack.RingBuffer(jack.samplerate * 10)
|
||||
transfer_buffer2 = Jack.RingBuffer(jack.samplerate * 10)
|
||||
|
|
Loading…
Reference in a new issue