[PD] A strange question (yet again)

Christof Ressi info at christofressi.com
Fri Jan 21 15:33:25 CET 2022


Unfortunately, Pd's GUI capabilities are rather limited. There's 
probably no way around writing your own Tcl/Tk code.

Here's an advanced example from the "else" library: 
https://github.com/porres/pd-else/blob/master/Classes/Source/keyboard.c.

Generally, it would be better to add a GUI plugin, but there are some 
obstacles (see https://github.com/pure-data/pure-data/issues/1555)

Christof

On 21.01.2022 10:59, Pierre Alexandre Tremblay wrote:
> Ok lovely people. I cleaned it, and I even did a similar thing to João’s 'dynamic patching' to see if it would be faster. In my case, it is unusably slow for 300x400 for the struct version, and it beachballs completely with the ‘dynamic patching’ approach.
>
> Even more funny is, if you save the patch once it is drawn, the file is now huge and cannot load ;)
>
> I’ve included both patches for 30x40 for fun. At that size they both work relatively well. Now, change the numbers to 300 and 400 for less fun :) Any pointers to optimisation and/or other ideas welcome
>
> p
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list





More information about the Pd-list mailing list