-
-
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 !
-
jyg
Hi,
you can check my fork : https://github.com/jyg/pd-dnd-plugin/tree/master or the original project : https://github.com/megrimm/pd-dnd-plugin -
jyg
In vanilla, pdL2Ork and plugdata I can find the abstraction and (tested only in vanilla) also the wav file. But when I press [all 1( in your main patch, I get an error message " 0_audiodata: no such table" because on those platforms $0 is not supported in message boxes. The workaround is to use a float box and $1 like this
In Purr-Data I would'nt be able to give you an answer. Did you try adding a [declare -path ./ ] object in your cloneobject abstraction ?