Re: [PD] Google Summer of Code WIKI

2007-02-27 Thread Georg Holzmann
Hallo! > i'd like to nominate reviving and updating PdVST as another idea. or if > someone has another idea for doing it better than the approach pdvst > used, some soft of new "Pluggo for PD" idea. Well, I guess updating PdVST is a little bit too small ... And don't know much if a Pluggo for

Re: [PD] Feature Requests for Google Summer of Co

2007-02-27 Thread David Powers
Okay, so if I understand this right, there would the be an alternative: Instead of fixing PDP, it would be good to have a [packet_forth] object for PD that is cross-platform and lets you run the Packet Forth scripts, correct? Or is Packet Forth too far away from working??? ~David On 2/27/07, pa

Re: [PD] a good way to remove selected data objects?

2007-02-27 Thread Chuckk Hubbard
On 2/27/07, Rich E <[EMAIL PROTECTED]> wrote: > Hi all, > > I was wondering if anyone has come across a good way to selectively remove a > visualized data structure, hopefully without having to use the mouse. Eg, > I'd like to be able to select something based on the position of my tablet > pen an

Re: [PD] fn delete

2007-02-27 Thread padawan12
It used to work on Linux, but then started inserting a non printable (square box) character after about 0.36. I've always considered this temporarily broken and expected it to be fixed very soon. On Tue, 27 Feb 2007 14:11:21 -0600 "David Powers" <[EMAIL PROTECTED]> wrote: > Yes, it's always bot

[PD] a good way to remove selected data objects?

2007-02-27 Thread Rich E
Hi all, I was wondering if anyone has come across a good way to selectively remove a visualized data structure, hopefully without having to use the mouse. Eg, I'd like to be able to select something based on the position of my tablet pen and then remove it, as well as maybe clearing a correspond

Re: [PD] [PD-announce] KnobsAndSlidersDS

2007-02-27 Thread Chris McCormick
On Mon, Feb 26, 2007 at 11:25:14AM +0100, Frank Barknecht wrote: > It would be nice, if the sliders would somehow work a bit more like > Pd's sliders in that they also react to movements that are not > directly touching the slider's value indicator. I think, this 1px-line > is sometimes hard to hit

Re: [PD] fn delete

2007-02-27 Thread David Powers
Yes, it's always bothered me that the "delete" key doesn't work on windows... It's minor but disconcerting, and leads to many typos ~David On 2/27/07, marius schebella <[EMAIL PROTECTED]> wrote: > Hi, > speaking about annoying things so much leads me to post another problem, > that fn + delet

Re: [PD] [Gem]: gem-pointer and [list] OR slow [repeat]

2007-02-27 Thread cyrille henry
to store gem pointer, you can use the any object. but if you want to render primitive when gem does not expect it (like sprend in the 50ms as you explain), you can't expect it to render anything. in the better case, it will not crash. cyrille Roman Haefeli a écrit : > hi all > > it's a known t

[PD] [Gem]: gem-pointer and [list] OR slow [repeat]

2007-02-27 Thread Roman Haefeli
hi all it's a known trick to use [repeat] from zexy in a gem render chain to produce funny effects and to multiply the rendering of the attached objects. the problem i have here, is that i use a [repeat] with a very high iteration number (>1000). after the [repeat 1000] some stuff is calculated a

Re: [PD] >~ and <~ becommes _~ and __~ in windows...

2007-02-27 Thread Rich E
Side question, where do I find <~ and >~ sources? They are missing from some patches I downloaded and are hard to search for. Writing the name out, such as greaterthan~, seems a bit easier for everything... searching, compiling.. Regards, Rich On 2/27/07, IOhannes m zmoelnig <[EMAIL PROTECTED

Re: [PD] gem - fading

2007-02-27 Thread Nikola Jeremic
that is exactly what i was looking for... thanx again. when i was going trough the tutorials and learning i missed it :) On 2/27/07, Roman Haefeli <[EMAIL PROTECTED]> wrote: hi nikola of course, this is possible, even very simple: [gemhead] | [alpha] [] <- connect this to the 4th inlet |

Re: [PD] Feature Requests for Google Summer of Co

2007-02-27 Thread patrick
hey guys, i am not sure it's a good idea to port pdp to windows... *tom* schouten is not working anymore on pdp. his new project is called packet forth (in collaboration with goto10). tom, please correct me if i am wrong! patrick Hans-Christoph Steiner a écrit : > It's possible and would be

Re: [PD] fn delete

2007-02-27 Thread Hans-Christoph Steiner
Yeah, the key mappings are a mess in Pd. It's all handled in Tcl. This needs a clean-up on all platforms. Anyone want to try? .hc On Feb 27, 2007, at 2:25 PM, marius schebella wrote: > Hi, > speaking about annoying things so much leads me to post another > problem, > that fn + delete, wh

Re: [PD] [OT] fluxbox/X11 keymappings

2007-02-27 Thread Hans-Christoph Steiner
IIRC, its handled by this http://pbbuttons.sourceforge.net/projects/ pbbuttonsd/ which is also in Debian. .hc On Feb 27, 2007, at 10:40 AM, Kevin McCoy wrote: > I think it's more a kernel question - in Ubuntu it's F12 for > right-click, not sure about other distros. > > K > > On 2/26/07, Derek

Re: [PD] >~ and <~ becommes _~ and __~ in windows...

2007-02-27 Thread Hans-Christoph Steiner
Use the hex code for the ascii value of the non alphanumeric characters: ie. >~ = 0xe30x7e.pd That's how special cahrs are supported. .hc On Feb 27, 2007, at 10:28 PM, Thomas Jeppesen wrote: because windows want allow these characters: \, /, :, *, ?, ", >, < and | in a file name. what

Re: [PD] Google Summer of Code WIKI

2007-02-27 Thread Kyle Klipowicz
Yes yes yes And cross-platform too. Or at least a comparable audio units version for Mac users. That would be great! ~Kyle On 2/27/07, Josh Steiner <[EMAIL PROTECTED]> wrote: > i'd like to nominate reviving and updating PdVST as another idea. or if > someone has another idea for doing it

Re: [PD] Google Summer of Code WIKI

2007-02-27 Thread Josh Steiner
i'd like to nominate reviving and updating PdVST as another idea. or if someone has another idea for doing it better than the approach pdvst used, some soft of new "Pluggo for PD" idea. -josh Georg Holzmann wrote: > Hallo! > > As also IOhannes said, that he would be a mentor for the GEM projec

Re: [PD] Google Summer of Code WIKI

2007-02-27 Thread Georg Holzmann
Hallo! > Hey, why not have the Pd website be a project for SOC as well? > > I'm sure there would be some young designers aching to test their > skills and give us a good PR representation. > > Is that acceptable to the terms of the event? No, unfortunately no documentation work will be accepted

Re: [PD] Google Summer of Code WIKI

2007-02-27 Thread Kyle Klipowicz
Hey, why not have the Pd website be a project for SOC as well? I'm sure there would be some young designers aching to test their skills and give us a good PR representation. Is that acceptable to the terms of the event? ~Kyle On 2/27/07, Georg Holzmann <[EMAIL PROTECTED]> wrote: > Hallo! > > As

[PD] Google Summer of Code WIKI

2007-02-27 Thread Georg Holzmann
Hallo! As also IOhannes said, that he would be a mentor for the GEM projects, I started now to make a WIKI, where the projects we discussed are discribed. This page must be presented to google (description of puredata and of the single projects) - so maybe some english native speaker can correc

Re: [PD] >~ and <~ becommes _~ and __~ in windows...

2007-02-27 Thread IOhannes m zmoelnig
Thomas Jeppesen wrote: > because windows want allow these characters: \, /, :, *, ?, ", >, < and > | in a file name. the solution is to use the hexloader-patch. (depending on your version of pd). see the archives for more information. fgmasd.r IOhannes __

[PD] sequencing patch

2007-02-27 Thread Max Neupert
hi list, i want to share this byproduct of my current project with you: it's a simple sampler/sequencer.. feedback is welcome. http://www.revolwear.com/pd/easy_pack.zip max ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://

Re: [PD] Extract and Record Jazz Bass from Music

2007-02-27 Thread Jamie Bullock
Hi Mustafa, On Tue, 2007-02-27 at 06:25 +0200, Mustafa Umut Sarac wrote: > Hello , > > I want to extract and record 1962 Fender Fretless Jazz Bass from Jaco > Pastorius records , > I learned from mit digital stradivari project that it is possible to > transform music to spectrum peaks and play

[PD] fn delete

2007-02-27 Thread marius schebella
Hi, speaking about annoying things so much leads me to post another problem, that fn + delete, which usually deletes the character right of the cursor on osx, does not work in pd. there appears a funny rectangle character. maybe this one is easier to solve? I also had that problem on some linux

Re: [PD] ....more a max question....

2007-02-27 Thread marius schebella
oggcast~, shoutcast~ for research on max objects you may want to try www.maxobjects.com. marius. marco trevisani wrote: > HI, > > does anybody knows if Max has the equivalent for the ogglive~/mp3live~ set as > we have in PD i need to stream either mp3 or ogg over the internet with > a max

[PD] ....more a max question....

2007-02-27 Thread marco trevisani
HI, does anybody knows if Max has the equivalent for the ogglive~/mp3live~ set as we have in PD i need to stream either mp3 or ogg over the internet with a max user on the other side...i know i'm a bit of topics. thank you, marco trevisani -- [EMAIL PROTECTED] http://marco.tr

Re: [PD] >~ and <~ becommes _~ and __~ in windows...

2007-02-27 Thread marius schebella
greaterthan, smallerthan. m. Thomas Jeppesen wrote: > because windows want allow these characters: \, /, :, *, ?, ", >, < and > | in a file name. > > what solution do you suggest to this "problem" besides medical surgery > of patches and "installing Linux" which is a whole different issue that

[PD] >~ and <~ becommes _~ and __~ in windows...

2007-02-27 Thread Thomas Jeppesen
because windows want allow these characters: \, /, :, *, ?, ", >, < and | in a file name. what solution do you suggest to this "problem" besides medical surgery of patches and "installing Linux" which is a whole different issue that I'll come back to in another post. Cheers! Thomas ___

Re: [PD] [Gem] angles -> vector translation

2007-02-27 Thread patrick
i agree! i tried the patch for multiple points of views (camera). it's really neat! but would it be possible to translate (moving) the camera position from point 1 to point 2. maybe with an ease-in / out or elastic effect (using msd or pmpd?!?). pat Hans-Christoph Steiner a écrit : > It wou

Re: [PD] [Gem] angles -> vector translation

2007-02-27 Thread marius schebella
the problem is, that I have not solved all of the methematics behind it. I wanted to build an interface like in blender or maya, that also lets you shift the scene around and left/right. the problem I have is when the world switches to "head down". then it screws/flips someway around... marius.

Re: [PD] cpu issues

2007-02-27 Thread marius schebella
yes. (right now I Pd uses 9% without a patchwindow open). m. Hans-Christoph Steiner wrote: > > Ideally, we'd profile it to see what is actually using the CPU. Do you > have XCode, etc. installed? ___ PD-list@iem.at mailing list UNSUBSCRIBE and accou

Re: [PD] Dynamic patching questions

2007-02-27 Thread Patco
Max Neupert a écrit : Am 27.02.2007 um 16:59 schrieb Max Neupert: Am 18.02.2007 um 14:30 schrieb Patco: Alexandre Quessy a écrit : 1) Is it possible to delete and disconnect objects without clearing the whole canvas ? yes [find 'objectname', cut( and [findagain, cut( hi patco, list, could

Re: [PD] Dynamic patching questions

2007-02-27 Thread Max Neupert
Am 27.02.2007 um 16:59 schrieb Max Neupert: Am 18.02.2007 um 14:30 schrieb Patco: Alexandre Quessy a écrit : 1) Is it possible to delete and disconnect objects without clearing the whole canvas ? yes [find 'objectname', cut( and [findagain, cut( hi patco, list, could you elaborate this a b

Re: [PD] [Gem] angles -> vector translation

2007-02-27 Thread Hans-Christoph Steiner
It would be very nice to have these bundled up into a reusable library. I think the view changing with the mouse should be a standard setup when working with Gem. .hc On Feb 25, 2007, at 3:53 AM, Kyle Klipowicz wrote: > Wow you guys, these are great patches. Thanks for saving me all the >

Re: [PD] Creb and PDP libraries incomplete in 39 extended on MacIntel 10.4.8

2007-02-27 Thread Hans-Christoph Steiner
Please file a bug report for anything that doesn't work properly. .hc On Feb 19, 2007, at 12:01 PM, Kyle Klipowicz wrote: > Yes, I also cannot load all pdp objects with this release on my G4 > PowerBook. > > ~Kyle > > On 2/19/07, Mark Pasquesi <[EMAIL PROTECTED]> wrote: >> Greetings. >> >> Be

Re: [PD] Feature Requests for Google Summer of Co

2007-02-27 Thread Hans-Christoph Steiner
It's possible and would be an appropriate project, I think. .hc On Feb 20, 2007, at 3:33 AM, Matteo Sisti Sette wrote: > I don't know if this is something worthy for the summer of code... > or at > all... but I would love PDP to work on Windows > > > __

Re: [PD] [OT] fluxbox/X11 keymappings

2007-02-27 Thread Hans-Christoph Steiner
I think there is some emulated device where you use F10 and F11 or something like that as the extra mouse buttons. .hc On Feb 26, 2007, at 6:41 PM, Derek Holzer wrote: > Anyone (with a one-button Mac, perhaps) know how to emulate a > "right-click" or "control-click" in Fluxbox/X11? Would be h

Re: [PD] cpu issues

2007-02-27 Thread Hans-Christoph Steiner
Ideally, we'd profile it to see what is actually using the CPU. Do you have XCode, etc. installed? .hc On Feb 14, 2007, at 11:30 AM, marius schebella wrote: > I am using the latest intel version, Pd-0.39.2-extended-test7- > macosx104-i386.dmg > should I try an autobuild version, or any othe

Re: [PD] Dynamic patching questions

2007-02-27 Thread Max Neupert
Am 18.02.2007 um 14:30 schrieb Patco: Alexandre Quessy a écrit : 1) Is it possible to delete and disconnect objects without clearing the whole canvas ? yes [find 'objectname', cut( and [findagain, cut( hi patco, list, could you elaborate this a bit? how should that work? not like this obvi

Re: [PD] [OT] fluxbox/X11 keymappings

2007-02-27 Thread Kevin McCoy
I think it's more a kernel question - in Ubuntu it's F12 for right-click, not sure about other distros. K On 2/26/07, Derek Holzer <[EMAIL PROTECTED]> wrote: > Anyone (with a one-button Mac, perhaps) know how to emulate a > "right-click" or "control-click" in Fluxbox/X11? Would be handy while > p

Re: [PD] newbie growing pains...

2007-02-27 Thread Steffen
On 27/02/2007, at 12.21, Frank Barknecht wrote: > Hallo, > Steffen hat gesagt: // Steffen wrote: > >> >> On 27/02/2007, at 14.37, padawan12 wrote: >> >>> I had so much joy discovering things like g-canvas, vdn~ and >>> xplay~ >> >> From where is vdn~ ? I can't just find it: > > I guess it's a ty

Re: [PD] newbie growing pains...

2007-02-27 Thread Kyle Klipowicz
Ooh I have not seen this before, thanks for sharing! ~Kyle On 2/27/07, Derek Holzer <[EMAIL PROTECTED]> wrote: > There's a lot of very useful stuff in the Xjimmies abstractions in terms > of readymade utilities and effects for newbies to use/take > apart/remodel/etc. > > http://www.tot.sat.qc.ca/

Re: [PD] pd39.2 test 7 - text objects ++

2007-02-27 Thread Kyle Klipowicz
All of this confusion really enforces to me the importance of using separate external objects rather than libraries. Either that, or more complete, parseable documentation. ~Kyle On 2/27/07, cyrille henry <[EMAIL PROTECTED]> wrote: > line3 is in nusmuk folder, it is not related to any lib. > > ho

Re: [PD] newbie growing pains...

2007-02-27 Thread Derek Holzer
There's a lot of very useful stuff in the Xjimmies abstractions in terms of readymade utilities and effects for newbies to use/take apart/remodel/etc. http://www.tot.sat.qc.ca/eng/nslam.html And yes, [fdn~] is very cool too... d. padawan12 wrote: > But it's not either/or with Pd cos it's als

Re: [PD] gem - fading

2007-02-27 Thread Roman Haefeli
hi nikola of course, this is possible, even very simple: [gemhead] | [alpha] [] <- connect this to the 4th inlet |/ [colorRGB] [colorRGB] | [] you might also look at the helpfiles of: [alpha] [colorRGB] [color] roman On Tue, 2007-02-27 at 14:30 +010

Re: [PD] gem - fading

2007-02-27 Thread Erich Berger
hello, for alpha check out the gem help section 5.reference alpha.pd best erich - http://randomseed.org On Tue, 27 Feb 2007, Nikola Jeremic wrote: > hi list > > 1. i would like to "fade" my gem objects - fade to color (black), or fade > to alpha channel. Is there any oth

Re: [PD] pd39.2 test 7 - text objects ++

2007-02-27 Thread cyrille henry
line3 is in nusmuk folder, it is not related to any lib. hope that help cyrille IOhannes m zmoelnig a écrit : > timon wrote: >> Ive got >> >> cyclone >> zexy >> list-abs >> mapping >> iemlib >> hid >> activated. >> Same libs activated in the latest release >> but the below objects are now broken.

[PD] gem - fading

2007-02-27 Thread Nikola Jeremic
hi list 1. i would like to "fade" my gem objects - fade to color (black), or fade to alpha channel. Is there any other way how i can make my object vissible/invissible (but not sending 0-1 to gem_win). thanx n. -- www.echoplex-label.de/njeremic ___

Re: [PD] pd39.2 test 7 - text objects ++

2007-02-27 Thread IOhannes m zmoelnig
timon wrote: > Ive got > > cyclone > zexy > list-abs > mapping > iemlib > hid > activated. > Same libs activated in the latest release > but the below objects are now broken. > > > Alternate - broken > line3 - broken > randomF - broken > invert - broken this _might_ relate to mar

Re: [PD] pd39.2 test 7 - text objects ++

2007-02-27 Thread timon
Ive got cyclone zexy list-abs mapping iemlib hid activated. Same libs activated in the latest release but the below objects are now broken. I thought the below objects where part of PD... T. On 27 Feb 2007, at 03:13, Hans-Christoph Steiner wrote: > > On Feb 26, 2007, at 4:46 AM, timon wrote: >

Re: [PD] minor but persistent annoyances

2007-02-27 Thread Frank Barknecht
Hallo, Steffen hat gesagt: // Steffen wrote: > I don't suppose I'm wrong by stating that linux users have the same > problem, but just have better control over the window system such > that resizing the windows is an easy job. I don't know about Apple, but you can run Blackbox on Windows inst

Re: [PD] newbie growing pains...

2007-02-27 Thread Frank Barknecht
Hallo, Steffen hat gesagt: // Steffen wrote: > > On 27/02/2007, at 14.37, padawan12 wrote: > > > I had so much joy discovering things like g-canvas, vdn~ and > > xplay~ > > From where is vdn~ ? I can't just find it: I guess it's a typo and Andy wanted to write [fdn~] from Creb. Ciao -- Fra

Re: [PD] minor but persistent annoyances

2007-02-27 Thread Chuckk Hubbard
On 2/27/07, Steffen <[EMAIL PROTECTED]> wrote: > > 2) that a patch canvas can be bigger then the screen size > > since a solution to the one might not be a solution to the other. > > As for the second. We have different screens with different > resolutions and size. So what can fit on one screen mi

Re: [PD] PD-list Digest, Vol 23, Issue 157

2007-02-27 Thread Chuckk Hubbard
No offense taken. It only really bothers me when I use Mac, since Windows allows users to resize windows from any edge. I don't use Mac much, so it doesn't bother me much either, but it bothers some of the virtually computer-illiterate musicians I want to use my programs. -Chuckk On 2/26/07, ro

Re: [PD] minor but persistent annoyances

2007-02-27 Thread Steffen
On 26/02/2007, at 23.46, Derek Holzer wrote: > I didn't know that there was an actual bug involved, instead of > just differences in how > OSes handle oversize windows. I think it makes a lot of sense to separate the two "issues" 1) That the patch canvas "grows", and 2) that a patch canvas ca

Re: [PD] newbie growing pains...

2007-02-27 Thread Steffen
On 27/02/2007, at 14.37, padawan12 wrote: > I had so much joy discovering things like g-canvas, vdn~ and > xplay~ From where is vdn~ ? I can't just find it: $ pwd /path/to/cvsroot/externals $ grep -iR vdn * Binary file dfx/original/polarizer-source.sit matches Binary file pmpd/doc/pmpd.pdf/pmp

Re: [PD] minor but persistent annoyances

2007-02-27 Thread hard off
the worst is when you have a bunch of subpatches that you don't need to edit or look at after you do the initial coding. ..if you save your main patch 40 or 50 times, those 3 or 4 pixels really add up, and all your subpatches grow really huge. ___ PD-li