-
-
jyg
Because only messages beginning with a float as first atom are implicitely handled as lists by puredata.
If you suppress this first atom with [route], you get a message with 2 atoms, the first being treated as a selector, and the second as a float.
This message is handled as a message --like, for example, the message [ set 1( -- , not as a list.
You must prepend the "list" selector to further process it as a list : just insert a [list] object after the output of [route]. -
-
jyg
Check also AOO
Audio over Internet but also messaging (check pipelines section https://git.iem.at/cm/aoo/-/pipelines). It uses a public server for connection between peers.
https://git.iem.at/cm/aoo -
jyg
Hi, you can check Derek Holzer vectorsynthesis lib
https://github.com/macumbista/vectorsynthesis
You 'll need an oscilloscope software for displaying lissajou curves -
jyg
The first thing I can think of is that the new list box object (ctrl + 4) is not supported in older pd versions, where it will not be instantiated in the patch. So all object IDs will be changed and this will also change all connections between objects and create a mess !