[PD] Toxy Widget img and relative paths

2007-02-13 Thread guillaume rabusseau
Hi all, I use widget to display an image. I use Pd 0.39.2 on Windoz Xp. I have a little problem : i cannot specify a relative path to the image, i must use [widget img img__a #src c:/Projets/aks/abs/a.gif] and i would like to use something like [widget img img__a #src ./a.gif] I've joined

Re: [PD] cpu issues

2007-02-13 Thread Thomas Grill
Hi Marius, from what i now 0.39.2 is not a UB, so it will run under emulation. You have to use a Intel-native version to achieve adequate performance. greetings, Thomas Am 13.02.2007 um 00:53 schrieb marius schebella: hi, I am running Pd 0.39.2-extended-test7 on a macbookpro. starting pd and

Re: [PD] slicing samples

2007-02-13 Thread Jamie Bullock
Hi Jared, Welcome to the PD list! Frank Barknecht posted a PD slicer patch a while ago. It can be found by searching the mailing list archives for 'slicer': http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html Chris McCormick posted one very recently:

[PD] triangle with modulation

2007-02-13 Thread guillaume rabusseau
Hi all, I want to make an oscillator giving a triangle signal with shape modulation, i.e. i want to go from a signal like |\|\|\ to a signal like /|/|/| passing by a common triangle (/\/\/\). I've found a tricky solution (i've joined the patch) but i'm not really happy with that because it

Re: [PD] slicing samples

2007-02-13 Thread Frank Barknecht
Hallo, jared hat gesagt: // jared wrote: First post! Glad to be here. I'm in the middle of installing all of the PD goodies. I'll have some questions concerning installations and such...please bare with me! :-) First off, I'm really interested in 'slicing' up samples with PD

Re: [PD] Instrument Design Survey

2007-02-13 Thread Matthew Paradis
Thank you all for your very fast response to this survey, 21 responses in one evening, fantastic. The results of this survey will indeed be published as an outcome of my PhD, I will post a link to the paper to this list when it is written. As part of this work I am developing new externals

Re: [PD] triangle with modulation

2007-02-13 Thread hard off
check the help patch J.05.triangle.pd ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] hid compatibility

2007-02-13 Thread Martin Peach
Hans-Christoph Steiner wrote: On Feb 11, 2007, at 2:11 PM, João Miguel Pais wrote: There is a test version of [hidio] working on Windows, including output support. We are working on making a release. But Wacoms will only be supported by [hidio] on GNU/Linux because on Windows and Mac OS

Re: [PD] triangle with modulation

2007-02-13 Thread Frank Barknecht
Hallo, guillaume rabusseau hat gesagt: // guillaume rabusseau wrote: I want to make an oscillator giving a triangle signal with shape modulation, i.e. i want to go from a signal like |\|\|\ to a signal like /|/|/| passing by a common triangle (/\/\/\). I've found a tricky solution (i've

Re: [PD] triangle with modulation

2007-02-13 Thread guillaume rabusseau
Thx for the direction, i gonna look for a solution to keep always the same amplitude (the signal should work for vco and lfo...). From: hard off [EMAIL PROTECTED] To: guillaume rabusseau [EMAIL PROTECTED] CC: PD-list@iem.at Subject: Re: [PD] triangle with modulation Date: Tue, 13 Feb 2007

Re: [PD] hid compatibility

2007-02-13 Thread João Miguel Pais
do you also know if it's possible to use this tablet and a mouse together in windows? (that is, the tablet doesn't control the pointer) The tablet and the mouse both work at the same time, so if both are moving, you get a mix of both. It's the same if you plug two or more mice into the

Re: [PD] hid compatibility

2007-02-13 Thread Frank Barknecht
Hallo, João Miguel Pais hat gesagt: // João Miguel Pais wrote: I guess that's a behaviour from windows, and not from this (or any other) tablet, right? I don't know about Windows, but on Linux/X it's possible to use a tablet independently from the mouse. Ciao -- Frank Barknecht

Re: [PD] slicing samples

2007-02-13 Thread Steffen
On 13/02/2007, at 5.11, Alexandre Matheson wrote: drumslice.zip Nice one, Alexandre, thanks for sharing. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Intel-OSX PD-extended

2007-02-13 Thread Luigi Rensinghoff
Hi there I wonder if someone has similar Problems with: Pd-0.39.2-extended-test7 concerning example: I07.phase.vocoder and delwrite~ an vd~ might be somethiing with pathes on my side Could you check ?? By the way how many MacBook Users might be here ?? Saluti

Re: [PD] hid compatibility

2007-02-13 Thread Stefano Papetti
great as ever! Stefano On Tue, February 13, 2007 12:56, Thomas Grill said: Hi all, it's perfectly possible to separate mouse and wacom tablet inputs,by capturing the wacom. The major problem is that this is can only be done by using a non-disclosed API. I was able to make an arrangement

Re: [PD] triangle with modulation

2007-02-13 Thread hard off
actually, wouldn't it make sense for the help patch to have the constant amplitude variation as default? ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] slicing samples

2007-02-13 Thread adam armfield
Is there an object or abstraction that I should be using to achieve this? for supercollider there is the bbcut library... i think theres a csound version too (could be used with pd with the csoundlib~ thingy) sc pd could also communicate via osc www.cus.cam.ac.uk/~nc272/bbcut2.html all the

Re: [PD] hid compatibility

2007-02-13 Thread Steffen
On 13/02/2007, at 12.56, Thomas Grill wrote: Hi all, it's perfectly possible to separate mouse and wacom tablet inputs,by capturing the wacom. I'm just curious. How is that capturing different from doing appropriate adjustments to X.conf on a linux system which have been suggested as

Re: [PD] hid compatibility

2007-02-13 Thread Hans-Christoph Steiner
On Feb 13, 2007, at 5:02 AM, João Miguel Pais wrote: do you also know if it's possible to use this tablet and a mouse together in windows? (that is, the tablet doesn't control the pointer) The tablet and the mouse both work at the same time, so if both are moving, you get a mix of both.

Re: [PD] hid compatibility

2007-02-13 Thread Steffen
On 13/02/2007, at 16.14, Hans-Christoph Steiner wrote: [hid] and [hidio] get the data straight from the device, so you can get data from multiple devices separately with no problem. But the OS also gets the data and uses it to move the mouse pointer. Ahh, a penny drops. It's not a matter

Re: [PD] [OT] gallery installation sound

2007-02-13 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: Usually acoustic measurements are done with impulses, AFAIK. An ideal impulse actually has all frequencies in it, so it's useful for that kind of thing. Plus it's easy to differentiate between the initial

Re: [PD] [OT] gallery installation sound

2007-02-13 Thread Malte Steiner
An excerpted acoustic study of an abandoned Soviet aircraft bunker. Max Borisov wears ear-mount binaural microphones, and I test the space with bricks and stones. Max and I found this technique very interesting, as it allows one person to literally become a human microphone, and the That

Re: [PD] [OT] gallery installation sound

2007-02-13 Thread Kyle Klipowicz
That's a sweet concept, and a fun way to collaborate with active field recording. I'll have to try that (giving you guys reference cred of course)! ~Kyle On 2/13/07, Derek Holzer [EMAIL PROTECTED] wrote: I've used very rough impulse recordings to do binaural placement for sounds--as well as

Re: [PD] [OT] gallery installation sound

2007-02-13 Thread Kyle Klipowicz
On 2/13/07, Frank Barknecht [EMAIL PROTECTED] wrote: Actually I think, engineers prefer to use frequency sweeps instead of pulses nowadays How fast of a sweep are you talking about? Seconds or milliseconds? Is this the 50 and 80 ms bit that the paper mentions? If we use a rising

Re: [PD] [OT] gallery installation sound

2007-02-13 Thread Georg Holzmann
Hallo! Usually acoustic measurements are done with impulses, AFAIK. An ideal impulse actually has all frequencies in it, so it's useful for that kind of thing. Plus it's easy to differentiate between the initial signal and the room effects just based on time. Actually I think,

[PD] g_save-0.1 Storage system with pool

2007-02-13 Thread guillaume rabusseau
forgotten to give the link: http://www.mrsokkido.be/~gr/g_save.html cheers _ Personnalisez votre Messenger avec Live.com http://www.windowslive.fr/livecom/ ___ PD-list@iem.at mailing

RE: [PD] [PD-announce] g_save-0.1 Storage system with pool

2007-02-13 Thread guillaume rabusseau
Sorry... Here is the link: http://www.mrsokkido.be/~gr/g_save.html Hi all, I've just finished to make a clean release of the saving system i mostly use. It's two abstractions (a console and an object you have to create for each variable (floats or symbols) to store), you can store 16

[PD] xxxxx workshops @ Pickled Feet, Berlin

2007-02-13 Thread Derek Holzer
This workshop series keeps heating up, and promises to be an interesting zone of convergence for analog and electronics noise-makers alike in Berlin. d. ** * 17th February 2pm: noise_produce workshop with Martin Howse The noise_produce workshop is concerned with techniques for the

Re: [PD] slicing samples

2007-02-13 Thread 'Frank Barknecht'
Hallo, jared hat gesagt: // jared wrote: First off, thanks everyone for these great suggestions! Here's a simple slicer/slice player that uses the powerful Aubio externals for beat/transient detection: http://lists.puredata.info/pipermail/pd-list/2006-10/043536.html I

Re: [PD] hid compatibility

2007-02-13 Thread Thomas Grill
The object is already working for MacOS but i haven't had time for Windows yet. It will be part of vibrez_pure. Great stuff. Can one just snap stuff/objects out of the vibrez_pure build and add it else where? In general, this is not possible for the objects that are special for

RE: [PD] slicing samples

2007-02-13 Thread jared
Thanks everyone for such quick and helpful responses! Much appreciated, Jared -Original Message- From: Max Neupert [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 6:35 PM To: pd-list@iem.at Cc: jared Subject: Re: [PD] slicing samples copy the code from the archive and paste

Re: [PD] g_save-0.1 Storage system with pool

2007-02-13 Thread guillaume rabusseau
Hi, I didn't really know sssad-saving system, i think i tried it once... i gonna look at how this is done and try to continue learning... But afterall, no matter, it was a good exercise. Cheers Guillaume Rabusseau From: Frank Barknecht [EMAIL PROTECTED] To: pd-list@iem.at,

[PD] Gem again - combining different-sized images?

2007-02-13 Thread Chuckk Hubbard
Hi. I'm using pix_crop to create small slivers of an image to process with pix_pix2sig~ to play bitmaps. I'm interested in changing the range, however, of the visible image, so that I can change the frequency range represented by the original image without an external editor. I thought to

Re: Re: [PD] hid compatibility

2007-02-13 Thread martin.peach
[hid] and [hidio] get the data straight from the device, so you can get data from multiple devices separately with no problem. But the OS also gets the data and uses it to move the mouse pointer. I know of no way to stop Windows from using a mouse's data from moving the mouse. In

Re: [PD] slicing samples

2007-02-13 Thread patrick
hi frank, i remember playing with one of your patch like 2 years ago. it was for analysing a soundfile and cut it in 10 slices, it was working very well for me, but i cannot remember the name of this patch and where to download it. do you still have it somewhere? pat

Re: [PD] output grayscale value of pixels in a video

2007-02-13 Thread marius schebella
[EMAIL PROTECTED] wrote: in Gem you could use [pix_dump] and [pix_pix2sig~] to get the pixel values. so all in all: all of the still alive video frameworks for Pd support this operation. so do you title Gem as still alive? which means for me that it is not under development anymore???

Re: [PD] Toxy Widget img and relative paths

2007-02-13 Thread Patco
guillaume rabusseau a écrit : Hi all, I use widget to display an image. I use Pd 0.39.2 on Windoz Xp. I have a little problem : i cannot specify a relative path to the image, i must use [widget img img__a #src c:/Projets/aks/abs/a.gif] and i would like to use something like [widget img

Re: [PD] Sound splitter

2007-02-13 Thread Patco
patrick a écrit : hi chris, oh no, crashing mine (linux 0.40.2). i'll give a try pd-extended. pat ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list crashing mine too (win32 0.40-2),

Re: [PD] hid compatibility

2007-02-13 Thread David Powers
On 2/13/07, Thomas Grill [EMAIL PROTECTED] wrote: Hi all, it's perfectly possible to separate mouse and wacom tablet inputs,by capturing the wacom. The major problem is that this is can only be done by using a non-disclosed API. I was able to make an arrangement with wacom so that they gave me

Re: [PD] g_save-0.1 Storage system with pool

2007-02-13 Thread Frank Barknecht
Hallo, guillaume rabusseau hat gesagt: // guillaume rabusseau wrote: I didn't really know sssad-saving system, i think i tried it once... i gonna look at how this is done and try to continue learning... But afterall, no matter, it was a good exercise. Yes, writing a state saving system

Re: [PD] slicing samples

2007-02-13 Thread Frank Barknecht
Hallo, patrick hat gesagt: // patrick wrote: i remember playing with one of your patch like 2 years ago. it was for analysing a soundfile and cut it in 10 slices, it was working very well for me, but i cannot remember the name of this patch and where to download it. do you still have it

Re: [PD] hid compatibility

2007-02-13 Thread Kyle Klipowicz
You could always use the linux box to interpret the WACOM tablet data and send it via OSC to the windows PC to use with other software if you'd like. ~Kyle On 2/13/07, David Powers [EMAIL PROTECTED] wrote: On 2/13/07, Thomas Grill [EMAIL PROTECTED] wrote: Hi all, it's perfectly possible to

Re: [PD] slicing samples

2007-02-13 Thread Chris McCormick
On Tue, Feb 13, 2007 at 07:35:52PM +0100, 'Frank Barknecht' wrote: As Pd-files technically are just text files, some mailers and the mailing list archive put them into the body of the mail instead of creating a proper attachement. Here you need to copy the code to a new file and save it as a

Re: [PD] pixel analyse _ gridflow undefined symbol

2007-02-13 Thread Alexandre Castonguay
Le Mardi 13 Février 2007 07:20, pablo das neves bicho a écrit : On 2/12/07, Claude Heiland-Allen [EMAIL PROTECTED] wrote: pablo das neves bicho wrote: Hi list, I'd like to know if there is an object or an abstration to output the grayscale values of each pixel of a low resolution

[PD] hotkey scrolling within patches?

2007-02-13 Thread Rich E
Hi list, Does anyone know of a good linux window manager that would allow me to scroll left/right or up/down within a pd patch with the use of hotkeys? In Gnome and Blackbox, I can scroll up and down with the trackpad, but I really need to be able to do left and right. Another side question

[PD] installing linux

2007-02-13 Thread jared
Hello list, I want to install linux on an old laptop. What distro do you guys use? Which distro is most stable for PD work? Are some distros more suited for audio apps? At the moment, I don't know the specs for the laptop.are there recommended minimum system specs to successfully operate

Re: [PD] hotkey scrolling within patches?

2007-02-13 Thread carmen
On Tue Feb 13, 2007 at 06:50:53PM -0800, Rich E wrote: Hi list, Does anyone know of a good linux window manager that would allow me to scroll left/right or up/down within a pd patch with the use of hotkeys? In Gnome and Blackbox, I can scroll up and down with the trackpad, but I really

Re: [PD] installing linux

2007-02-13 Thread carmen
On Wed Feb 14, 2007 at 03:55:57AM -, jared wrote: Hello list, I want to install linux on an old laptop. What distro do you guys use? Which distro is most stable for PD work? Are some distros more suited for audio apps? gentoo with the proaudio overlay is great. if you have an aversion

Re: [PD] pm mapping

2007-02-13 Thread Hans-Christoph Steiner
On Feb 13, 2007, at 10:46 AM, cyrille henry wrote: Hans-Christoph Steiner a écrit : That's very nice, I want to try it with a Wacom now. Do you use tilt or pressure at all in the wacom mapping? for now, i did not use pressure or tilt. the 1st thing to do is to use the pressure to have a

Re: [PD] puredatabase

2007-02-13 Thread Hans-Christoph Steiner
On Feb 8, 2007, at 10:05 AM, marius schebella wrote: Hans-Christoph Steiner wrote: I thought we (the potential users of the database) in this phase could brainstorm and discuss ideas on how we would like it. I think this should be generated from the meta data in the help files. For PDDP,

Re: [PD] puredatabase

2007-02-13 Thread Hans-Christoph Steiner
Since we are talking about trying to get as many people involved in the documentation process as possible, it should be as straightforward as possible for Pd people to do it. If each chunk of meta data is a Pd selector series, where the selector defines the type of meta data, and the

Re: [PD] hotkey scrolling within patches?

2007-02-13 Thread Chuckk Hubbard
I would very much like this too, for my scores to be able to scroll automatically. I also would have no idea how to program it. -Chuckk On 2/13/07, Rich E [EMAIL PROTECTED] wrote: Hi list, Does anyone know of a good linux window manager that would allow me to scroll left/right or up/down