Skip to content

Commit 2166aa9

Browse files
authored
Merge pull request #69 from flucoma/rename-AudioTransport-args
BufAudioTransport now has A-B based arguments
2 parents e5f7aa2 + 60b73ed commit 2166aa9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/BufAudioTransport.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,34 @@ description: |
1717
See Henderson and Solomonm (2019) AUDIO TRANSPORT: A GENERALIZED PORTAMENTO VIA OPTIMAL TRANSPORT, DaFx
1818
1919
parameters:
20-
source1:
20+
sourceA:
2121
description: |
2222
The first source buffer
23-
startFrame1:
23+
startFrameA:
2424
description: |
2525
offset into the first source buffer (samples)
26-
numFrames1:
26+
numFramesA:
2727
description: |
2828
number of samples to use from first source buffer
29-
startChan1:
29+
startChanA:
3030
description: |
3131
starting channel of first source buffer
32-
numChans1:
32+
numChansA:
3333
description: |
3434
number of channels to process in first source buffer
35-
source2:
35+
sourceB:
3636
description: |
3737
the second source buffer
38-
startFrame2:
38+
startFrameB:
3939
description: |
4040
offset into the second source buffer (samples)
41-
numFrames2:
41+
numFramesB:
4242
description: |
4343
number of samples to process from second buffer
44-
startChan2:
44+
startChanB:
4545
description: |
4646
starting channel for second buffer
47-
numChans2:
47+
numChansB:
4848
description: |
4949
number of channels to process in second buffer
5050
destination:

0 commit comments

Comments
 (0)