Re: [PD] Strange behavior using custom external

2014-03-01 Thread Robert Esler
)); } - Date: Thu, 27 Feb 2014 14:15:05 -0600 From: Charles Z Henry czhe...@gmail.com Subject: Re: [PD] Strange behavior using custom external To: Robert Esler rob...@urbanstew.org Cc: pd-list pd-list@iem.at Message-ID: capfmnofa_cprs4ux0yg1yy7hfsgrpt79b+felj5kzf1frd0

Re: [PD] Strange behavior using custom external

2014-02-28 Thread IOhannes m zmölnig
On 02/28/2014 01:13 AM, GCC wrote: (t_method)delay_free, sizeof(t_rhynamo), delay_free? fgamrds IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Strange behavior using custom external

2014-02-28 Thread Charles Z Henry
Henry czhe...@gmail.com Subject: Re: [PD] Strange behavior using custom external To: Robert Esler rob...@urbanstew.org Cc: pd-list pd-list@iem.at Message-ID: capfmnofa_cprs4ux0yg1yy7hfsgrpt79b+felj5kzf1frd0...@mail.gmail.com Content-Type: text/plain; charset=utf-8 The difference probably

Re: [PD] Strange behavior using custom external

2014-02-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-02-26 23:22, Robert Esler wrote: The strange behavior is as follows: this all looks like memory corruption. run your patch through valgrind and see what it gives youl. fgasdmr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1

Re: [PD] Strange behavior using custom external

2014-02-27 Thread GCC
Thank IOHannes for pointing me to valgrind. From a preliminary test I didn't see any memory leaks with Memcheck. I used the command line: valgrind ‹leak-check=yes pd-extended myPatch.pd Valgrind only returned Conditional jump or move depends on uninitialised value(s) for various processes in

Re: [PD] Strange behavior using custom external

2014-02-27 Thread Robert Esler
Hi Chuck, If I create another patch w/o the external I don't get this behavior at all. Though if I create the patch w/ the external then delete it, save it and open it, there have been times where the behavior returns w/o the external. I'll go through my pd object code again. As you

Re: [PD] Strange behavior using custom external

2014-02-27 Thread Charles Z Henry
The difference probably indicates that something is going on in your _setup() function. Once you've loaded a class in a patch, it stays in memory. If you close the patch, and open another patch without the class, you may still see the effects---but if you close pd, and reopen without using the

Re: [PD] Strange behavior using custom external

2014-02-27 Thread GCC
(help-rhynamo)); } - Date: Thu, 27 Feb 2014 14:15:05 -0600 From: Charles Z Henry czhe...@gmail.com Subject: Re: [PD] Strange behavior using custom external To: Robert Esler rob...@urbanstew.org Cc: pd-list pd-list@iem.at Message-ID

Re: [PD] Strange behavior using custom external

2014-02-26 Thread Charles Z Henry
Hi Robert, Just to clarify--have you also observed the error in any patches where you have not loaded the external? For example, if you take your patch, remove the external and save as test.pd, will the word tempo appear correctly and without replacement? This sounds to me like a mismatched