Re: [PD] Hidden folders in PD open/save dialog

2008-04-01 Thread Chris McCormick
On Tue, Apr 01, 2008 at 07:56:29PM +0200, Andre Schmidt wrote: > would be very nice if pd used the open dialog of the current system > (like gnome open dialog under gnome, windows under windows, etc...) People used to advocate for Pd to use wxWindows or something similar so that every part of it l

Re: [PD] Cannot filter list by content on time

2008-04-01 Thread Andy Farnell
An way that uses even less objects. Doctor the list to copy the channel number at the head then use [route] On Tue, 1 Apr 2008 23:17:22 +0100 Douglas Rouxel <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm very sorry, this has almost certainly been brought up more than > once, and I'm very bad a

Re: [PD] Cannot filter list by content on time

2008-04-01 Thread marius schebella
sorry, wrong patch marius. marius schebella wrote: your problem is that you're sending the messages before you open the spigot object. why do you need all the $1? if you want to send something locally I suggest $0. (although you still can replace the $0 with $1, but then it will only work if y

Re: [PD] Cannot filter list by content on time

2008-04-01 Thread marius schebella
your problem is that you're sending the messages before you open the spigot object. why do you need all the $1? if you want to send something locally I suggest $0. (although you still can replace the $0 with $1, but then it will only work if you pass a $1-argument.) best, marius. Douglas Roux

Re: [PD] Reminder: PD VideoPedia

2008-04-01 Thread Chris McCormick
On Tue, Apr 01, 2008 at 11:49:44PM +0200, Frank Barknecht wrote: > Hallo, > B. Bogart hat gesagt: // B. Bogart wrote: > > > Hmm, is this shared account a way of getting around the problem of > > copyright transfer? > > > > Anyone know of a CC/FLOSS utube like thing? (other than the prelinger > >

Re: [PD] Cannot filter list by content on time

2008-04-01 Thread Andy Farnell
Hey Doug, Lots of race hazards going on there because you missed using triggers. Also, sending the same value over so many sends-receive links causes problems. See a slightly better way of doing this using select instead of route and a matrix of on/off values for the spigots a. On Tue, 1

Re: [PD] Another interface suggestion

2008-04-01 Thread Max Neupert
Am 02.04.2008 um 10:30 schrieb Patrice Colet: > Ctrl Alt Back a écrit : >> Hi, >> >> subpatches are opening on the top in openbox, but file open >> dialog, quit and close confirmation messages are opening on the >> top of Pd console. If console is hidden under, is quite >> difficult to find it. It

[PD] Cannot filter list by content on time

2008-04-01 Thread Douglas Rouxel
Hi All, I'm very sorry, this has almost certainly been brought up more than once, and I'm very bad at this, I've been playing around with Pd for a while just for non-critical applications like making fun little noise machines and stuff, but I though I'd give a serious project a go, and I

Re: [PD] Another interface suggestion

2008-04-01 Thread Patrice Colet
Ctrl Alt Back a écrit : > Hi, > > subpatches are opening on the top in openbox, but file open > dialog, quit and close confirmation messages are opening on the > top of Pd console. If console is hidden under, is quite > difficult to find it. It is good habbit to have iconsole on > eyes anyway,

Re: [PD] Best PD+OS/Hardware combinations for low audio latency?

2008-04-01 Thread Patrice Colet
with asio on windows vista and a phonic firewire console I can set pd buffer size to 4ms without sound crackles, and obviously the driver buffer is set to 2ms, like I said before, again, the soundcard driver must be half the size of pd buffer or less. Jack on windows isn't available yet. Tim B

Re: [PD] Reminder: PD VideoPedia

2008-04-01 Thread Frank Barknecht
Hallo, B. Bogart hat gesagt: // B. Bogart wrote: > Hmm, is this shared account a way of getting around the problem of > copyright transfer? > > Anyone know of a CC/FLOSS utube like thing? (other than the prelinger > archives) Why not put this on puredata.info? All that's needed is a flash video

Re: [PD] pix_mix flicker

2008-04-01 Thread marius schebella
Hi chris, when I use the pix_film on the left side, then I don't get flicker. I attach now the patch that was NOT working for me: (I am using a builtin iSight camera.) marius. #N canvas 671 22 489 589 10; #X obj 114 364 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 9700 1; #X floata

Re: [PD] pix_mix flicker

2008-04-01 Thread chris clepper
I don't have any flickering here. Try putting pix_film on the left and see if that makes any difference. On Tue, Apr 1, 2008 at 3:32 PM, marius schebella <[EMAIL PROTECTED]> wrote: > Hi, > when I use pix_mix with video or live input I have to do strange > rendering order to avoid flicker. (see a

[PD] pix_mix flicker

2008-04-01 Thread marius schebella
Hi, when I use pix_mix with video or live input I have to do strange rendering order to avoid flicker. (see attached patch) I have to render the left inlet before the right, although the left inlet triggers. if I do it the other way round then I get occasional flicker. anybody has similar proble

Re: [PD] Hidden folders in PD open/save dialog

2008-04-01 Thread Andre Schmidt
would be very nice if pd used the open dialog of the current system (like gnome open dialog under gnome, windows under windows, etc...) as i have many links to my favorite places on the left side of the gnome open dialog, it would speed things up a lot! and of course, i bet everyone wants to hide

Re: [PD] "dsp..." messages into inlets (!!!)

2008-04-01 Thread IOhannes m zmoelnig
Miller Puckette wrote: > Oops! I'm using "dsp" for objects to intercommunicate, but I had meant > to protect anyone from stumbling on it. Obviously I missed something. the really bad thing is (as indicated in my other mail): [dsp( | [+~] weird that i _never_ stumbled across this, even though i

Re: [PD] "dsp..." messages into inlets (!!!)

2008-04-01 Thread matteo sisti sette
Jack wrote > This is not a good answer for you but you can use this solution to > send the message |dsp 1(. Miller wrote: > I can suggest many possible workarounds, but will get around to fixing this > someday. Thank you both; don't worry for solutions/workarounds: I wasn't using this message v

Re: [PD] "dsp..." messages into inlets (!!!)

2008-04-01 Thread IOhannes m zmoelnig
matteo sisti sette wrote: > > It seems like the inlet itself "catches" it... > > I don't know what [inlet] is supposed to do with messages starting with "dsp". > I thought it may perhaps switch~ off the subpatch, but it doesn't. > > Is this a bug or a feature? > Is it documented somewhere? i do

Re: [PD] "dsp..." messages into inlets (!!!)

2008-04-01 Thread Miller Puckette
Oops! I'm using "dsp" for objects to intercommunicate, but I had meant to protect anyone from stumbling on it. Obviously I missed something. I can suggest many possible workarounds, but will get around to fixing this someday. cheers Miller On Tue, Apr 01, 2008 at 06:05:37PM +0200, matteo sisti

Re: [PD] "dsp..." messages into inlets (!!!)

2008-04-01 Thread Jack
This is not a good answer for you but you can use this solution to send the message |dsp 1(. (see the patch). ++ Jack inlet_dsp_messages2B.pd Description: Binary data Le 1 avr. 08 à 18:05, matteo sisti sette a écrit : Hi, This must have been discussed in the list before, but I couldn't

[PD] "dsp..." messages into inlets (!!!)

2008-04-01 Thread matteo sisti sette
Hi, This must have been discussed in the list before, but I couldn't find anything in the archives because it's difficult to generate a meaningful set of keywords for this.. In a merely fortuitous way, I found out that if you send a message starting with the keyword "dsp" into an inlet of a s

Re: [PD] Reminder: PD VideoPedia

2008-04-01 Thread B. Bogart
Hmm, is this shared account a way of getting around the problem of copyright transfer? Anyone know of a CC/FLOSS utube like thing? (other than the prelinger archives) .b. giucant wrote: > Dear all, > you are invited to add contents to PureDataVideopedia > channel on YouTube. You can upload origi

Re: [PD] flashing a bng without making it send?

2008-04-01 Thread Steffen Leve Poulsen
Steffen Leve Poulsen skrev: matteo sisti sette skrev: Hi, Is there a way to make a [bng] visually "flash" (the same it does when you click it or send it a bang) WITHOUT making it output/send a bang? Hi, Mattteo you can use: [t a b] || |[visual bang here] [route bang] see attached!

Re: [PD] pdp_colorgrid bug

2008-04-01 Thread ydegoyon
Hans-Christoph Steiner wrote: > Hey Lluis, > > Good to hear that you're working on these objects, they are very valuable contributions that with a little more polish will really round out Pd's capabilities. > > As for updating this, I think pdp_colorgrid is currently part of Yves' pidip code di

Re: [PD] Another interface suggestion

2008-04-01 Thread IOhannes m zmoelnig
Ctrl Alt Back wrote: > Hi, > > subpatches are opening on the top in openbox, but file open > dialog, quit and close confirmation messages are opening on the > top of Pd console. If console is hidden under, is quite > difficult to find it. that is actually a "problem" (or feature) of your windo

Re: [PD] Google SoC: call for mentors and project ideas

2008-04-01 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: > On Mar 31, 2008, at 12:03 PM, IOhannes m zmoelnig wrote: >> >> (of course you could copy the text from the "text-editor view" >> within pd >> to your favourite editor and vice-versa; which would give a fast (and >> always available) editor (e.g. for simple edits);

Re: [PD] Best PD+OS/Hardware combinations for low audio latency?

2008-04-01 Thread Si Mills
> 7ms measured round-trip or setting in pd's audio dialog (which is > merely > a suggestion for the driver and iirc is completely ignored by the jack > backend) well i set the buffer size in Jack prefs and let Pd follow suit. But either way its just better :) > tim > > -- > [EMAIL PROTECTED]

Re: [PD] Best PD+OS/Hardware combinations for low audio latency?

2008-04-01 Thread Tim Blechmann
> Have you tried running Pd using Jack osx and Jack mode? pd's jack backend should perform way better than the coreaudio backend ... > I can get latency down to 7ms without crackles - this is on a meager > old g4 powerbook 7ms measured round-trip or setting in pd's audio dialog (which is merel

Re: [PD] Another interface suggestion

2008-04-01 Thread Ctrl Alt Back
Hi, subpatches are opening on the top in openbox, but file open dialog, quit and close confirmation messages are opening on the top of Pd console. If console is hidden under, is quite difficult to find it. It is good habbit to have iconsole on eyes anyway, but can imagine how frustrating can be

Re: [PD] Another interface suggestion

2008-04-01 Thread Frank Barknecht
Hallo, Steffen Juul hat gesagt: // Steffen Juul wrote: > > On 01/04/2008, at 2.24, danomatika wrote: > > Another thing occurred to me as far as ui. When I'm editing > > subpatches I sometimes lose the window and have this habit of > > clicking on the subpatch object in the parent window and

Re: [PD] Best PD+OS/Hardware combinations for low audio latency?

2008-04-01 Thread Si Mills
Have you tried running Pd using Jack osx and Jack mode? I can get latency down to 7ms without crackles - this is on a meager old g4 powerbook best On 1 Apr 2008, at 09:18, Tim Blechmann wrote: >> So far, in Windows: I tried setting the priority to Realtime in the >> Task >> Manager and sett

Re: [PD] Best PD+OS/Hardware combinations for low audio latency?

2008-04-01 Thread Tim Blechmann
> So far, in Windows: I tried setting the priority to Realtime in the Task > Manager and setting the buffer size to "smaller" in the Control Panel > settings for the Edirol soundcard, but could only get the "delay" in > PD's audio settings down to 40 ms. Anything below that destroys the > sound (in

[PD] Hexloader on Mac/Intel was Re: mtx_* and similar on OS X

2008-04-01 Thread Luigi Rensinghoff
Hi, thanks for your response... i manages to get mtx_~ running by loading mtx_mul~first... i was just wondering, about the hexloader external.. i read in the archice that there were some issues, taht it didnt work any more in more recet releases does it work with pd 41-4 on a macbook ? I co

Re: [PD] delread~ [was: Re: declare]

2008-04-01 Thread Frank Barknecht
Hallo, marius schebella hat gesagt: // marius schebella wrote: > it was just an idea... that way you will not have the problem of the one > block delay of delread~. First: If you sort the delread~ before the delwrite~ you will always have one block of delay. But anyway: Automatic sorting of del

Re: [PD] Another interface suggestion

2008-04-01 Thread Steffen Juul
On 01/04/2008, at 2.24, danomatika wrote: > Another thing occurred to me as far as ui. When I'm editing > subpatches I sometimes lose the window and have this habit of > clicking on the subpatch object in the parent window and when > nothing happens, I remember it's already open. I would b