[PD] 100k lines of code (was libpd separating gui from core)

Billy Stiltner billy.stiltner at gmail.com
Sat Mar 22 19:08:19 CET 2014


found them in  wheredoesthisgo 0.1
looks like there is no reference to the variables used in
http://www.tcl.tk/man/tcl8.5/TkCmd/getOpenFile.htm
maybe it is in the tk source.

anyways why not just make  an abstraction that calls tcl exec
for linux send the path sent on an inlet to "ls"
for windows send the path to "dir.exe"
not sure how to list a folders contents on a mac.
pipe the output to the abstractions outlet
I'm not well versed in tcl or I would do it.


once more for  whom it may concern here are the escape sequences.

I think {  and } are labeled as leftbrace and rightbrace, I 've always
called them curlybraces

**************************
|Quote             %60
Tilde             %7E
Exclamation         %21
At             @
Number             %23
DollarSign         %24
Percent             %25
Carrot             %5E
Ampersand         %26
Star             *
LeftParenthesis         %28
RightParenthesis         %29
Hyphen             -
Underscore         _
Plus             %2B
Equal             %3D
Pipe             %7C
BackSlash         %5C
LeftBrace         %7B
LeftBracket         %5B
RightBracket         %7D
RightBrace         %7D
Colon             %3A
Semicolon         %3B
DoubleQuote         %22
SingleQuote         %27
LeftArrow         %3C
Comma             %2C
RightArrow        %3E
Period.Question         %3F
ForwardSlash         %2F
Space             +
CarriageReturn         %0D%0A
***************************


On Sat, Mar 22, 2014 at 6:05 AM, Billy Stiltner <billy.stiltner at gmail.com>wrote:

> IOHannes, re: 'dir for vanilla'
> well a quick look for the TCL script to expose the innards of pd's file
> browser dialog turned up empty.
>  browsing my old code I came up with this.
> http://www.geocities.ws/billy_stiltner/code/cgidir.tar.gz
> directory services through http.
> with that idea pd could use pdsend/pdreceive for a FUDI file server!
> ha ha har har.
> further exploration of my old code gets into ffblk not sure if that is
> available on linux and macos.
> and even further is reading the disk 512 bytes at a time through the bios
> , flippin bits to decipher the FAT.  might as well solder up a hex keypad
> with 8bit LCD  to the bus-G.
>
>
> On Wed, Mar 19, 2014 at 5:13 AM, IOhannes m zmoelnig <zmoelnig at iem.at>wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA256
>>
>> On 2014-03-18 21:37, Billy Stiltner wrote:
>> > what's wrong with making the file select dialog an atom? allready
>> > works in all the oses. just fan it's innards out some outputs
>>
>> do you have a public decryption key for your message?
>> i'm totally lost.
>>
>> fgmasdr
>> IOhannes
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1
>> Comment: Using GnuPG with Icedove - http://www.enigmail.net/
>>
>> iQIcBAEBCAAGBQJTKV+dAAoJELZQGcR/ejb4ElsP/2i3IKRml/ooRXKWONhrJSCw
>> FahtJFVUZswKfiFchfT3eu5+2ogxe4dkHdDnxdi1nLVIQu8hhxBTXc0S4F94Q/31
>> O6eHwYp5SP9vdcAJS0VFvSm1EbmbOvU7cxERa5rCzGUYCkiFbLN6y0hQRpcqOA25
>> UHq1k2CW6PDf02VAuTBkV5xzKmu04dmFmjbbMicvL+ywmwRL0beRU6JvQK7UqNZW
>> 8b+B6cErKmNQlh6/3Mj3KOJ6fIjm8lHcsbzz4csioX9YyMEmy0TX94CFcSujXaIt
>> 44tNoY7mDH7pMUfROFdzJ4a5RgNOmiKLc7iTlC0O6/ukUqxFBzuNINMyyxnqHzLX
>> cKhCLIVlmFtQ3VQC3PiAtlqTB4g4qCIZjW47jcN3RF53r23Xdv1/EqfjTcmQRU8z
>> UlkrF2E929zCBrQrLRIdLX8qlmO8bx1N2LcmI/lXDwN0NReIoDFzlJk1sCD38nvh
>> mx4wa3RoEKhTFhy6bPsxnU6mMf18NYDRn7z81NBzaNvL84NMLj6THWWLL9xoR7RD
>> YX1pDEkbVcTVxrMeUXEi6T15q1wXRMwK2+CavXXGBP517gJeWdvD/xdD+lECkxb3
>> CJgLuZ8qhrUadGrZlyBMPudRNYtC3DpcPLSAyWqdJBkw283RZ5sdHM69y24aCH3Y
>> RQxH1ip8FYJ/6RQRhEDu
>> =LJ+y
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140322/ec5062de/attachment.htm>


More information about the Pd-list mailing list