Re: [PD] Obfuscate patch?

2016-05-12 Thread Christof Ressi
:-D > Gesendet: Donnerstag, 12. Mai 2016 um 23:43 Uhr > Von: "IOhannes m zmölnig" > An: pd-list@lists.iem.at > Betreff: Re: [PD] Obfuscate patch? > > On 05/12/2016 08:52 PM, Jeff Sandys wrote: > >> Or use Braille font in a live performance. > > who wo

Re: [PD] Obfuscate patch?

2016-05-12 Thread IOhannes m zmölnig
On 05/12/2016 08:52 PM, Jeff Sandys wrote: >> Or use Braille font in a live performance. who would do such a thing? gmadsr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-man

Re: [PD] Obfuscate patch?

2016-05-12 Thread Dan Wilcox
You could go the computer game approach and use a custom binary packing algorithm where you compress all of that data into a single file which your program then unpacks when it runs everything. That is assuming that you have a sort of main program that runs the system. People *might* reverse-eng

Re: [PD] Obfuscate patch?

2016-05-12 Thread Jeff Sandys
Message: 5 > On Thu, 12 May 2016 13:46:55 +0200, IOhannes m zmoelnig wrote: > On 2016-05-12 12:09, Lorenzo Sutton wrote: > > On 12/05/2016 05:57, Mario Mey wrote: > >> Is already done any external/abstract/external-program that obfuscate a > >> Pd patch? ... > >> to make very hard to understand, et

Re: [PD] Obfuscate patch?

2016-05-12 Thread Mario Mey
Thanks everybody. Why would you want to do something like that? I live in Argentina and I'm going to work with an agent in Spain. I developed and I offer the service of "Digital Puppeteers". So, this agent will offer the same service and he will contact me when he find a client. So, I prepar

Re: [PD] Obfuscate patch?

2016-05-12 Thread Liam Goodacre
I am an external patch obfuscator; nobody can understand the things that I write in PD. > To: pd-list@lists.iem.at > From: mario...@gmail.com > Date: Thu, 12 May 2016 00:57:10 -0300 > Subject: [PD] Obfuscate patch? > > Is already done any external/abstract/external-prog

Re: [PD] Obfuscate patch?

2016-05-12 Thread Lorenzo Sutton
On 12/05/2016 13:46, IOhannes m zmoelnig wrote: On 2016-05-12 12:09, Lorenzo Sutton wrote: On 12/05/2016 05:57, Mario Mey wrote: Is already done any external/abstract/external-program that obfuscate a Pd patch? I mean, by changing the place of every object, changing names of send/receive obje

Re: [PD] Obfuscate patch?

2016-05-12 Thread IOhannes m zmoelnig
On 2016-05-12 12:09, Lorenzo Sutton wrote: > On 12/05/2016 05:57, Mario Mey wrote: >> Is already done any external/abstract/external-program that obfuscate a >> Pd patch? I mean, by changing the place of every object, changing names >> of send/receive objects to random generated names, adding more

Re: [PD] Obfuscate patch?

2016-05-12 Thread Lorenzo Sutton
On 12/05/2016 05:57, Mario Mey wrote: Is already done any external/abstract/external-program that obfuscate a Pd patch? I mean, by changing the place of every object, changing names of send/receive objects to random generated names, adding more objects to make very hard to understand, etc...?

Re: [PD] Obfuscate patch?

2016-05-12 Thread Max
On 2016년 05월 12일 16:08, Scott R. Looney wrote: though i believe > that could affect signal flow and execution order, wouldn't it? that's a Max problem, fixed in Pd, the only thing is that you should be careful with the outlet positions of abstractions. The order could change. m. _

Re: [PD] Obfuscate patch?

2016-05-12 Thread Scott R. Looney
i agree - kinda antithetical to the ethos of Pure Data, really. i think you could use Heavy to turn a patch into rather voluminous C++ code. i remember from the devs that they said the code output wasn't supposed to be edited or analyzed by humans, but rather existed to be wrapped to work in a numb

Re: [PD] Obfuscate patch?

2016-05-11 Thread Alexandre Torres Porres
but why? 2016-05-12 3:03 GMT-03:00 Jonathan Wilkes via Pd-list : > What about simply changing all object coords other than inlet/outlet to > (0, 0)? > > -Jonathan > > > On Thursday, May 12, 2016 12:00 AM, Mario Mey wrote: > > > Is already done any external/abstract/external-program that obfusca

Re: [PD] Obfuscate patch?

2016-05-11 Thread Jonathan Wilkes via Pd-list
What about simply changing all object coords other than inlet/outlet to (0, 0)? -Jonathan On Thursday, May 12, 2016 12:00 AM, Mario Mey wrote: Is already done any external/abstract/external-program that obfuscate a Pd patch? I mean, by changing the place of every object, changing names

[PD] Obfuscate patch?

2016-05-11 Thread Mario Mey
Is already done any external/abstract/external-program that obfuscate a Pd patch? I mean, by changing the place of every object, changing names of send/receive objects to random generated names, adding more objects to make very hard to understand, etc...? __