Re: [PD] Open midi files in PD Vanilla?

2012-08-14 Thread Andy Farnell
We faced this at RjDj a while back. Me and Joe and Frank and the guys worked on something to make text files from MIDI, they could be fed to a vanilla style list sequencer. Worked quite well IIRC. Maybe its still in the rj library. a. On Mon, Aug 13, 2012 at 04:42:20PM +0200, Filippo Beck Pec

Re: [PD] variable number of outlets/inlets

2012-08-14 Thread João Pais
with dynamic patching, for example [jmmmp/dacm~] in Pd-extended. not exactly what you asked, but similar. João Hi, How does one create an abstraction with a variable number of outlets (depending on the number of arguments)? Thanks Eldad ___ Pd-

Re: [PD] [PD-announce] Fifteen Student Pure Data Projects

2012-08-14 Thread Andy Farnell
Thanks to you and your students for sharing these Leanord! On Fri, Aug 10, 2012 at 03:12:41PM -0700, Freaky DNA wrote: > Greetings all, > > I have just posted a collection of student patches ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-mana

Re: [PD] [PD-dev] Cross Compiling External for Windows - Problem

2012-08-14 Thread Patrice Colet
> Output: i686-pc-mingw32-gcc > -I"/home/thomas/src/Pd-0.42.5-extended/pd-win/include/pd" -std=c99 re, how to get information about the linker used, and how > to > set it in the Makefile. That was part of the original question, try to put this in LDFLAGS or LIBS -Wl,--verbose to make linker mor

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-14 Thread Pierre Massat
Hi everyone, I got this info about the anolog audio output being cheap PWM with filtering from this thread : http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=8684 I'm assuming these guys know what they're talking about (I think the first reply metioning this is by a member of the Raspberry P

Re: [PD] variable number of outlets/inlets

2012-08-14 Thread Michael Zacherl
If the inlets/outlets are on the outside of your abstraction make sure you use [initbang]. Otherwise the connections to those ports in your main patch wouldn't be created. Michael. On 14.8.2012, at 11:15 , João Pais wrote: > with dynamic patching, for example [jmmmp/dacm~] in Pd-extended. not ex

Re: [PD] variable number of outlets/inlets

2012-08-14 Thread Kaj Ailomaa
On Fri, 10 Aug 2012 22:28:53 +0200, Eldad Tsabary wrote: Hi, How does one create an abstraction with a variable number of outlets (depending on the number of arguments)? Thanks Eldad ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-manag

Re: [PD] variable number of outlets/inlets /dynamic patching

2012-08-14 Thread IOhannes m zmölnig
On 08/11/2012 01:58 PM, Michael Zacherl wrote: In Pd-extended it could be easier since there are more possibilities to control the init-phase of a just loaded patch. I think it's in iemlib (Iohannes could chime in) but admittedly I forgot about it, since also there was a lot of discussion wethe

Re: [PD] variable number of outlets/inlets /dynamic patching

2012-08-14 Thread Ivica Ico Bukvic
> On 08/11/2012 01:58 PM, Michael Zacherl wrote: > > In Pd-extended it could be easier since there are more possibilities to > control the init-phase of a just loaded patch. > > I think it's in iemlib (Iohannes could chime in) but admittedly I > > forgot about it, since also there was a lot of disc

Re: [PD] variable number of outlets/inlets /dynamic patching

2012-08-14 Thread Michael Zacherl
Hallo IOhannes, > On 08/11/2012 01:58 PM, Michael Zacherl wrote: >> In Pd-extended it could be easier since there are more possibilities to >> control the init-phase of a just loaded patch. >> I think it's in iemlib (Iohannes could chime in) but admittedly I forgot >> about it, since also there

Re: [PD] variable number of outlets/inlets /dynamic patching

2012-08-14 Thread Jonathan Wilkes
> > From: Michael Zacherl >To: IOhannes m zmölnig >Cc: pd-list list >Sent: Tuesday, August 14, 2012 9:56 AM >Subject: Re: [PD] variable number of outlets/inlets /dynamic patching >   >Hallo IOhannes, > >> On 08/11/2012 01:58 PM, Michael Zacherl wrote: >>> In Pd-

Re: [PD] variable number of outlets/inlets /dynamic patching

2012-08-14 Thread Michael Zacherl
On 14.8.2012, at 19:43 , Jonathan Wilkes wrote: >>> >>> thus: if you want to need [initbang] (which you do if you really need >>> variable in/outlets in abstractions), you need to either compile Pd >>> yourself or use Pd-extended (only the core binary, no need for any >>> externals here) >>

Re: [PD] Pd Vanilla on Raspberry Pi

2012-08-14 Thread Miller Puckette
OK... this business of having to delay "pd dsp 1" is probably the same problem some others have been having with pd -nogui - I need to investigate that one. Meanwhile there's still the problem of Pd not getting real-time scheduling turned on, which must be some kind of configuration thing. Getting