[PD] editing with text and with the GUI

marius schebella marius.schebella at chello.at
Tue Aug 26 15:53:44 CEST 2003


hi,
you have to set a bin of the second binstruct correctly, which defines
whether receive oder sendname begins with $0. i don´t know where this is
documented, i have only that snip of the documentation...
marius.

<binstruct2> is a 32 Bit-struct: bit 0 .. 5: font-style (0 .. 63) * 1;
bit 6: receive-name is not/is "empty" (0 or 1) * 64;
bit 7: send-name is not/is "empty" (0 or 1) * 128;
bit 8: label-name begins with "$0" = unique-name (0 or 1) * 256;
bit 9: receive-name begins with "$0" = unique-name (0 or 1) * 512;
bit 10: send-name begins with "$0" = unique-name (0 or 1) * 1024;
bit 11 .. 16: tail-length of label-name (0 .. 63) * 2048;
bit 17 .. 22: dollar-number $n of label-name (0 .. 63) * 131072;
bit 23 .. 31: used for internal flags;



----- Original Message ----- 
From: "alex norman" <spammeillkillyou at yahoo.com>
To: <pd-list at iem.at>
Sent: Thursday, August 21, 2003 8:42 PM
Subject: [PD] editing with text and with the GUI


> Hi,
> I've been making this patch that requires a bunch of
> $0-blah as send symbols for sliders.
> I didn't realise that until just now so I used vi to
> turn all the blah1 blah2 (actually stuff like osc1_cut
> osc2_pw etc) to $0-blah1 $0-blah2 etc.
> the thing is I used the GUI first to just edit 3 of
> the sliders send symbols to be $0-blah etc, but then i
> decided to do the rest in vi, which worked great
> except:
> when I go back into the patch the ones that i edited
> in the GUI show up as $0-blah but the ones that I
> edited in vi change to 1000-blah... so when i save
> them they change to 1000-blah and when i open them up
> again they are 1000-blah (so they won't adapt).
> any ideas?
>
> -alex
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list





More information about the Pd-list mailing list