-
60hz
I recenlty used OBS to capture different IP camera stream and get the image in pix_video using a virtual camera as output in OBS.
-
First issue is that pix_video cannot get thevirtual camera texture under Windows or MacOS (https://github.com/umlaeute/Gem/issues/433)
-
I changed to Ubuntu linux and a second issue was that RTSP stream doesn't work anymore under Ubuntu, so I installed a
special version of VLC to allows RTSP and finally made a VLC source in OBS...
-
-
60hz
It might sounds obvious, but be sure that pd is not reading an old .tcl plugin somewhere from a path... like document/pd/ etc...
I remember having this issue once.
-
60hz
Hi,
Thanks for your kind works regarding some of my (experimental) abstractions with ofelia / lua.
And congrat @Jona for your impressive work!After seeing ofelia paused for long time, I helped a bit IOhannes to point the basic issues that prevented MacOS version to work properly in order to keep at least one graphic lib alive in pd... now thanks to his work Gem came back into the game (and is still quite actively maintained).
But I must admit, me and my students where a bit frustrated by gem limitations or ofelia complexity during workshop... so I recently switched to https://cables.gl/ and I can say that I don't regret it for now.
I learned the tool in only one month, did an interactive works with it for a big design event in Asia and made my first workshop in Taïwan at same time... I will use it for teaching interactive art as it's a powerful free online tool, open source, have many ressources, there is a local app version, and... all objects (called operators) are editable in javascript.I am still keeping an eye at pd and Gem but my energy is currently focused on cables, at least for teaching.
-
60hz
@whale-av said:
https://forum.pdpatchrepo.info/topic/14373/chatgpt-to-generate-pd-patch
I will try to connect to chat gpt API tomorow using [shell] etc and see if I can parse useful stuffs
Maybe using purest_json external... but It seems that I need to add credit in an account first. -
60hz
The closest thing I tried is https://soniccharge.com/synplant
Synthplant 2 vst, can listen to any sound, build a synth based on some FM patch magic that reproduce it sometimes at an incredible level of realism.
-
60hz
You should check that you don't have a patch named "comport" in one of you known path.
-
60hz
Plug data allows to drag and drop any file into the patch in order to get its path into a message.
That's very convenient.Edit: I see that the drag and drop trick don't use escaped character so I will fill a bug report... should be fixed soon.
-
60hz
ceammc library have [snd.play~] that can read and import WAV, AIFF, MP3, AAC, ALAC etc... There is also [snd.file] that is the same as [soundfiler] but import all file format to a buffer. This package could literally replace basically all other libs. You can find it on deken or https://github.com/uliss/pd-ceammc/releases/tag/v2023.10
-
60hz
@rg.kies said:
I think the PuREST_JSON Library could be a good try. There is the [rest] object which can send GET requests! I don't know much about the details there but it can definetly contact a server and get something back without opening a browser!
This is a wonderful project, but I always have issues with this lib under MacOS... There is a version in deken but It seems outdated. The project moved to https://codeberg.org/Residuum/PuRestJson