Re: [PD] Error: invalid command name pd

2013-08-18 Thread Ed Kelly
:17 Subject: Re: [PD] Error: invalid command name pd On 08/16/2013 09:44 PM, Ed Kelly wrote: Hi Jonathan, I did that, but the SVN code has been hacked in a way where [tot] doesn't work. My hacks on the other hand (in the email miXed remix earlier - tarball enclosed) make [tot

Re: [PD] Error: invalid command name pd

2013-08-17 Thread Jonathan Wilkes
On 08/16/2013 09:44 PM, Ed Kelly wrote: Hi Jonathan, I did that, but the SVN code has been hacked in a way where [tot] doesn't work. My hacks on the other hand (in the email miXed remix earlier - tarball enclosed) make [tot] work and other things are broken. The files gui.c, file.c and

Re: [PD] Error: invalid command name pd

2013-08-16 Thread Ed Kelly
I think my problem with this, and when I tried it last time it was the same, is that I get these compile errors even after I've pointed the PD_DIR setting to either: /root/software/pd/src/pd-0.44-0 or /root/software/pd/src/pd-0.44-0/src When using miXed from the subversion repository. I notice

Re: [PD] Error: invalid command name pd

2013-08-16 Thread Jonathan Wilkes
On 08/16/2013 03:12 AM, Ed Kelly wrote: I think my problem with this, and when I tried it last time it was the same, is that I get these compile errors even after I've pointed the PD_DIR setting to either: Did you also add to the line that begins INCLUDES = ? That did the trick for me.

Re: [PD] Error: invalid command name pd

2013-08-15 Thread Ed Kelly
On 07/30/13 21:03, Ed Kelly wrote: I think the problem is with [tot .] from the miXed library. afaik tot is broken with pd=0.44. tot heavily uses the olde gui infrastructure, which simply isn't there any no more :-( Oh damn! I spent ages building my tracker-style sequencers and getting them

Re: [PD] Error: invalid command name pd

2013-08-15 Thread Jonathan Wilkes
On 07/30/2013 03:03 PM, Ed Kelly wrote: First click Details on your error message and post the output. Doh! Of course. Sorry, I naturally distrust error reports having been brought up on Window$. Error messages are all the same in my patch: invalid command name pd invalid command name pd

Re: [PD] Error: invalid command name pd

2013-08-15 Thread Jonathan Wilkes
Oh, and if you do try this, make sure you only change the pd tcl commands and not pd message selectors: pd [concat pd init blah blah blah Above, the first pd is a tcl command and should be changed to pdsend. However, the second pd is part of a string that gets interpreted by the core as the

Re: [PD] Error: invalid command name pd

2013-08-04 Thread IOhannes m zmölnig
On 07/30/13 21:03, Ed Kelly wrote: I think the problem is with [tot .] from the miXed library. afaik tot is broken with pd=0.44. tot heavily uses the olde gui infrastructure, which simply isn't there any no more :-( your best bet would be to move to a gui-plugin (at least that's what i have

Re: [PD] Error: invalid command name pd

2013-07-30 Thread Ed Kelly
First click Details on your error message and post the output. Doh! Of course. Sorry, I naturally distrust error reports having been brought up on Window$. Error messages are all the same in my patch: invalid command name pd invalid command name pd     while executing pd [concat #hammergui

Re: [PD] Error: invalid command name pd

2013-07-30 Thread Charles Z Henry
Then, it's just missing m_pd.h. You'll have to modify the makefile to set the include path or copy your m_pd.h into the same directory as tot.c (or maybe just set an environment variable... I don't know for sure). Chuck On Tue, Jul 30, 2013 at 2:03 PM, Ed Kelly morph_2...@yahoo.co.uk wrote:

Re: [PD] Error: invalid command name pd

2013-07-30 Thread Jan Baumgart
Looks more like the cyclone lib. I've succeeded to update it by simply replacing every pd with pdsend - but I haven't tested it extensively. cheers, jan On 30.7.13 21:03 , Ed Kelly wrote: First click Details on your error message and post the output. Doh! Of course. Sorry, I naturally

[PD] Error: invalid command name pd

2013-07-28 Thread Ed Kelly
Can anyone tell me what's causing this? Screenshot enclosed. Vanilla 0.44 on Debian Wheezy, with libraries...big patches with lots of GOP Ed   Ninja Jamm - a revolutionary new music remix app from Ninja Tune and Seeper, for iPhone and iPad http://www.ninjajamm.com/ Gemnotes-0.2: Live music

Re: [PD] Error: invalid command name pd

2013-07-28 Thread Jonathan Wilkes
On 07/28/2013 09:39 AM, Ed Kelly wrote: Can anyone tell me what's causing this? Screenshot enclosed. Probably an external that does its own messaging. Probably messaging between the GUI and pd. See if you're using any non-Vanilla GUI object classes. Messages from the gui like pd

Re: [PD] Error: invalid command name pd

2013-07-28 Thread Ed Kelly
incrementally. Will report back when I find anything... Cheers, Ed From: Jonathan Wilkes jancs...@yahoo.com To: pd-list@iem.at Sent: Sunday, 28 July 2013, 17:08 Subject: Re: [PD] Error: invalid command name pd On 07/28/2013 09:39 AM, Ed Kelly wrote: Can

Re: [PD] Error: invalid command name pd

2013-07-28 Thread Jonathan Wilkes
From: Ed Kelly morph_2...@yahoo.co.uk To: Jonathan Wilkes jancs...@yahoo.com; pd-list@iem.at pd-list@iem.at Sent: Sunday, July 28, 2013 12:15 PM Subject: Re: [PD] Error: invalid command name pd Aha. So I probably need to go through a process of elimination