You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ As explained above, the task-filters are stored under names generated automatica
356
356
** Linking audio inputs and outputs between synths
357
357
:PROPERTIES:
358
358
:ID: EA903FD5-9FE9-4B0A-BEE0-B38C8807810E
359
-
:eval-id: 647
359
+
:eval-id: 810
360
360
:END:
361
361
362
362
A mechanism for linking inputs and outputs and of audio and control-rate Chucks based on /Steno/ by Julian Rohrhuber is under development. (See https://github.com/telephon/Steno)
@@ -371,30 +371,51 @@ Add 2 chucks =a= and =b= linked together in series:
Note: This is not yet correct. The parallel mechanism is wrong because all parallel synths read from and write to the same bus, thereby processing each other's output according to they order that they were created. Next it's needed to copy the signals to separate busses and reunite them at the end. This can be done by inserting a Ser for each element of the tree of a Par, which encloses the element in a head and a tail Chuck with automatically generated id, which copy the signal from the input to the elements in the Ser, so that they have their own bus, and then copy it back to the output of the Par.
0 commit comments