Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread Lorenzo Sutton
Hi, Sorry to drift the topic slightly... but I guess it might be of interest: when having to compile a 1-source-file external in windows I successfully managed with Codeblocks IDE and MinGW. If anyone is interested I have an example 'project' somewhere. Lorenzo. luca paganotti wrote: Hi all,

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread luca paganotti
Hi Hans, Perhaps Eclipse sets CFLAGS or LDFLAGS, which is overriding things in the Makefile? I double check my eclipse configuration and this doesn't seem to be the case. I must admit that I'm working with my development box which is rather confused, at the moment, and probably my

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread luca paganotti
Great! ... I finally added some getting started instructions, hopefully this is useful: https://puredata.info/docs/developer/LibraryTemplate .hc ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread luca paganotti
Perhaps Eclipse sets CFLAGS or LDFLAGS, which is overriding things in the Makefile? I got it. eclipse is joking ...and i'm trusting it ... I added the pd library in the project properties in the Libraries tab using the Add... button and then the File system ... button and eclipse added this

Re: [PD] i lost my credibility

2011-07-15 Thread cyrille henry
Hello, thanks for this suggestion. Yes, i could spend my time to optimized ubuntu to be more real-time. or i could use an optimized OS for real time stuf. i could install a dual boot or something like this. But i don't like this solution. mainly because it's an endless work that have to be

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread luca paganotti
mycobject.dll is created by eclipse at the price of defining: *CFLAGS = -IC:/Programmi/pd/src -Wall -W -g* in place of *CFLAGS = -I$(PD_INCLUDE)/pd -Wall -W -g* *PD_PATH = c:/programmi/pd* in place of *PD_PATH = $(shell cd $(PROGRAMFILES)/pd pwd)* and declaring *CC = gcc* Perhaps Eclipse

[PD] Pd and Audio Units

2011-07-15 Thread Tim Hodgson
Hi, (Beginner here.) I have an 8-channel (8 in, 8 out) AU which I'd like to embed in a Pd patch; I know I can do this in MaxMSP with the audiounit~ external, but is there any way to do it in Pd? thanks, TimH ___ Pd-list@iem.at mailing list

Re: [PD] i lost my credibility

2011-07-15 Thread Charles Goyard
cyrille henry wrote: so i prefer starting pd with a script that stopall unwanted stuff, and start them when i close pd. so, i made a script like this : gksudo stop atd gksudo stop cron pasuspender -- pd -noprefs -noautopatch -lib Gem -mididev 1,2,3 -listdev -r 48000 gksudo start atd

Re: [PD] Pd and Audio Units

2011-07-15 Thread Hans-Christoph Steiner
I don't know about AudioUnits, but you can use other plugins with the [plugin~] object. There is another plugin host object, but I have forgotten the name... Perhaps you'll get more useful info if you ask whether there is anything in Pd that does what this AudioUnit does. Chances are

Re: [PD] Pd and Audio Units

2011-07-15 Thread tim vets
2011/7/15 Hans-Christoph Steiner h...@at.or.at I don't know about AudioUnits, but you can use other plugins with the [plugin~] object. There is another plugin host object, but I have forgotten the name... [vst~], [dssi~] ? Perhaps you'll get more useful info if you ask whether there is

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread Hans-Christoph Steiner
Hey Lorenzo, It would be great to have your codeblocks setup as part of the standard template. I've never used Codeblocks, so I don't know anything about it. Does it use a simple file that can be checked into SVN? Does it use the Makefile or have its own build system? FYI, the

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread Hans-Christoph Steiner
Ok, I checked in the CC=gcc for MinGW. For the other two issues, unfortunately its more complicated: On Jul 15, 2011, at 5:06 AM, luca paganotti wrote: mycobject.dll is created by eclipse at the price of defining: CFLAGS = -IC:/Programmi/pd/src -Wall -W -g in place of CFLAGS = -

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-15 Thread Hans-Christoph Steiner
Arg, that's really annoying. Eclipse seems to strip the ProgramFiles env var from the environment when it runs the build. What if you set the ProgramFiles variable in Eclipse? Another option might be that we change the PD_PATH definition to be assigned with ?= then it can be

Re: [PD] i lost my credibility

2011-07-15 Thread Bastiaan van den Berg
To me it sounds like maybe in performance you had better bass speakers hooked to your installation that could have shook the firewire connector/cable so much that it dropped connection? I would pull the cable once while running to see if the effect is similar ;) -- buZz

Re: [PD] Pd and Audio Units

2011-07-15 Thread Tim Hodgson
On 15 Jul 2011, at 3:35pm, Hans-Christoph Steiner wrote: I don't know about AudioUnits, but you can use other plugins with the [plugin~] object. There is another plugin host object, but I have forgotten the name... Thanks - I've just had a look at [plugin~], but it appears to be LADSPA

Re: [PD] Pd and Audio Units

2011-07-15 Thread Hans-Christoph Steiner
If you wrote the AU, then you probably could easily make it a Pd external. http://pdstatic.iem.at/externals-HOWTO/ .hc On Jul 15, 2011, at 2:42 PM, Tim Hodgson wrote: On 15 Jul 2011, at 3:35pm, Hans-Christoph Steiner wrote: I don't know about AudioUnits, but you can use other plugins

Re: [PD] Pd and Audio Units

2011-07-15 Thread Tim Hodgson
Thanks - that's really useful. I think the time constraints for this particular project are going to drive me to MaxMSP this time, but in future... TimH On 15 Jul 2011, at 7:48pm, Hans-Christoph Steiner wrote: If you wrote the AU, then you probably could easily make it a Pd external.

[PD] HD Video?

2011-07-15 Thread Clifford Dunn
Hi List, First, I apologize for sending this to two lists simultaneously, but it's a question that I am playing with the idea for both programs for use. At work, I'm being assigned a project to come up with some way to make a video playlist for HD video. I'd like to use either Supercollider and

Re: [PD] i lost my credibility

2011-07-15 Thread cyrille henry
heyhey! that's a nice supposition. unfortunately, there is no loud bass on this performance... cheers Cyrille Le 15/07/2011 17:52, Bastiaan van den Berg a écrit : To me it sounds like maybe in performance you had better bass speakers hooked to your installation that could have shook the

Re: [PD] Expanding Pduino-0.5beta6-mega

2011-07-15 Thread Hans-Christoph Steiner
Hey Fernando, The protocol is documented here: http://firmata.org/wiki/Protocol A digital message will give you a 'port', which is 8 pins. The digital command is 0x90, and that's combined with the port#, so 0x90 means digital port 0, 0x91 means digitial port 1, etc. all the way to 0x9f

[PD] [PD-announce] forty-third meeting of the PureData Users Group of Montréal

2011-07-15 Thread Mathieu Bouchard
forty-third meeting of the PureData Users Group of Montréal, and first one to happen outdoors. -- Forwarded message -- Date: Fri, 15 Jul 2011 17:58:43 -0400 (EDT) From: Mathieu Bouchard ma...@artengine.ca To: pd...@artengine.ca Subject: [Pdmtl] pdmtl#43 dans l'parc CE SAMEDI

[PD] [PD-announce] Pd/Max Patching Circle this Sunday 7/17, 6-9pm

2011-07-15 Thread Hans-Christoph Steiner
This announcement is late but the patching circle is right on time! This Sunday is the third Sunday of July, we'll be meeting at NYC Resistor Sunday 7/17 from 6-9pm. We also now have a mailing list for announcing the meeting each month: