Re: [PD] keeping Pd DSP alive

2014-04-13 Thread patrice colet
Le 13/04/2014 22:42, Chris Clepper a écrit : I could not get PortAudio to work on ARM at all and Jack has issues with duplex low latency. What's the deal with the ALSA mmap code? Doesn't that use callbacks? just an idea, what about using a signal (generated with sig~ or adc~) for

Re: [PD] can [bp~] be obtained with biquad coefficients?

2014-04-12 Thread patrice colet
Le 12/04/2014 08:45, Alexandre Torres Porres a écrit : change the [fexpr~] to something like [fexpr~ $x[0] + ($f2 * $y[-1]) + ($f3 * $y[-2])] f*ck, I'll be damned, now my patch that implements [bp~] with [fexpr~] seems to work, it's attached. Thanks! thanks for the share, when I tried to

Re: [PD] patch wanted: loop station

2014-03-27 Thread patrice colet
hello roman, there are several ways to sync audio loops, in most methods we try to read audio samples in a way that they are in sync by changing read speed or chunk size, or stretching it with fft, or by making slices with bonk~'s attack detection. The last methods allows to quantize

Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi 20140319 release candidate

2014-03-24 Thread patrice colet
On 2014-03-22 17:03, Ivica Ico Bukvic wrote: ... the list, and life is too short to spend time arguing over things like these... Please understand I won't reply to any further discussions on this matter... 'yaourt -S pd-l2ork' and pd life gets cool, thank you for this, I'm looking out for an

Re: [PD] Hello Problem with [pix_film]

2014-03-19 Thread patrice colet
Le 19/03/2014 09:55, Py Fave a écrit : what are the video files specifications? container ? .mov .avi? codec ? picture size ? framerate? pd doesnt read everything vlc does , yes it does, or at least it should, with [driver vlc( message to [pix_film], it's slow but that works, just misses

Re: [PD] Hello Problem with [pix_film]

2014-03-19 Thread patrice colet
Le 19/03/2014 17:43, Py Fave a écrit : does this works on all platforms ? yes but you need to compile gem, or get gem_videoVLC lib for your platform 2014-03-19 12:15 GMT+01:00 patrice colet colet.patr...@free.fr: Le 19/03/2014 09:55, Py Fave a écrit : what are the video files

Re: [PD] libpd separating gui from core

2014-02-26 Thread patrice colet
Le 26/02/2014 04:41, Peter Brinkmann a écrit : 3. I'm sort of losing track of all the stakeholders and their agendas. Here's a rough list of players and their agendas as I see them: * Pd Vanilla (maintain backward compatibility so that existing works won't bit-rot). * Pd

Re: [PD] [PD-announce] Chocolate et Coffee

2013-12-31 Thread patrice colet
It's just a matter of using open-source tools for compiling this, I think using mingw for example on windows instead of VB would resolve inclusion in pd-extended, there is a makefile template in pd-extended sources. This project looks really nice otherwise, this seem to not apply the same

Re: [PD] piano computer keyboard patch

2013-12-16 Thread patrice colet
Maybe you would be interested about trying attached gpiano abstraction Tested on pd-l2ork, this should be working on pd-extended thanks. for some reason it wasn't yet what I'm looking for. for now I used funbuff to assign computer keys to midi values. mtl/piano?

Re: [PD] piano computer keyboard patch

2013-12-13 Thread patrice colet
Hello, there have been topics about it on the mailing-list concluding that pd needs another implementation of [key] object for playing note on and note off, [hid/keyup] can help to do this, like in examples proposed in here:

Re: [PD] compiling pd-extended on arch linux

2013-12-01 Thread Patrice Colet
- Mail original - De: Antonio Bonifacio neuromance...@gmail.com I use this repo instead: [pure-aur] SigLevel = Never Server = http://pureaur.bitbucket.org/$arch It has prebuilt packages even for pd-l2ork! cool I have l2ork with this, really nice! Colet Patrice

[PD] compiling pd-extended on arch linux

2013-11-27 Thread Patrice Colet
Hello, I've just installed archlinux through Manjaro and tried pdx aur package. pacman -U pd-extended.tar.gz command line outputs errors like this: error: missing package metadata in pd-extended.tar.gz What can I do to solve this? Colet Patrice

Re: [PD] Selfdestroying patches

2013-11-18 Thread Patrice Colet
De: Ronni Montoya ronni.mont...@gmail.com Hi, im opening multiple instances of a pd patch from openframeworks using the ofxPd library . My patch generates a grain, so when i create multiple instances of this patch from openframeworks it generates a granular cloud. I need that after the

[PD] pianoroll [was: Re: datastructures midirecorder]

2013-10-13 Thread Patrice Colet
De: Billy Stiltner billy.stilt...@gmail.com Patrice Colet, that proll.tcl is somethin else. I had no idea that such a thing is possible. I think I changed wintop-70 to wintop+30 to show the entire top canvases. I guess the cursor just needs updated in order to be seen. lookin good so

Re: [PD] datastructures midirecorder

2013-10-11 Thread Patrice Colet
Hello Rob, scalars can't be deleted actually without the GUI, but there are several tricks for doing something like it. One is about using float indexes instead of using pointer order, and then set to -1 or another value that doesn't count the scalars that have to be removed, and finally use

Re: [PD] vocoder with pitch.

2013-10-10 Thread Patrice Colet
Hello, pitch doesn't come from voice at all in these kinds of sounds, but from a keyboard, particulary in this Daft Punk or Laurie Anderson music, I believe it's not possible to get accurate articulations by using voice's pitch, but I guess you will figure it out soon enough ;) Colet

Re: [PD] RE : Re: need help with gem and glsl feedback

2013-10-10 Thread Patrice Colet
Envoyé: Jeudi 3 Octobre 2013 12:43:36 Objet: Re: [PD] RE : Re: need help with gem and glsl feedback Le 03/10/2013 11:23, Patrice Colet a écrit : Hello, I'm trying to find out how to get a backbuffer for attached shader found in the web ( http://glsl.heroku.com/e#8849.0 ), it seem I

[PD] RE : Re: need help with gem and glsl feedback

2013-10-03 Thread Patrice Colet
Hello, I'm trying to find out how to get a backbuffer for attached shader found in the web (http://glsl.heroku.com/e#8849.0), it seem I couldn't get alpha channel in gemframebuffer's recursion, any idea? Colet Patrice // Cyrille Henry 2007 void main() { gl_TexCoord[0] =

Re: [PD] Gridflow and fonts on Raspberry Pi

2013-09-23 Thread Patrice Colet
original - De: Jack j...@rybn.org À: Patrice Colet colet.patr...@free.fr, pd-list@iem.at Envoyé: Lundi 23 Septembre 2013 11:03:16 Objet: Re: [PD] Gridflow and fonts on Raspberry Pi Le 23/09/2013 02:27, Patrice Colet a écrit : I've collected some tricks since I'm using sys_gui, attached

[PD] openEXR in Gem

2013-09-23 Thread Patrice Colet
Is it possible to read openEXR files with Gem? Colet Patrice ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] openEXR in Gem

2013-09-23 Thread Patrice Colet
a écrit : i think no i don't know if gem can handle anything higher than 8 bits / pixel . it seems like no .(especially pix_boxes) but i'm perhaps wrong/outdated if you see an alternative , let me know . 2013/9/23 Patrice Colet colet.patr...@free.fr: Is it possible

Re: [PD] Gridflow and fonts on Raspberry Pi

2013-09-22 Thread Patrice Colet
I've collected some tricks since I'm using sys_gui, attached are the ones you might need to build and communicate with your interface through pd, if sys_gui is ok on raspberry, all the tcl and tk code is fully documented online... Tested on Pd 0.45.0 Colet Patrice - Mail original -

Re: [PD] FW: GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-11 Thread Patrice Colet
Thank you for sharing this! Particulary the links at the end of the page, the shaders proposed at https://www.shadertoy.com are easy to transpose for Gem, attached is an experiment with the fireball shader. Colet Patrice - Mail original - De: Benjamin ~ 01xy ben...@free.fr À: Pd List

[PD] PMPD how to get constant distance between two masses

2013-07-05 Thread Patrice Colet
Hello, I'm trying to find a setting for linking two masses that have always constant distance, but couldn't find how to do it, the link is always resizing like a rubber instead of being solid like wood. I guessed that fixing K to an high amount would make a solid link, but this is breaking

Re: [PD] Data structures: no object for freeing pointers?

2013-06-21 Thread Patrice Colet
Colet Patrice - Mail original - De: João Pais jmmmp...@googlemail.com À: pd-list pd-list@iem.at, Patrice Colet colet.patr...@free.fr Envoyé: Vendredi 21 Juin 2013 10:00:58 Objet: Re: [PD] Data structures: no object for freeing pointers? Yes with visibility setting we can access

Re: [PD] Data structures: no object for freeing pointers?

2013-06-20 Thread Patrice Colet
but I don't how it's possible to fix limits to [drawnumber] De: João Pais jmmmp...@googlemail.com À: pd-list pd-list@iem.at, Patrice Colet colet.patr...@free.fr Envoyé: Jeudi 20 Juin 2013 11:09:26 Objet: Re: [PD] Data structures: no object for freeing pointers? One approach is to assign

Re: [PD] pd color presets

2013-06-16 Thread Patrice Colet
De: Jonathan Wilkes jancs...@yahoo.com Is it just possible to have background in black, and fonts (comments) in white http://puredata.info/Members/jancsika/inverted_colors.webm/base_view -Jonathan great! thanks a lot ___ Pd-list@iem.at

Re: [PD] pd color presets

2013-06-15 Thread Patrice Colet
Hi List, Almost finished with a working version of GUI preferences for patches. It allows: 1) choose your own default colors for common types of items on a canvas, like object borders, (non-iemgui) text, xlets, canvas bg, etc. Is it just possible to have background in black, and fonts

Re: [PD] Data structures: no object for freeing pointers?

2013-06-11 Thread Patrice Colet
Envoyé: Mardi 11 Juin 2013 11:25:23 Objet: Re: [PD] Data structures: no object for freeing pointers? On Die, 2013-06-11 at 11:00 +0200, Jan Baumgart wrote: I've been building a sequencer with data structs. But now I've come to a dead end, because there seems to be no object, that let's

Re: [PD] GEM: texture on transparent sphere visible from opposite side

2013-06-08 Thread Patrice Colet
Hello, if the texture contains alpha channel by using a rgba image or by using pix_alpha, the visible parts of texture behind the sphere will become visible where front side is transparent, there is an example in gem tutorial but I don't remeber which one it is. - Mail original -

Re: [PD] GEM: texture on transparent sphere visible from opposite side

2013-06-08 Thread Patrice Colet
De: Matthias Kronlachner m.kronlach...@gmail.com hi! maybe someone has a suggestion for following problem in GEM: i have a texture on a sphere and slightly add transparency to the sphere. i can now see objects behind the sphere, but is it possible to make the texture of the opposite

Re: [PD] Converting a decimal number to hexadecimal and from there to its ASCII numbers

2013-05-30 Thread Patrice Colet
Hello, with pd-extended some externals can do this, curiously 255 is FF but gives 102 102, not 70 70 following solution proposed in attached patch. Colet Patrice - Mail original - De: Alexandros Drymonitis adr...@gmail.com À: PD-list pd-list@iem.at Envoyé: Jeudi 30 Mai

Re: [PD] Converting a decimal number to hexadecimal and from there to its ASCII numbers

2013-05-30 Thread Patrice Colet
I've added namespace for moocow any2bytes in this version#N canvas 577 313 490 458 10; #X floatatom 42 69 3 0 255 0 - - -; #X obj 145 301 print STRINGS; #X obj 141 97 print DECIMAL; #X obj 42 90 t a a; #X obj 42 176 makefilename %x; #X obj 42 138 demux 0 1; #X obj 69 110 15; #X obj 145 176

Re: [PD] first exercise with data structures

2013-05-25 Thread Patrice Colet
I wouldn't recommend spending too much time learning data structures. They are _extremely_ limited with the current implementation. too late, datastructure is really awsome for managing settings, the -v flag makes possible the coding of panels that is containing a lot of data... Is there

Re: [PD] [PD-dev] audio apis

2013-05-21 Thread Patrice Colet
7) Does anyone using GNU/Linux system want to use pulse-audio with Pd?  The main reason would be easy software mixing-- for example, you could watch a tutorial on youtube and get sound out of a running instance of Pd without doing any configuration whatsoever.  (At least that's what Pulse

Re: [PD] flip image in glsl

2013-04-11 Thread Patrice Colet
I'm working on. Colet Patrice - Mail original - De: Jack j...@rybn.org À: Patrice Colet colet.patr...@free.fr Cc: PD List pd-list@iem.at Envoyé: Mercredi 10 Avril 2013 17:13:07 Objet: Re: [PD] flip image in glsl Le 10/04/2013 07:48, Patrice Colet a écrit : Hi Jack

Re: [PD] Control a USB fan from Pd

2013-04-09 Thread Patrice Colet
Hello, this is an interesting project, you can power on/off from linux shell, for going further I guess you need to put your hands into a libusb external Colet Patrice I would guess those devices only draw the electricity from the USB port and are otherwise not controllable at all. but may

Re: [PD] Control a USB fan from Pd

2013-04-09 Thread Patrice Colet
Output voltage of a USB port is _always_ 5VDC it can be modulated with zero voltage, like PWM -- buZz ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] flip image in glsl

2013-04-09 Thread Patrice Colet
Hi Jack, the fragment code is now very short and much more elegant, certainly faster than using conditions, I guess this is due to [pix_info] that is computing dimensions of the resulting texture. This procedure seems to work for horizontal flipping then corrects strange behavior between

[PD] flip image in glsl

2013-04-08 Thread Patrice Colet
Hello, how is it possible to flip upside down an image in glsl example 05.multitexture I tried to implement this in fragment program: http://stackoverflow.com/questions/9857089/flip-upside-down-vertex-shader-gles but it doesn't work. The only thing I can do is changing texture scale and

Re: [PD] flip image in glsl

2013-04-08 Thread Patrice Colet
Got it, thanks a lot! Colet Patrice - Mail original - De: Cyrille Henry c...@chnry.net À: Patrice Colet colet.patr...@free.fr Cc: pd-list pd-list@iem.at Envoyé: Lundi 8 Avril 2013 10:05:22 Objet: Re: [PD] flip image in glsl hello, when using rectangular texturing, coordinate

Re: [PD] flip image in glsl

2013-04-08 Thread Patrice Colet
I've implemented all the stuff for flipping horizontaly and verticaly, there is an attached example, but it's not very elegant, there is warning messages even if it works good, maybe there is a better way to do it? Colet Patrice - Mail original - De: Patrice Colet colet.patr

Re: [PD] Drawing a sine function dynamically in Gem

2013-04-03 Thread Patrice Colet
Hello, attached patch is inspired from code found in link you provide: for (int i = 0; i width; i++){ px2 = width/8 + cos(radians(angle2))*(radius); py2 = 75 + sin(radians(angle2))*(radius); point(width/8+radius+i, py2); angle2 -= frequency2; } using Gem and recursion

Re: [PD] latest pd-extended-0.44 on win32

2013-03-31 Thread Patrice Colet
This is a 3,5 years old laptop with an ATI HD4500 inside Colet Patrice - Mail original - De: Jm Jones juan...@gmail.com À: Patrice Colet colet.patr...@free.fr Cc: pd-list pd-list@iem.at Envoyé: Samedi 30 Mars 2013 20:46:36 Objet: Re: [PD] latest pd-extended-0.44 on win32 ok. just

Re: [PD] latest pd-extended-0.44 on win32

2013-03-30 Thread Patrice Colet
-list pd-list@iem.at Envoyé: Samedi 30 Mars 2013 08:15:30 Objet: Re: [PD] latest pd-extended-0.44 on win32 On 03/29/2013 16:55, Patrice Colet wrote: I tried the win32 release archive proposed at iem.gem website, same thing is happening, i remember a recent thread that mentioned that you

[PD] [GEM] catalyst's multiscreen on ubuntu with amdcccle

2013-03-30 Thread Patrice Colet
I'm making this thread just to prevent that ubuntu's multiscreen tools aren't good, and that there is a good command line that is not mentionned in ubuntu forums or manuals, I've found it in archlinux forums and it's called amdcccle, this command line should be available when proprietary

Re: [PD] latest pd-extended-0.44 on win32

2013-03-30 Thread Patrice Colet
...@gmail.com À: Patrice Colet colet.patr...@free.fr Cc: pd-list pd-list@iem.at, IOhannes m zmölnig zmoel...@iem.at Envoyé: Samedi 30 Mars 2013 20:29:30 Objet: Re: [PD] latest pd-extended-0.44 on win32 I want to try 0.44 and give you my feedback, im in Win7 64 bits, but using 32 bit pd extended

Re: [PD] latest pd-extended-0.44 on win32

2013-03-29 Thread Patrice Colet
AM, Patrice Colet wrote: Hello, I'm trying to make it working, yesterday there was a missing libjack.dll problem, it has been fixed by eighthave today, now I'd like to have Gem working... [gemwin] is just not responding, no error message, with any patch, it does not answer

[PD] latest pd-extended-0.44 on win32

2013-03-28 Thread Patrice Colet
Hello, I'm trying to make it working, yesterday there was a missing libjack.dll problem, it has been fixed by eighthave today, now I'd like to have Gem working... [gemwin] is just not responding, no error message, with any patch, it does not answer after it's creation... no idea how else I

[PD] [gem][arch] crash on loading image

2013-02-13 Thread Patrice Colet
Package was built yesterday pd crashes at image loading open: ./gem.conf: No such file or directory Magick: Memory allocation failed `Cannot allocate memory' @ fatal/cache.c/AcquirePixelCacheNexus/270. On pd-lork it simply doesn't load image, no crash, no error message. Colet Patrice

Re: [PD] PsVST

2013-01-31 Thread Patrice Colet
Colet Patrice - Mail original - De: Esteban Viveros emvive...@gmail.com Ableton Live 8.3.4 don't have install folder in C:\Program Files (x86)\Ableton\Live, now it happend in a hide folder, but I think the solution isn't here. 1) Copy the pdvst folder to the directory that

Re: [PD] PsVST

2013-01-31 Thread Patrice Colet
De: Hans-Christoph Steiner h...@at.or.at How about putting this info up in a How to install PdVST page on http://puredata.info/docs/ Eventually when the server would answer ;-) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] PsVST

2013-01-29 Thread Patrice Colet
- Mail original - De: Esteban Viveros emvive...@gmail.com I'm trying now put to work pdvst with ableton live.. To pdvst work I need to have installed pd-extended in an specific directory? At this moment I only download pdvst in website: http://crca.ucsd.edu/~jsarlo/pdvst/

Re: [PD] Solution for deleting files via pd?

2013-01-28 Thread Patrice Colet
De: Hans-Christoph Steiner h...@at.or.at If you're using Pd-extended 0.43.4, there is the 'tclfile' library, which provides a bunch of objects for file operations: http://puredata.info/downloads/tclfile/releases/0 Just drop the 'tclfile' folder into user library folder:

[PD] [GEM][pix_multiimage] error message

2013-01-28 Thread Patrice Colet
Hello, I'm using [pix_multiimage] into archlinux 64bit environment. When opening the helpfile, I've got this error message into pd console: GEM: Someone sent a bogus pointer to copy2Image the object seems to work good thought, but is there a way to avoid getting this weird error message?

Re: [PD] Jack support on Windows

2013-01-27 Thread Patrice Colet
jackdmp has always worked with pd on windows because it has been using ASIO drivers, but with two channels only... also I'm still using pdvst for playing with Ableton Live on windows, if not in debug mode, it's rather stable, and even if it's a 0.37 pd version, we can do a lot of thing with,

Re: [PD] Jack support on Windows

2013-01-27 Thread Patrice Colet
De: Esteban Viveros emvive...@gmail.com Some time ago I tried to run pdvst without sucess. ah if you put the vststuff.dll into vstplugin directory, and the pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder

Re: [PD] Solution for deleting files via pd?

2013-01-27 Thread Patrice Colet
Hello, in bash shell that would be something like [rm -rf /home/Sebastian/Desktop/folder( | [ggee/shell] in ms-dos you can't specify a directory that is not relative to the patch (long story), a simple way would be about making a batch script with this inside: cd c:\Users\Sebastian\Desktop rd

Re: [PD] Building pd-l2ork on arch linux 64

2013-01-27 Thread Patrice Colet
Hello, will pd-l2ork be available like pd-extended in https://aur.archlinux.org ? Colet Patrice - Mail original - De: Ivica Bukvic i...@vt.edu À: Fero Kiraly fero.kir...@gmail.com Cc: pd-list pd-list@iem.at Envoyé: Dimanche 27 Janvier 2013 22:49:28 Objet: Re: [PD] Building

[PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-23 Thread Patrice Colet
On 01/07/2013 07:51 PM, Patrice Colet wrote: hello, I'd like to report again a problem that is still not resolved in this release... On win32, I've got many pd patches that makes the GUI not working with mouse binding, I can not move any object on the patch, only the arrows can make

Re: [PD] Simplest way for looping soudfiles

2013-01-22 Thread Patrice Colet
De: Patrick Pagano p...@digitalworlds.ufl.edu I am very interested in finding a non-external way to constantly loop sound files of ANY size. using two [readsf~] is working so far so good for looping large soundfiles, with the offset option and a signal crossfading between them.

Re: [PD] Simplest way for looping soudfiles

2013-01-22 Thread Patrice Colet
De: Roman Haefeli reduz...@gmail.com Envoyé: Mardi 22 Janvier 2013 23:24:09 On Die, 2013-01-22 at 22:20 +0100, Patrice Colet wrote: De: Patrick Pagano p...@digitalworlds.ufl.edu I am very interested in finding a non-external way to constantly loop sound files of ANY size

Re: [PD] Jack support on Windows

2013-01-19 Thread Patrice Colet
Excuse the (... lot of letters..) but my cmd don't have ctrl+c option.. :/ hello, Are you really using cmd for compiling, or msys console? On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert

Re: [PD] [text2d] background color

2013-01-07 Thread Patrice Colet
[text2d], I forgot to mention that it's happening in recursion, see attached patch... By the way I've found another bug, see inside, it's hard to explain... On Mon, Jan 7, 2013 at 6:54 AM, Patrice Colet colet.patr...@free.fr wrote: Hello, using GEM: ver: 0.93.3 compiled: Nov 10

Re: [PD] [text2d] background color

2013-01-07 Thread Patrice Colet
De: Patrice Colet colet.patr...@free.fr De: Alexandros Drymonitis adr...@gmail.com By black background you mean the color of [gemwin]? You can change that by sending [color 1 1 1( to [gemwin] (this will make the whole background white), if this is what you want... thank you

Re: [PD] [text2d] background color

2013-01-07 Thread Patrice Colet
By the way I've found another bug, see inside, it's hard to explain... couldn't reproduce it, it might be the murphy law [text2d] is really very much 2d and behaves weirdly when used in 3d. at least it doesn't seem aliased :D the fix for your problem is to make sure, that the

Re: [PD] [text2d] background color

2013-01-07 Thread Patrice Colet
Colet Patrice - Mail original - De: Jack j...@rybn.org http://lists.puredata.info/listinfo/pd-list I think you have a problem with your version of Gem. What is your configuration ? It is working nice on Ubuntu 12.04 and Gem 0.93 with Pd 0.43.2. Can you use [text3d] instead of

Re: [PD] [text2d] background color

2013-01-07 Thread Patrice Colet
- Mail original - De: Jack j...@rybn.org À: Patrice Colet colet.patr...@free.fr [text3d] is aliased, not very nice to read... And you can't use FSAA with this Radeon ? no I can't with this radeon 4500 serie, either glsl magicks, the rendering order has resolved my problem

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-07 Thread Patrice Colet
hello, I'd like to report again a problem that is still not resolved in this release... On win32, I've got many pd patches that makes the GUI not working with mouse binding, I can not move any object on the patch, only the arrows can make it move when it's selected. It's still hard to tell

Re: [PD] Circular scrolling in pd

2013-01-06 Thread Patrice Colet
hello, what about converting cartesian to polar coordinates instead? with something like angle = atan(y/x) you can even get the distance from the center with R = Sqrt(x2 + y2) that should be a lot easier - Mail original - De: James Dunn ja...@4thharmonic.com À: pd-list

[PD] [text2d] background color

2013-01-06 Thread Patrice Colet
Hello, using GEM: ver: 0.93.3 compiled: Nov 10 2011 each [text2d] character has a black background, how can we change this? Colet Patrice ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Pd does not work on Windows.

2012-12-12 Thread Patrice Colet
- Mail original - De: Hans-Christoph Steiner h...@at.or.at ok, I'm seeing the same thing. double-clicking and 'pd -open' are the same thing on Windows. I'm going to implement the double-click opening in Tcl, here's a bug report for 'pd -open':

Re: [PD] linux, elka ek22, sysexin dump unpacking (82 bytes)

2012-12-11 Thread Patrice Colet
De: jamal crawford three...@ml1.net À: pdlist pd-list@iem.at Envoyé: Lundi 10 Décembre 2012 18:53:35 Objet: [PD] linux, elka ek22, sysexin dump unpacking (82 bytes) hi list. im working on editor for Elka ek/em 22 analogue synth. when i request a parameter dump i get 82 bytes from

Re: [PD] Pd does not work on Windows.

2012-12-11 Thread Patrice Colet
I've tried it out with a file named ü.pd on vista, it is converted to u.pd: C:/Users/patko/Desktop/u.pd: can't open same thing happens with cmd... thank you for trying to fix it... Colet Patrice - Mail original - De: Roman Haefeli reduz...@gmail.com À: pd-list@iem.at Envoyé: Mardi

Re: [PD] Pd does not work on Windows.

2012-12-11 Thread Patrice Colet
De: Hans-Christoph Steiner h...@at.or.at À: Patrice Colet colet.patr...@free.fr Cc: pd-list pd-list@iem.at Envoyé: Mercredi 12 Décembre 2012 01:51:55 Objet: Re: [PD] Pd does not work on Windows. My guess is that you are using an older version. This only works on the build from today

Re: [PD] mp3 (layerII) or .wav/.aif stereo player!

2012-11-23 Thread Patrice Colet
De: Björn Eriksson miu...@gmail.com Soundwise we all know wave and aiff sounds better, but I am a bit surprised this seems to be a so complicated and sensitive issue about having pd play a compressed sound file with some ease. Maybe this has been discussed over the years over and over,so

Re: [PD] mp3 (layerII) or .wav/.aif stereo player!

2012-11-21 Thread Patrice Colet
hello, I've built readanysf~ dll some time ago, but there is a little bug with mp3 files encoded with lame, I couldn't try out yet with newer gcc version, all the work is archived here: http://megalego.free.fr/pd/externals/readanysf~-win32-0.42.zip Colet Patrice - Mail original -

Re: [PD] opinions on the issue of concurrent implementations (was: getting sample rate of file loaded into an array)

2012-10-06 Thread Patrice Colet
De: IOhannes m zmölnig zmoel...@iem.at On 10/04/2012 05:04 PM, Patrice Colet wrote: We should use C language only when we need it, in the example of [waveinfo] vs [soundfile_info], both aren't the good way for me, we just need the [binfile] external for reading the header, and all

Re: [PD] getting sample rate of file loaded into an array

2012-10-04 Thread Patrice Colet
/soundfile_info]. Roman On Wed, 2012-10-03 at 14:09 -1000, Rick T wrote: Thanks On Wed, Oct 3, 2012 at 1:45 PM, Patrice Colet colet.patr...@free.fr wrote: [ext13/wavinfo] or more complicated for the fun, with [mrpeach/binfile] and https

Re: [PD] opinions on the issue of concurrent implementations (was: getting sample rate of file loaded into an array)

2012-10-04 Thread Patrice Colet
De: Roman Haefeli reduz...@gmail.com Hi all The thread below makes me curious about what people think about the support of two or more several implementations of the similar functionality. There are a few such cases: * [ext13/wavinfo] vs. [iemlib/soundfile_info] * OSCx vs.

Re: [PD] getting sample rate of file loaded into an array

2012-10-04 Thread Patrice Colet
De: Roman Haefeli reduz...@gmail.com On Thu, 2012-10-04 at 16:23 +0200, Patrice Colet wrote: Thank you roman, didn't try this one... I'd like to know what was the bug http://sourceforge.net/tracker/?func=detailatid=478070aid=2950978group_id=55736 because it gives wrong sample

Re: [PD] Looping through an array a specific number of times

2012-10-04 Thread Patrice Colet
De: Rick T ratull...@gmail.com I'm trying to loop a wav file a specific number of times after I load it into an array and play it using tabread4~. It depends on how you read the table, if you are using [line~] it's easy, you just have to count how many time it's triggered, but for some

Re: [PD] Question on getting the amount of values in a table and setting table to zero

2012-10-04 Thread Patrice Colet
Colet Patrice - Mail original - De: Rick T ratull...@gmail.com À: PD List pd-list@iem.at Envoyé: Jeudi 4 Octobre 2012 17:47:57 Objet: [PD] Question on getting the amount of values in a table and setting table to zero Greetings All 1) I'm trying to find a way to get the

Re: [PD] getting sample rate of file loaded into an array

2012-10-03 Thread Patrice Colet
[ext13/wavinfo] or more complicated for the fun, with [mrpeach/binfile] and https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ it's attached ^^ Colet Patrice - Mail original - De: Rick T ratull...@gmail.com À: PD List pd-list@iem.at Envoyé: Jeudi 4 Octobre 2012 00:26:15

[PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table]

2012-09-30 Thread Patrice Colet
Hello Billy, hello pd-list, sorry to interfere into this interesting discussion... I making another topic so it shouldn't be embarrassing... [iemnet/udpreceive] before it would load I guess it all depends on the stuff in startup I use to remove all the stuff at startup and use this

Re: [PD] namespaces in help files [was: Re: [pd] osc processing array to the pd table]

2012-09-30 Thread Patrice Colet
De: Jonathan Wilkes jancs...@yahoo.com I use to remove all the stuff at startup and use this namespace/ stuff, or even better, the [declare] thingy in main patches, then it's easier to figure out what's happening. It would be cool to have this in help files, That shouldn't be

Re: [PD] Splitting Objects

2012-09-25 Thread Patrice Colet
- Mail original - De: Funs Seelen funssee...@gmail.com Speaking about creation arguments: if none are given for abstractions the default value is always 0 (at least I never figured out a way to give another default value *). For C-objects it is possible to use any float value as

Re: [PD] Splitting Objects

2012-09-25 Thread Patrice Colet
De: Patrice Colet colet.patr...@free.fr De: Funs Seelen funssee...@gmail.com Speaking about creation arguments: if none are given for abstractions the default value is always 0 (at least I never figured out a way to give another default value *). For C-objects it is possible to use

Re: [PD] creation arg, distinction between 0 and no arg, WAS Re: Splitting Objects

2012-09-25 Thread Patrice Colet
Maybe dirty but skillful! Is it possible to have this included somewhere in pdx abs? De: Cyrille Henry c...@chnry.net hello, a dirty hack allow distinction between no argument and a 0 float arg. see attachment. cheers c Le 25/09/2012 15:45, Patrice Colet a écrit : De: Patrice

Re: [PD] messages language

2012-09-25 Thread Patrice Colet
hello De: Фывапр Олджэвич tofuc...@inbox.ru It seems that everything in PD-patch can be done with just messages, starting with ; Is it true ? semi-colon means that a message will be sent internaly to a [receive] object named with next argument, this also can be a [table] object.

[PD] iemmatrix missing externals on win32

2012-08-30 Thread Patrice Colet
Hello, I'm playing with some iemmatrix objects on win32, pd-extended 0.43.1, and got the following error message in console when trying [mtx_ei~] I could find almost all objects scattered in pdx, but not [mtx_pcolor], what is this object standing for? dsp ... couldn't create z~ ... couldn't

Re: [PD] playing soundcloud files

2012-08-28 Thread Patrice Colet
. Roman On Don, 2012-08-23 at 13:13 +0200, Patrice Colet wrote: [wget -O source file(-[shell] [read file(-[readanysf~] use [popen] on windows and an executable of wget Colet Patrice - Mail original - De: alessandro contini aless.cont...@gmail.com À: PD list

Re: [PD] playing soundcloud files

2012-08-23 Thread Patrice Colet
[wget -O source file(-[shell] [read file(-[readanysf~] use [popen] on windows and an executable of wget Colet Patrice - Mail original - De: alessandro contini aless.cont...@gmail.com À: PD list pd-list@iem.at Envoyé: Jeudi 23 Août 2012 12:49:42 Objet: [PD] playing soundcloud files

Re: [PD] playing soundcloud files

2012-08-23 Thread Patrice Colet
De: alessandro contini aless.cont...@gmail.com Anyway, I don't seem to find a way to make readanysf working on my computer (OS X)... I don't know anything about OSX, so I couldn't help with it. Maybe you should try first to understand what is a shell on OSX and how to use it. Another

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

2012-08-22 Thread Patrice Colet
Hello Thomas, it seems, that I have problems compiling the external with MinGW on Windows as well. I will try to make that work first, and then go on I tried to have a look but there is something I didn't have time to handle, how to get libcurl on win32 for mingw... with the compilation

Re: [PD] [PD-announce] Gemnotes 0.2

2012-08-21 Thread Patrice Colet
Hello, that looks nice, but I'm getting a 404 error when trying to download Colet Patrice - Mail original - De: Ed Kelly morph_2...@yahoo.co.uk À: pd-annou...@iem.at Envoyé: Lundi 20 Août 2012 17:24:59 Objet: [PD] [PD-announce] Gemnotes 0.2 Hi all, Gemnotes 0.2 is released.

Re: [PD] Multiple Pd patchers on one computer?

2012-08-19 Thread Patrice Colet
hello, it should be possible with [hid] but it would require to make an interface for sending internal messages, and drawing several custom cursors. Graphically I guess that the patcher would have to be made with another tool kit than tcltk by using a library like tkinter (already available),

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 more

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

2012-08-10 Thread Patrice Colet
De: Thomas Mayer tho...@residuum.org À: Patrice Colet colet.patr...@free.fr, pd-...@iem.at Envoyé: Vendredi 10 Août 2012 21:01:52 Objet: Re: [PD-dev] Cross Compiling External for Windows - Problem Hi, On 10.08.2012 11:20, Patrice Colet wrote: Hello, I'm afraid the work to be made

Re: [PD] Rép : looping at the end of sample

2012-08-02 Thread Patrice Colet
author) Has this solution been implemented ? Is there an abstraction in a library addressing the same basic need ? JM Le 1 août 2012 à 18:54, Patrice Colet a écrit : hello, what is 'resonance part'? in principle you compute the loop size in ms and send the result to [phasor

  1   2   3   4   5   >