Re: [PD] tabread4~~

2007-11-27 Thread Patrice Colet
Mathieu Bouchard a écrit : No, we were thinking specifically about close detunings, all those intervals that are confused with a much simpler interval, and usually, which *should* be confused. It's the basis of logarithmic temperaments: 2^(7/12) is over 0.1% off from 3/2, and that's one of

[PD] mingw tutorial bug

2007-11-28 Thread Patrice Colet
Hello, gnu regex isn't available anymore at ftp://ftp.gnu.org/gnu/regex/regex-0.12.tar.gz but it's here: http://gnu.rtin.bz/ftp.gnu.org/pub/gnu/regex/ ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] pdlua compiling on mac

2007-11-28 Thread Patrice Colet
Hans-Christoph Steiner a écrit : Here's the key error line: ld: file not found: /Users/marius/devel/pd-rsync/pd-extended/pd/bin/pd You need to build Pd first: cd /Users/marius/devel/pd-rsync/pd-extended/pd/src autoconf ./configure make Hi, I tried to make it with cygwin and got

Re: [PD] VLC rc connection

2007-12-01 Thread Patrice Colet
wolfgang schwarzenbrunner a écrit : maybe this is already totally obsolete... some months ago there where some postings about vlc/pd connection over rc. well i tried it today using netclient instead of netsend. suddenly the connection works fine. if anybody is interested i can send the

Re: [PD] VLC rc connection

2007-12-01 Thread Patrice Colet
Hans-Christoph Steiner a écrit : It would be great to have this all in a page on the webpage, like somewhere here: http://puredata.info/docs/ There is one other step needed after setting the preferences when starting in GUI mode. That is to turn on the interface. I believe rc

Re: [PD] new from clipboard feature

2007-12-03 Thread Patrice Colet
Mathieu Bouchard a écrit : On Mon, 3 Dec 2007, marius schebella wrote: in max there is a nice feature called new from clipboard. what it does is it opens a new patch and fills in the content of your clipboard. this is very useful when you have a patch in textform (like in an email) and

Re: [PD] open recent

2007-12-04 Thread Patrice Colet
Hans Roels a écrit : I also think this would be a simple but very handy tool, (also in pd-vanilla...), at this moment I always have to 'navigate' a lot to open files... One parenthesis...( in win32 pd-vanilla it's possible to drag'n'drop patches from explorer, sometimes this trick can

Re: [PD] open recent

2007-12-04 Thread Patrice Colet
Hans-Christoph Steiner a écrit : On Dec 4, 2007, at 4:20 AM, Patrice Colet wrote: Hans Roels a écrit : I also think this would be a simple but very handy tool, (also in pd-vanilla...), at this moment I always have to 'navigate' a lot to open files... One parenthesis...( in win32 pd

Re: [PD] [PD-dev] compile pd with cygwin (almost!)

2007-12-04 Thread Patrice Colet
Hans-Christoph Steiner a écrit : A couple of comments to hopefully make things cleaner. The existing files aren't very clean, so it can be tricky at times: - these changes need to fit into the configure.in and makefile.in so that those files will still work on other platforms. I am not

Re: [PD] segmented patchcords (was Re: PD MAX)

2007-12-06 Thread Patrice Colet
In reactable, objects are connected together when inlet/outlet matches the good kind of data, it would be possible to do it also with PureData, without breaking the rules. If a box is dragged nearly another box, the connection would happen when an inlet/outlet passes into the area of

Re: [PD] drop out free audio on windows

2007-12-08 Thread Patrice Colet
in pd/src/pthread.h: line 283 -- 394 * _POSIX_THREAD_PRIORITY_SCHEDULING (set) maybe this could handle realtime priority? Hans-Christoph Steiner a écrit : that would be good to have built-in, like it is in Mac OS X, with the audio output started with a higher priority. Any Windows

Re: [PD] [PD-dev] Error when crosscompiling pdlua

2007-12-11 Thread Patrice Colet
Martin Peach a écrit : Frank Barknecht wrote: Hallo, Martin Peach hat gesagt: // Martin Peach wrote: With dlls you have to export symbols using a def file or /export: statement on the command line (or __declspec(dllexport) in the code with MSVC). On linux all symbols in a shared

Re: [PD] Pix Film crashing

2007-12-14 Thread Patrice Colet
Donal Carey a écrit : Hi All I'm using a combination of *coll *and *makefilename* in order to output a list of quicktime clips to *pix_film*. I'm using *coll* to load a list of 4 clips and then outputting them through *makefilename *into *pix_film, *the first clip loads in fine and it

Re: [PD] generatiing a keypress

2007-12-15 Thread Patrice Colet
jim ruxton a écrit : On Sat, 2007-12-15 at 02:14 -0500, jim wrote: I know about the PD commands that detect keypress but is there a command that generates a keypress. I wanted to send commands to another program and it would be nice if PD could do that by mimicking a keyboard. Thanks,

Re: [PD] generatiing a keypress

2007-12-15 Thread Patrice Colet
Patrice Colet a écrit : Thanks Roman, I'm working on Linux and sometimes forced to use Windows so I would be looking for a solution in both. I'll have a look at aalex. Anyone know of a Windows solution? Jim With VkKeyScan() function http://msdn2.microsoft.com/en-us/library/ms646329.aspx

Re: [PD] generatiing a keypress

2007-12-16 Thread Patrice Colet
beau a écrit : I have been converting midi into keystrokes with midiStroke for OS X http://www.apple.com/downloads/macosx/audio/midistroke.html I think on windows people are using: http://www.midiox.com/ It would be great it pd could do this! midiox program converts

Re: [PD] generatiing a keypress

2007-12-16 Thread Patrice Colet
Hans-Christoph Steiner a écrit : On Dec 16, 2007, at 12:57 AM, Patrice Colet wrote: Patrice Colet a écrit : Thanks Roman, I'm working on Linux and sometimes forced to use Windows so I would be looking for a solution in both. I'll have a look at aalex. Anyone know of a Windows solution

Re: [PD] generatiing a keypress

2007-12-16 Thread Patrice Colet
Hans-Christoph Steiner a écrit : On Dec 16, 2007, at 5:32 PM, Patrice Colet wrote: beau a écrit : I have been converting midi into keystrokes with midiStroke for OS X http://www.apple.com/downloads/macosx/audio/midistroke.html I think on windows people are using: http://www.midiox.com

Re: [PD] Tkwidget droptarget?

2007-12-17 Thread Patrice Colet
Luke Iannini (pd) a écrit : Hi all, Does anyone (hans?) know if Tk has a widget that will accept dropped files from the OS? I'd be happy to look into adding it to the library if anyone thinks it's possible (and points me in a general direction). It would be really great to be able to

Re: [PD] generatiing a keypress

2007-12-18 Thread Patrice Colet
jim ruxton a écrit : Tried the external you sent Patrice. Thanks it works great. Thinking if I have a chance some time I'll add the code so you can just send an ascii character into it. I think I saw a window function that converts a character to the code your external takes. Anyway as it

Re: [PD] Fwd: What exactly is a stack overflow ?

2007-12-19 Thread Patrice Colet
Hello Mike, everyone, Mike McGonagle a écrit : On Dec 19, 2007 2:57 PM, Charles Henry [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I seem to be tuning in a little late, in this discussion, but if it's a bad problem, couldn't you change the method of until to use only

Re: [PD] generatiing a keypress

2007-12-21 Thread Patrice Colet
jim ruxton a écrit : type patches. It takes text and converts a string to the ascii values. I had to use upper case characters since your external only accepts upper case ascii values since that is how the key codes are defined. I didn't want to get fancy yet and use shift etc. I think it

Re: [PD] Long long numbers

2007-12-21 Thread Patrice Colet
Mathieu Bouchard a écrit : On Fri, 21 Dec 2007, B. Bogart wrote: I always wonder when you say large numbers and rotation... Do you really need large numbers? I never checked if its slower to rotateXYZ to 360*100 compared to rotation to 360. I really wonder why Dafydd wants large numbers

Re: [PD] Long long numbers

2007-12-21 Thread Patrice Colet
Dafydd Hughes a écrit : I wish it was something as noble as gravitation, but it's just a clock which counts seconds from about 3BC to now. It's easier to do using [mod] on the counters, but the way it's animated means it makes a smooth transition around the dial then jumps back to 0

Re: [PD] Long long numbers

2007-12-23 Thread Patrice Colet
Thomas Grill a écrit : I forgot to mention that vibrez_pure (http://vibrez.net/vibrez_pure) I forgot to try pd-devel, many thanks! ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] SSSAD polypoly

2007-12-29 Thread Patrice Colet
Hello, For a drumbox project, I wanted to parse more than velocity and note parameter to a voice, like pitch, envelope, FX, ... My first idea was about multiplexing all values and parse them into note and velocity input of [poly] object, and with the sound number, retrieve everything from

Re: [PD] SSSAD polypoly

2007-12-29 Thread Patrice Colet
Forget it, it was just some usual wrong triggering... Thanks for all the footils... Patrice Colet a écrit : Hello, For a drumbox project, I wanted to parse more than velocity and note parameter to a voice, like pitch, envelope, FX, ... My first idea was about multiplexing all values

Re: [PD] Subject: can't see objects Pd-0.40.3-extended-20071228-windowsxp-i386.exe

2007-12-30 Thread Patrice Colet
Ingo Scherzinger a écrit : Eversince 0.40.3- extended certain objects are invisible on my two machines (AMD Windows XP SP2). Object, Message, Number, Symbol Comment, Graph cannot be seen on loading existing patches or after inserting them from the put menue. Array can be put.

Re: [PD] Subject: can't see objects Pd-0.40.3-extended-20071230-windowsxp-i386.exe

2007-12-30 Thread Patrice Colet
Hans-Christoph Steiner a écrit : Could you post a screenshot? sure, only gui objects are appearing inline: screenshot-pd-extended-nightlybuild-30-12-2007.PNG___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] SSSAD vs MEMENTO

2008-01-03 Thread Patrice Colet
It's fun, I try to replace memento by sssad, some others tries to replace sssad by memento after coll has been replaced by SSSAD, and maybe they will try later to replace as well memento by sssad (mostly if it has an OSCx bridge, and the grouping of SSSAD_ADMIN messages in a single

Re: [PD] SSSAD vs MEMENTO

2008-01-03 Thread Patrice Colet
Patrice Colet a écrit : It's fun, I try to replace memento by sssad, some others tries to replace sssad by memento after coll has been replaced by SSSAD, and maybe they will try later to replace as well memento by sssad (mostly if it has an OSCx bridge, and the grouping of SSSAD_ADMIN

Re: [PD] Star

2008-01-03 Thread Patrice Colet
Some more stars patchers [EMAIL PROTECTED] a écrit : A small abstraction here. I hope it will help you. ++ Jack Hi All, I found this message in the archives: Hi List, just from curiosity: did anybody out there already built an abstraction to make geos in a star shape? (using [polygon

Re: [PD] gridflow grab image from video

2008-01-03 Thread Patrice Colet
olsen wolf a écrit : buenas anyone knows to get a single frame out of a gridflow video goin into my #out window? tried the #in #out combo with open somefile.jpg but for my video its faulting... ev'ry idea welcome salutis olsen -- Planet Pluto bleibt! Hello, can you give

Re: [PD] MIDI on Win XP

2008-01-04 Thread Patrice Colet
Hello, Anton Hörnquist a écrit : with Pd (Win XP) but I'm running into problems. When I move a knob on the midi controller there is a delay of at least one second until the controller data show up in the Pd window (I simply output controllers using the [ctlin] object). This delay makes it

Re: [PD] MIDI on Win XP

2008-01-04 Thread Patrice Colet
Anton Hörnquist a écrit : On Jan 4, 2008 6:16 PM, Patrice Colet [EMAIL PROTECTED] wrote: What is this error message? In the Pd window: Warning: midi input is dangerous in Microsoft Windows\; see Pd manual) Ah, this is not related with ctlin, I'm using sometimes midiin and midiout

Re: [PD] MIDI on Win XP

2008-01-05 Thread Patrice Colet
Ingo Scherzinger a écrit : MIDI on XP is bad indeed, and I have to run my midi application under linux to get a latency lower than human sound perception, without artefacts, and with a cheap soundcard. I am running PD on several Windows XP machines with a latency of 3 ms (both souncard

Re: [PD] MIDI on Win XP

2008-01-05 Thread Patrice Colet
THE TRUTH ABOUT LATENCY http://www.soundonsound.com/sos/Sep02/articles/pcmusician0902.asp ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem: can't load library

2008-01-07 Thread Patrice Colet
Agent Engram a écrit : i am on fedora I could never build Gem on Fedora, anyone have done it? ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem: can't load library

2008-01-07 Thread Patrice Colet
IOhannes m zmoelnig a écrit : Agent Engram wrote: i figured out how to build pd, i needed the tcl-devel stuff. I think it's a bug in the configure file of PureData, it shouldn't say 'yes' for tcl-tk when headers are missing. ___ PD-list@iem.at

Re: [PD] poor performance when saving an abstraction when many copies are loaded in a patch

2008-01-10 Thread Patrice Colet
I usually open the abstraction with 'help' rather than 'open', pd crashes less often when saving. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] text based pd patching

2008-01-12 Thread Patrice Colet
Andre Schmidt a écrit : yup, very nice and usefull in (non-html) emails, console, man pages and so on (where you only can display text)... but for pdf, webbrowser i would prefer svg. as its also just text (therefor searchable, but dunno if in pdf) and looks better (propably exactly like in

Re: [PD] text based pd patching

2008-01-12 Thread Patrice Colet
Patrice Colet a écrit : Andre Schmidt a écrit : yup, very nice and usefull in (non-html) emails, console, man pages and so on (where you only can display text)... but for pdf, webbrowser i would prefer svg. as its also just text (therefor searchable, but dunno if in pdf) and looks better

Re: [PD] [GEM-dev] Gem = vertex

2008-01-18 Thread Patrice Colet
Hello, Chris McCormick a écrit : On Thu, Dec 27, 2007 at 08:03:31AM +0100, Frank Barknecht wrote: Hallo, Patrice Colet hat gesagt: // Patrice Colet wrote: You don't have any idea how it is frustrating to not have such feature because of the graphic card, or something, for me shading

Re: [PD] Pd on Athlon64

2008-01-18 Thread Patrice Colet
Hi andy, Io, IOhannes m zmoelnig a écrit : Andy Farnell wrote: I was thinking of trying 64studio as a new main Pd machine. I'm curious about gutsy low-latency kernel, the 64bit packet version is not available in repositories, they only give the headers. both the type of numbers in messages

Re: [PD] Subject: can't see objects Pd-0.40.3-extended-20071230-windowsxp-i386.exe

2008-01-18 Thread Patrice Colet
Hans-Christoph Steiner a écrit : On Jan 3, 2008, at 8:16 PM, Martin Peach wrote: Patrice Colet wrote: Martin Peach a écrit : Martin Peach wrote: can't read box_outline: no such variable can't read msg_nlet: no such variable can't read msg_nlet: no such variable can't

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Andy Farnell a écrit : Which sources can anyone suggest to build from? I installed 0.39.2 from the amd64 Debian repository and it's a disaster, a list of bugs too long to mention and all round erratic behaviour, including the CPU usage randomly jumping to 200% with the most trivial

Re: [PD] phasor to square

2008-01-20 Thread Patrice Colet
Roman Haefeli a écrit : On Sun, 2008-01-20 at 13:50 +0100, raul diaz wrote: Hi list! I need to convert a phasor into a square wave in this way: phasor: / / / / / / / |/ |/ |/ |/ |/ | /| /| /| /| /|

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Patrice Colet a écrit : Andy Farnell a écrit : Which sources can anyone suggest to build from? I installed 0.39.2 from the amd64 Debian repository and it's a disaster, a list of bugs too long to mention and all round erratic behaviour, including the CPU usage randomly jumping to 200

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Thomas Grill a écrit : I suspect flext isn't ready for 64bit distro) Currently flext and flext-based externals compile on OSX in 64 bit mode but i'm going to check whether everything is ok before committing to the CVS. I can't make any comments on 64 bit linux because i can't test on

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Andy Farnell a écrit : Cheers Pat, On Sun, 20 Jan 2008 17:33:02 +0100 Patrice Colet [EMAIL PROTECTED] wrote: Hi andy, I usually build the last vanilla test package, http://crca.ucsd.edu/~msp/software.htm Okay, use Millers source, I will do that. and use cvs for externals

Re: [PD] [GEM-dev] typo in openGL sources

2008-01-21 Thread Patrice Colet
IOhannes m zmoelnig a écrit : Patrice Colet wrote: Hi, there is certainly an error in this source file: http://pd-gem.cvs.sourceforge.net/*checkout*/pd-gem/Gem/src/openGL/GEMglMap1f.cpp?revision=1.1 t_atom*argv should be 't_atom *argv' i don't know of any compiler that parses t_atom

Re: [PD] live coding, [was: Re: paranoid pd]

2008-01-26 Thread Patrice Colet
hi, livecoding is one of my favorite use of PureData, it's the way I've had the best fun with it at least,( sigmund~ is quite cool in this context,) and once the piece is over, it won't be saved, like a mandala. ___ PD-list@iem.at mailing list

Re: [PD] live coding, [was: Re: paranoid pd]

2008-01-27 Thread Patrice Colet
hard off a écrit : i'm doing a talk in delhi next month on pure data for live performance, so i will definitely incorporate some live coding in there, any tips and tricks people have found useful would be much appreciated. you could record into a buffer what is thrown to dac~ and rediffuse

Re: [PD] live coding, [was: Re: paranoid pd]

2008-01-27 Thread Patrice Colet
hard off a écrit : i just had a try at it, wouldn't say it sounded particularly amazing, but i managed to build enough up in a few minutes to make it kind of interesting. will try again later and see if practice makes things better. best idea i came up with in the first run: [key] |

Re: [PD] ngrid....?

2008-02-08 Thread Patrice Colet
hello, unlike some other widget scripts ngrid doesn't require any package (a tcl-tk library dependency that needs to be included in lib/ folder), so you just need to add the path to your widgets, by using the File--Path... menu, or give the -path /path/to/your/widgets/ at start-up or in the

Re: [PD] pitchshifter object?

2008-02-10 Thread Patrice Colet
There also is the example I07.phase_vocoder for changing tune, it works great at any frequency. punchik punchik a écrit : hello, which pitchshifter object or abstractions does exist for pd? i was trying pitchshift.pd from pds audio examples. but it doesnt sound good at hight frequencies...

Re: [PD] Comments on pd as a library to be used in game

2008-02-12 Thread Patrice Colet
marius schebella a écrit : hi,... I am not sure how easy the whole thing is. you for example will want to do all the sound/driver settings from within the game, which means pd has to be able to change this by sending commands. as far as I know this is not possible with current core pd. It

Re: [PD] [PD-dev] building pd with cygwin

2008-02-24 Thread Patrice Colet
Here I've attached the patches. Patrice Colet a écrit : Hello, i've been working on other things during last monthes and did'nt really go further, for the moment the cygwin build work without pdtcl.dll neither pd.com, it means that we have to load pd from cygwin shell, otherwise pd.exe

Re: [PD] [PD-dev] building pd with cygwin

2008-02-24 Thread Patrice Colet
oops, the external/Makefile patch is here. Patrice Colet a écrit : Here I've attached the patches. Patrice Colet a écrit : Hello, i've been working on other things during last monthes and did'nt really go further, for the moment the cygwin build work without pdtcl.dll neither pd.com

Re: [PD] flv sound

2008-03-02 Thread Patrice Colet
reading flv and swf files with Gem just depends on the quicktime version, and this is quite limited, if by chance pix_film or pix_movie is able to read it, chances are very limited that it would work on another platform, converting the flv files with mencoder seems to be a good compromise, it

Re: [PD] [pix_record] mixes up colors.

2008-03-02 Thread Patrice Colet
Hi, it's free to give a try with mencoder to build the movie from pictures, there are several tricks on this page: http://electron.mit.edu/~gsteele/ffmpeg/ once some little script can build the movie, it should be easy to use it though [shell], [popen], or [pyext], and have the movie completed

Re: [PD] Improved bug report: [expr] on Windows 2000 (XP non-professional)

2008-03-02 Thread Patrice Colet
Okay, it's definitively a bug, the makefile.nt in pd-0.41-2 doesn't build externals at all, so if it's not corrected, the bug will stay in further versions. Also, I'm sure it's possible to use Makefile.in, for all platforms. David F. Place a écrit : On Mar 2, 2008, at 5:03 PM, Patrice

Re: [PD] A couple new list-abs

2008-03-02 Thread Patrice Colet
Hello, thank you for this usefull [list-range], unfortunately [list-zip] isn't pd-vanilla compatible, I tried to replace [initbang] with [loadbang], but you might know that it wouldn't work in a parent patcher. PC. Luke Iannini (pd) a écrit : Hallo, Here're two new list-abs, list-range and

Re: [PD] A couple new list-abs

2008-03-03 Thread Patrice Colet
Patrice Colet a écrit : Hello, thank you for this usefull [list-range], unfortunately [list-zip] isn't pd-vanilla compatible, I tried to replace [initbang] with [loadbang], but you might know that it wouldn't work in a parent patcher. PC. Luke Iannini (pd) a écrit : Regrettably[2

Re: [PD] some objects in the extra folder do not load

2008-03-10 Thread Patrice Colet
Do you mean that bassemu~ compiles on windows? It's a very good new, last time I tried to build it with cygwin, there was an error I couldn't figure out, anyway I couldn't try the brand new pd-extended because in here the autobuild.puredata.info URL doesn't work, it's making a kind of weird

Re: [PD] some objects in the extra folder do not load

2008-03-10 Thread Patrice Colet
In other words, can someone post the full URL to the last windows build of pd-extended, thanks, :). Patrice Colet a écrit : Do you mean that bassemu~ compiles on windows? It's a very good new, last time I tried to build it with cygwin, there was an error I couldn't figure out, anyway I

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-10 Thread Patrice Colet
Mirko Maier a écrit : hi list, again i've installed pd-ext: http://autobuild.puredata.info/auto-build/2008-03-10/Pd-0.40.3-extended-20080310-windowsxp-i386.exe on win xp and lots of libraries don't load, even zexy. is there no chance...? greets, mirko just thank you, :)

Re: [PD] some objects in the extra folder do not load

2008-03-10 Thread Patrice Colet
the nightly build on, there is a link towards the bottom of the page... Mike On Mon, Mar 10, 2008 at 2:58 PM, Patrice Colet [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: In other words, can someone post the full URL to the last windows build of pd-extended, thanks

Re: [PD] Pd sounds better than Max?

2008-03-10 Thread Patrice Colet
Tube amps sounds better because the electron flow into the tube always make a kind of interpolation when the signal comes to distortion. Hans-Christoph Steiner a écrit : To muddy the waters a bit, the most 'correct' sound isn't always the best sound. Consider so many people's love of tube

Re: [PD] help with widgets

2008-03-19 Thread Patrice Colet
Hi, when we save a change with in the abstraction containing the widget, dollarsign inside de widget object is replaced by the value given to the abstraction, the only way I've found to correct this is using a text editor or a command line editor and replace the given dollarsign during

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

2008-03-21 Thread Patrice Colet
Hello Hans-C, After all it's just a matter of adding tkdnd into the build scripts. into the scripts/ folder there is a bash one that looks for Wish.app, another one that ensure that everything is installed on the right place for mingw, what about doing the same thing for all needed tcl-tk

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

2008-03-21 Thread Patrice Colet
If a text editor is running through PureData, the user will have to deal with dropped keycode, so it doesn't sound like a good idea to me. Chuckk Hubbard a écrit : This sounds like a great idea to me. If I add a dozen or so GUI elements and I want to quickly set their sends and receives, I

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

2008-03-30 Thread Patrice Colet
Hello, did you try to reduce buffer size of your soundcard and then reduce buffer size in pd, and set pd to realtime in windows task manager? Also, did you try freebob+jackd+low-latency kernel combination in ubuntu? Joe Newlin a écrit : I want desperately to be able to process guitar in

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

2008-03-30 Thread Patrice Colet
Hi, Joe Newlin a écrit : Thanks for all the replies. 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

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

2008-03-30 Thread Patrice Colet
Joe Newlin a écrit : I'd love to know specifically how you get the FA-66 to work on Ubuntu. maybe if you give a try with ubuntu studio, you will get freebob working good with qjackctl and pd I'm not even to the point of tweaking latency in Ubuntu yet - I need to get the soundcard to work

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

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, but

Re: [PD] [list-order] to order a list

2008-04-06 Thread Patrice Colet
Thank you! I've just been in need for that object to suppress recurent numbers in a list (maybe there is one liste object that is allready doing it?), let me try it... Jack a écrit : Hello, Here an abstraction [list-order] with the help. Frank, if you want, you can add it to list-abs

Re: [PD] bat path

2008-04-07 Thread Patrice Colet
hi, Hans Roels a écrit : hello, I have a question about starting pd from a batch file on windows (xp). For example I have a folder called 'abunch' with a file 'slice'. I add this folder in the .bat file: -path ../patch/own/les/abunch When I start pd from this batch file and open a new

Re: [PD] Newbie request

2008-05-08 Thread Patrice Colet
Hi I've developped this external for windows last year, this emulate keystrokes, the result of ascii code depends on your hardware, it uses kbd_event API, but I believe the python script from previous messages that uses sendkey would be much better. You will have to use messages like this:

Re: [PD] Newbie request

2008-05-10 Thread Patrice Colet
Hugh Sung a écrit : 1. How do i install and use the external scripts winkey and/or kbdstroke? Or do i need to just call those externals from within pd somehow? sorry, I forgot to mention how to install it, put kbdstroke.dll in extra folder, and kbdstroke-help.pd in doc/5.reference,

Re: [PD] [GEM-dev] current version of GEM using QuickTime generates audio output!!!!!!!!!

2008-05-10 Thread Patrice Colet
[EMAIL PROTECTED] a écrit : anyhow, i have uploaded yet another version to http://gem.iem.at/releases/0.91/gem-CVS20080509-W32-i686.exe this is great, many object are fixed, pix_record almost doesn't crash anymore, pix_write can write jpg files, pix_zoom zooms... pix_record only crashes pd

Re: [PD] Newbie request

2008-05-10 Thread Patrice Colet
Hugh Sung a écrit : Your kbdstroke works like a charm!! Took me a few minutes to figure out the correct integer code for the letters a and b, but wow - it IS fast!!! I'm so happy Patrice, can you tell me where i can find the character codes for all the letters and numbers, as

Re: [PD] dynamic GOP resize glitch

2008-05-18 Thread Patrice Colet
hard off a écrit : ok, it's really hackish, but my current solution is to send a 'font' message to the parent, which forces a window redraw. seems to work ok, but i'm not really fond of such way-out approaches, and it might start to get cluggy once i load in some sequencers and stuff

[PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
Hi, it's possible to render on a video file the texture drawn into a geo object, but the quality is always poor whatever codec we use (even uncompressed files), that can be useful for having poor animated textures, but anyway the quality is never as good as we can get when we render into

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
working. gemhead 99 | pix_write will capture in a file what you can see in the gem windows. cyrille Patrice Colet a écrit : Hi, it's possible to render on a video file the texture drawn into a geo object, but the quality is always poor whatever codec we use (even uncompressed

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
the video capture (with the effect) into the hard drive or somewhere for beeing mixed later with the video of other visitors, voilà. cyrille Patrice Colet a écrit : I would like rather something like this [gemhead] | [pix_video] | [pix_crop] | [rectangle 4 1.5] | [pix_write

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
Patrice Colet a écrit : Patrice Colet a écrit : chris clepper a écrit : pix_write should just write the pix buffer to a file and not also have pix_snap functionality embedded in it. Unfortunately doing this would break a lot of patches. Maybe pix_image_write would be an acceptable

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
hello, Patrice Colet a écrit : chris clepper a écrit : pix_record on OSX is extremely well tested. I've recorded in excess of one million files with it. I don't know OSX but on windows ( I'm gonna try right now on linux after wgetting and dpkging latest pd-extended) pix_record

[PD] [GEM] pix_image and windows

2008-06-01 Thread Patrice Colet
Hello, I'm encountering a problem with pix_image when I have to use a temporary image, let me try to explain... I use another software (libfprint) that writes automatically an image in a temporary folder, this image is previewed in gem window by a patch that is dynamically created.

Re: [PD] Creating music notation with GEM

2008-07-17 Thread patrice colet
David Powers a écrit : This sounds interesting, I will take a look at it when I get out of work... As far as what improvisors need, I'm working in the more 'experimental' improv scene right now, which means: 1. They won't be playing 'Cmajor7' but rather collections of pitch cells such as (0

Re: [PD] Creating music notation with GEM

2008-07-17 Thread patrice colet
David Powers a écrit : 1. (0 3 5 1 2 4) might make sense for an engineer because zero for him would be the first note, but a musician uses to start with one, not zero. If this notation is for expressing some voicings, that is a lot easier and free to read under jazz notation for a human,

Re: [PD] Creating music notation with GEM

2008-07-17 Thread patrice colet
Just remember I've made an abstraction for that long ago, it won't be as fast as DS but it works and it's attached patrice colet a écrit : David Powers a écrit : 1. (0 3 5 1 2 4) might make sense for an engineer because zero for him would be the first note, but a musician uses to start

Re: [PD] sequencer app for osx

2008-08-11 Thread Patrice Colet
i don't believe it's do-able in Pd, not without a ridiculous amount of work, and i'm too lazy to do the work myself (and if i wasn't, i'd do it from scratch in a different programming language eg Processing or C++, rather than fighting Tcl/Tk). I started a tcl-tk piano-roll project,

Re: [PD] Fwd: Intrepid repo seems to be broken [resolved]

2008-11-08 Thread Patrice Colet
hello, the patch I've provided is a workaround, we still haven't found how to fix this issue. For having pd on intrepid with pd-extended features, I've compiled pd from miller's site (with ./configure --enable-jack --enable-alsa, or just have a look at ./configure --help), I did use tck-tk

[PD] left mouse click abuse

2009-01-02 Thread Patrice Colet
Hello, and happy 2009, I don't know about how to connect objects without using the left click, if there is no way to do this (without using text editor), this is a *feature request*, for painfull fingers and for saving left button's life on cheap laptops. Thanks for reading this.

Re: [PD] left mouse click abuse

2009-01-02 Thread Patrice Colet
number of available keys. cheers Miller On Fri, Jan 02, 2009 at 01:23:21PM +0100, Patrice Colet wrote: Hello, and happy 2009, I don't know about how to connect objects without using the left click, if there is no way to do this (without using text editor), this is a *feature request

Re: [PD] audio I/O Stuck

2009-01-02 Thread Patrice Colet
Hi, I have this audio stucking message on XP when settings are not correct between my firewire soundcard and PureData, there might be something to do on PureData audio drivers for synchronisation, but I've no clue, just make sure that samplerate is the same, and that the buffer size isn't

Re: [PD] Ubuntu vs. ubuntustudio?

2009-01-04 Thread Patrice Colet
Hi, The great advantage of using linux is that we can have a choice of installed applications. If there are many computers to setup and if ubuntustudio is compatible with all the computers, the gain of installing time would be so relevant. On a single computer, I don't see the point of

[PD] BUG found in last release

2009-01-04 Thread Patrice Colet
Hello, the bug is easy to reproduce everytime: 1° open a patch 2° modify something 3° quit PureData 4° Click No 5° Try to enter in edit mode 6° good luck PatCo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

<    1   2   3   4   5   >