Re: Programmatically delete or select an object in a patch?
João Pais <[email protected]>
| Newsgroups | gmane.comp.multimedia.puredata.general |
|---|---|
| Message-ID | <[email protected]> |
you can use old-style messaging, but maybe some libraries have better options. > When doing dynamic patching, is there a way to delete or select a > given object in a patch? > > For instance, in the attached example, would there be any way to > select or delete any of the three created objects? > > Thanks. > > - martin --- [email protected] - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/[email protected]/message/AEAH4WXQ22K7AEA7P7KXVWENLVBMGXB6/ To unsubscribe send an email to [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
dynamicpatching.pd
(text/plain, 406 B)
#N canvas 92 296 503 311 12; #N canvas 612 314 450 300 test 1; #X obj 10 10 print; #X obj 10 40 symbol; #X floatatom 10 70 0 0 0 0 - - - 0; #X restore 116 129 pd test; #X obj 42 129 s pd-test; #X msg 42 94 obj 10 10 print \, obj 10 40 symbol \, floatatom 10 70; #X msg 113 211 cut; #X msg 113 184 editmode 1 \, mouse 9 39 1 0 \, mouseup 11 41 0; #X connect 2 0 1 0; #X connect 3 0 1 0; #X connect 4 0 1 0;