Re: [PD] sample stretcher?

2011-04-08 Thread patko
hello, thank you for sharing this, but, is there a version that doesn't need a plethora of dependencies? - Ed Kelly morph_2...@yahoo.co.uk a écrit : There's an abstraction that makes use of Ben Saylor's pvoc~ object in the metastudio 0.3 But I made an easier-to-use version for my

Re: [PD] What version of GEM should I use with pd 0.43-0 vanilla

2011-04-07 Thread patko
of patch developpers to provide cross platform externals and libraries but the job of the external developpers. On 4/7/11, patko colet.patr...@free.fr wrote: pd binary needs msvcr71.dll to load gem certainly because it has been compiled with visual studio, it's funny because when

Re: [PD] What version of GEM should I use with pd 0.43-0 vanilla

2011-04-06 Thread patko
pd binary needs msvcr71.dll to load gem certainly because it has been compiled with visual studio, it's funny because when it was about using cygwin to compile things, we stopped because we had to add cygwin-1.dll... anyway just copy and paste msvcr71.dll to your vanilla bin dir and it should

Re: [PD] Latest pd-extended 0.43 autobuild on WinXp

2011-04-04 Thread patko
- jm jones juan...@gmail.com a écrit : I just installed 0.43 in windows 7 64 bits. I have a problem with Asio. I have a soundcard with his own asio driver, if I choose asio in pd it doesn't works. Any idea how to configure it? thanks -- Juan Manuel Jones Same here but

Re: [PD] [PD-dev] integrating pdlua into Pd-extended

2011-03-27 Thread patko
Hi, I also tried with matju to link gem.dll, with no successfull results, apparently it depends on characters surounding function names we get with pexport, maybe you will have better result with liblua.dll http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/existingDLL.html

Re: [PD] [PD-dev] integrating pdlua into Pd-extended

2011-03-27 Thread patko
Yes, and it's possible to build an import library from the dll with using dllwrap or dlltools, following the link I've posted - Hans-Christoph Steiner h...@at.or.at a écrit : Looks like it needs an 'import library' .hc On Mar 27, 2011, at 1:49 PM, patko wrote: Hi, I also

Re: [PD] Compiling Pd external using Codeblocks on Windows

2011-03-20 Thread patko
hello, what is the advantage of using codeblocks for compiling pd and externals? Why not just using msys like explained in puredata.info tutorial? - J bz jbee...@gmail.com a écrit : Hi peeps, Wondering if anyone has experience of using Codeblocks to compile an external for Windows?

Re: [PD] ftm for Pd? probably not

2011-03-16 Thread patko
I looked into the wrong folder, it's into build/pd folder indeed, and well documented - IOhannes m zmölnig zmoel...@iem.at a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/16/2011 01:46 AM, patko wrote: There is a makefile but for OSX only. there used

Re: [PD] ftm for Pd? probably not

2011-03-15 Thread patko
There is a makefile but for OSX only. - João Pais jmmmp...@googlemail.com a écrit : I thought I remembered that it had been part of a Pd Convention, but apparently, it wasn't the case. Anyway, it's easy to find this : http://iem.at/projekte/publications/paper/ftm/ftm.pdf

Re: [PD] Polyphony and granular synthesis, etc.

2011-03-10 Thread patko
it's still possible to use multiplexing for passing list of integers, like for RGB values of graphical objects or you can store parameter values in arrays and pass indexes through [poly] - Phil Stone pkst...@ucdavis.edu a écrit : Peter, You are correct that [poly] imposes a MIDI-like

Re: [PD] Polyphony and granular synthesis, etc.

2011-03-10 Thread patko
Thanks, everyone. So, patko, I gather poly alone should work -- I'd just multiplex messages, so long as there are two arguments? Yes it's possible to pass an huge number to poly object, and then polypoly, that would be the result of multiplexed values. For example if you need 7 bit

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread patko
the properties dialog box, that's a bit annoying because the patch isn't supposed to save changes. I hope I've been clear enough with this problem. - Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: Allright I've understood, to make it clear, if graphme = 0

[PD] data structure array not mouse editable

2011-02-19 Thread patko
Hello, I'd like to draw array with data structures that is not mouse editable, and I've seen it's possible to do such thing by drawing array of array. From what I've understood by reading the archives, this is not really an intended behavior. So I'd like to know if this behavior will stay

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: When the donecanvasdialog message has been sent to my subpatch in runtime, if I close the patch I have a message appearing for saving changes in the patch, like if I used the properties dialog box

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread patko
, 19 Feb 2011, patko wrote: - Mathieu Bouchard ma...@artengine.ca a écrit : That might have been the reason why I used the coords method instead. where this method is documented? In the source code

Re: [PD] data structure array not mouse editable

2011-02-19 Thread patko
I've just seen that an array of array is now mouse editable so is there an option to make an array not mouse editable, or to disable mouse edition of x or y or w? - patko colet.patr...@free.fr a écrit : Hello, I'd like to draw array with data structures that is not mouse editable

[PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
Hello, I'm wondering why this argument is missing, any idea? -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? in properties dialog box there are settings we can handle with donecanvasdialog message where arguments can

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: - Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? in properties dialog box

Re: [PD] gridflow 9.13 for windows?

2011-02-17 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : I reuploaded the package as http://gridflow.ca/download/packages/gridflow-9.13-win32-i386.zip I only changed the README. Okay, could you tell me if you are changing the sources, for having #from_pix working for example, I'm trying

[PD] [gridflow-win32] feedback_fractal crashing

2011-02-17 Thread patko
the crash seems to come from this object: #X obj 80 277 #store here is the gdb message Program received signal SIGSEGV, Segmentation fault. 0x68738763 in probe () at c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:462 462 { return

Re: [PD] [gridflow-win32] feedback_fractal crashing

2011-02-17 Thread patko
the attached patch show how it crashes if both #store has a #for with same dimensions it doesn't crash, but when dimensions are different, here come the bug - Mathieu Bouchard ma...@artengine.ca a écrit : On Thu, 17 Feb 2011, patko wrote: the crash seems to come from this object

[PD] gridflow 9.13 for windows?

2011-02-08 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : Actually, can you tell me again which was the exact version of gcc you had used for building 9.12 ?... gcc-3.4.5-20060117-3 -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] gridflow 9.13 for windows?

2011-02-08 Thread patko
Why do we have to put dll into windows/system32 instead of pd/bin? I don't like to move things to system32, this afternoon i had to fix a problem involved by a library sitting there. - Mathieu Bouchard ma...@artengine.ca a écrit : On Wed, 8 Dec 2010, patko wrote: This should

Re: [PD] gridflow 9.13 for windows?

2011-02-08 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Wed, 9 Feb 2011, patko wrote: Why do we have to put dll into windows/system32 instead of pd/bin? I don't like to move things to system32, this afternoon i had to fix a problem involved by a library sitting there. Because I used

Re: [PD] [PD-announce] four more fractal videos, and reposting the two previous ones

2011-02-04 Thread patko
Salut, ça passe sur le navigateur et c'est très joli, est-ce que tu as essayé aussi en 3D, en passant sur Gem? - Mathieu Bouchard ma...@artengine.ca a écrit : On Mon, 31 Jan 2011, jurgen wrote: I was attempting Quicktime 10 as the default player in Firefox. I'll try VLC thanx.

Re: [PD] Am I alone?

2011-02-03 Thread patko
- Jonathan Wilkes jancs...@yahoo.com a écrit : --- On Wed, 2/2/11, patko colet.patr...@free.fr wrote: no one would be actually ridiculous by generating music with brain (Can you say that about chicken dance?). I chose the example of the Chicken Dance exactly because

Re: [PD] Am I alone?

2011-02-02 Thread patko
Music is something we can have permenantly in the mind, and this is actually hidden from anyone point of view, no one would be actually ridiculous by generating music with brain (Can you say that about chicken dance?). Tools have been developped to reproduce this music for sharing a

[PD] [PD-OT][Is: Re: Am I alone?]

2011-01-30 Thread patko
you guys are really funny, not right, not wrong. I don't deny that some people could be frustrated because they don't really understand electroacoustic music, but this kind of answer is at same level of psychology. ;-) youtube.com/watch?v=fgILndlspps - Derek Holzer de...@umatic.nl a

Re: [PD] [PD-announce] [Pdmtl] two more gridflow fractal videos

2011-01-30 Thread patko
I can't read them with QuickTime embeded player - Mathieu Bouchard ma...@artengine.ca a écrit : On Mon, 31 Jan 2011, jurgen wrote: your links to the videos seem to be broken. They aren't, they point to the correct files. However, your movie player might be unable to decode them.

Re: [PD] IP address in windows?

2011-01-29 Thread patko
? Because i have XP but the friends i'm writing the game for have 7 of vista. Pierre 2011/1/29 patko colet.patr...@free.fr Hello Pierre, you can get ip adress with windows cmd In pd-extended there is [flatspace/popen] object for that, you need to create a file called

Re: [PD] Am I alone?

2011-01-29 Thread patko
loool well, I use to think like you, but you should think about the people that has invented many stuff like vocoder that is now used a lot in commercial craps ^^. Also many composers has made pieces that sounds like a mix of baby toys, but at the same time they develop technology that is now

Re: [PD] IP address in windows?

2011-01-28 Thread patko
Hello Pierre, you can get ip adress with windows cmd In pd-extended there is [flatspace/popen] object for that, you need to create a file called 'getip.bat' containing those lines: @echo off for /F usebackq tokens=14 %%i in (`ipconfig ^| find /i IPv4`) do echo %%i and then you can grab the

Re: [PD] [PD-announce] new gridflow fractal

2011-01-26 Thread patko
génial! :) - Mathieu Bouchard ma...@artengine.ca a écrit : http://gridflow.ca/gallery/koch_polygon.mov fun with 768-sided polygons. ___ | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC

Re: [PD] problem conecting PD and (multi chanel) alesis multimix 18... works on Max.

2011-01-16 Thread patko
Hello Oliviera, are you on windows? It seems there is a win32 problem with last portaudio release used in pd-extended, it should work with pd pd-vanilla 0.42 or maybe 0.43 I didn't test it yet. - Pedro Lopes pedro.lo...@ist.utl.pt a écrit : Multichannel soundmixers ARE multitchannel

Re: [PD] problem conecting PD and (multi chanel) alesis multimix 18... works on Max.

2011-01-16 Thread patko
oh didn't see it, sorry - Pedro Lopes pedro.lo...@ist.utl.pt a écrit : He's using OSX I´m using OSX on mac On Sun, Jan 16, 2011 at 3:42 PM, patko colet.patr...@free.fr wrote: Hello Oliviera, are you on windows? It seems there is a win32 problem with last portaudio release

Re: [PD] [PD-dev] is there a way for an object to detect whethere its inlet is connected to something

2010-12-27 Thread patko
hello, it's usually done in a patch by using [switch~] best - Ivica Ico Bukvic i...@vt.edu a écrit : Hi all, I guess subject says it all. For the sake of efficiency I am hoping to detect whether an inlet is connected to anything and if so to perform its signal-based operations.

Re: [PD] drag and drop files in pd ?

2010-12-22 Thread patko
functionality. .hc On Wed, 2010-12-22 at 23:44 +0100, patko wrote: Hello, I've just tested the 2.2 dll release of tkdnd, it seems the method has changed, and figured it out by reading this doc: http://www.ellogon.org/petasis/tcltk-projects-mainmenu-38/tkdnd-mainmenu-39/tkdnd-man

Re: [PD] drag and drop files in pd ?

2010-12-22 Thread patko
. but good to hear it works in Windows at least, and its supposed to work in Mac OS X now. .hc On Thu, 2010-12-23 at 02:27 +0100, patko wrote: It just drag a file icon from explorer to pd patch and it create the box on the patch, nothing more. I can't capture my windows screen, it's a boring

Re: [PD] mailing list

2010-12-13 Thread patko
Hi, the ones that don't like trolling or critics should use brain to relativize, instead of using emotions like in despotic societies. - jurgen noise@gmail.com a écrit : I personally found your suggestion to ydegoyon to unsubscribe if he's not happy extremely violent and

Re: [PD] mailing list

2010-12-13 Thread patko
- ALAN BROOKER alan.brooker2...@gmail.com a écrit : Would like to explain just how useful and constructive ydegoyon's previous comment was in that “there are only three collaborators and you call that a community”? What is the point is saying that? You must agree it is a comment to

Re: [PD] new license for pidip and unauthorized WAS: pd-pidip into Debian

2010-12-12 Thread patko
it's not playlist~ that has been windozified by Krzysztof Czaja, it's Scrolllist. He has been murdered by sevy since he did that or what? - ydego...@gmail.com a écrit : it could not be all code is heavily unix-bounded you had good LSD? sevy Derek Holzer wrote: I had two

Re: [PD] getting fft values in .txt and then resynthetize

2010-12-11 Thread patko
Hello, what about adding each window packet in [textfile]? they would be separated by a semi-colon, then you could detect semi-colon in your other software... But why don't you communicate with this other software by using sockets? - ronni montoya ronni.mont...@gmail.com a écrit :

Re: [PD] gridflow 9.13 for windows?

2010-12-08 Thread patko
from what I've understood. Actually I'm trying to resolve an ASIO issue on pd-extended/Vista if someone else could flag this, that would be great. - Michal Seta m...@artengine.ca a écrit : Hi Patko, Would you mind sharing somehow a binary build of a recent gridflow version? I am

Re: [PD] gridflow 9.13 for windows?

2010-12-08 Thread patko
...@iem.at [mailto:pd-list-boun...@iem.at] De la part de patko Envoyé : 8 décembre 2010 10:45 À : m...@artengine.ca; pd-list Objet : Re: [PD] gridflow 9.13 for windows? Hello MiS, I'm actually sharing this archive, with a binary compiled in november, and will make another one in a few

Re: [PD] gridflow 9.13 for windows?

2010-12-08 Thread patko
a little correction, I have error 9997 from portaudio in ms-dos console - patko colet.patr...@free.fr a écrit : I'm using RME fireface asio, I don't know what is the problem, it's running on pd-vanilla but not on pd-extended - Caecos mddem...@hotmail.com a écrit : What is your

[PD] ASIO not working with RME fireface and pd-extended 0.42-5

2010-12-08 Thread patko
been reported from time to time of some forum) I cannot help. Marc -Message d'origine- De : patko [mailto:colet.patr...@free.fr] Envoyé : 8 décembre 2010 15:07 À : Caecos Cc : pd-list Objet : Re: [PD] gridflow 9.13 for windows? a little correction, I have error 9997 from

[PD] [pd-ot][was plugin~] look what is a professional tool

2010-12-02 Thread patko
Hello, this topic is a little bit old, but I really want everyone to know what is a professional tool, I guess you haven't got this at home: http://www.harrisonconsoles.com -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Musical notation object on Pd

2010-11-15 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Wed, 10 Nov 2010, patko wrote: particulary Xi for flûte, http://james-ingram-act-two.de/stockhausen/Xi/sxia1l.html I just noticed the parts in IPA (phonetic alphabet). [y] [ø] [œ] First time I see those on a score

Re: [PD] Musical notation object on Pd

2010-11-11 Thread patko
Just remembered these anecdotical pieces http://megalego.free.fr/pd/scoregame/ it's old and ugly, but you might get fun, and it's topic related. no need for externals, works better on vanilla, the pd-extended interface isn't able to handle this as fluid as vanilla -- Patrice Colet

Re: [PD] Musical notation object on Pd

2010-11-10 Thread patko
we can have a few examples in here: http://james-ingram-act-two.de/stockhausen/stockhausenScores.html particulary Xi for flûte, http://james-ingram-act-two.de/stockhausen/Xi/sxia1l.html he use exactly the same notation shown in your preview picture, thank you for showing it. Those are

Re: [PD] Musical notation object on Pd

2010-11-08 Thread patko
Not all, if you follow the fourth cycle you don't have a B bécarre but a C flat - Mathieu Bouchard ma...@artengine.ca a écrit : On Mon, 8 Nov 2010, Caio Barros wrote: - wich note I want in wich way. suggestion: [accidental 1 0 1 0 0 meaning c-sharp, e-flat, f-sharp, a-flat and

Re: [PD] Musical notation object on Pd

2010-11-08 Thread patko
Hello, we dont put accidental alterations to armature, we usually put it before a note, and eventually in parentheses. http://fr.wikipedia.org/wiki/Alt%C3%A9ration_%28solf%C3%A8ge%29 - Mathieu Bouchard ma...@artengine.ca a écrit : On Sun, 7 Nov 2010, jancs...@yahoo.com wrote: You

Re: [PD] Musical notation object on Pd

2010-11-08 Thread patko
The armature could be set by telling which scale is played from C major 0 then is no alteration, let says we follow the fifth cycle, then 1 would be one sharp, and then G major, 2 two sharps and then D major, etc, when we arrive after F sharp we come to bémols, so 7 would be like -6 the D bémol

Re: [PD] Musical notation object on Pd

2010-11-08 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Tue, 9 Nov 2010, patko wrote: Hello, we dont put accidental alterations to armature, we usually put it before a note, and eventually in parentheses. Hello, I'm talking about which armature should be considered implied when

Re: [PD] drag and drop files in pd ?

2010-11-07 Thread patko
hello, the drag'n'drop tcl command is implemented for opening pd files, if you are curious look for this code in pd.tk: catch { package require tkdnd dnd bindtarget . text/uri-list Drop { foreach file %D {open_file $file} } } you will need to install tktdnd lib to try

[PD] gridflow-9.13 on win32 [was: Re: Musical notation object on Pd]

2010-11-07 Thread patko
Hello, it looks like we can have real score display on pd! Last svn release of gridflow was successfully compiled on win32 after three modif... lgamma_r function isn't implemented on mingw so I've just removed it from numop1.cxx, maybe it's possible to grab it from ruby sources and add it

Re: [PD] Musical notation object on Pd

2010-11-07 Thread patko
- Caio Barros caio.bar...@gmail.com a écrit : About the scale, do you have problems with midi note? I believe this would be the most compatible with other functions. 2010/11/7 Mathieu Bouchard ma...@artengine.ca Hi, I just made a slider for a musical note on a stave, but I haven't

Re: [PD] dub chords in Pd

2010-10-31 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Fri, 29 Oct 2010, brandon zeeb wrote: To Roman's suggestion, this works well. For the sake of your speakers and DSP chain, I'd add a [clip~ -1 1] to the end of that to be safe, and place that combo both right before the

Re: [PD] How to: different channels with noteout ctlout (pd ableton)

2010-10-27 Thread patko
Hello, unfortunately it's not possible to select MIDI port from [noteout] or [ctlout], it's possible to do it with [midiout] but I'm not sure it would work on other OS than linux. Anyway, what about just using different MIDI channels? It works very well. - Jeffrey Concepcion

Re: [PD] bpm counter

2010-10-20 Thread patko
Hello, I'm working on a bpm counter for soundfiles only, and get an high percentage of good results with little drums loops. This patch detects only binary rythms, maybe it will be possible to make this realtime... - L.J. potaxpo...@gmail.com a écrit : before building something that's

Re: [PD] tempo from qlist

2010-10-10 Thread patko
hello, you can set delay between messages, and set a ratio in qlist inlet, for example you write 1/4 notes at 500ms your piece would be about 120bpm, then if you send 0.5 to qlist inlet it will play at 60bpm patko - mark edward grimm mgr...@syr.edu a écrit : sorry i asked this before

Re: [PD] tempo from qlist

2010-10-10 Thread patko
You might be interested by this project: http://megalego.free.fr/pd/patko/list-sequence/list-sequence.zip - patko colet.patr...@free.fr a écrit : hello, you can set delay between messages, and set a ratio in qlist inlet, for example you write 1/4 notes at 500ms your piece would

Re: [PD] [PD-dev] vinylcontrol~

2010-10-03 Thread patko
hello, this crashes on last vanilla release, win32 6.0 - Jean-Yves Gratius jygrat...@club.fr a écrit : Hi I just compiled vinylcontrol for windows, but I did'nt test it with real vinyl. Please try this (see attachment) J.Y.G P.S. In order to compile it , i had to slightly

Re: [PD] Newbie question about global tempo, metro

2010-09-28 Thread patko
hello, - jm jones juan...@gmail.com a écrit : 2010/9/24 patko colet.patr...@free.fr:  I would put the metro value as an abstraction variable, like $1,  but protect it by using $0 of main patch as a variable too. it would give sommething like [freq-seq $0 500], then the values

[PD] find tempo

2010-09-28 Thread patko
Hello, I'm looking for tricks or abstractions for finding the tempo of polyphonic musical sentences. I'm planning to use several instances of [bonk~] with settings that matches patterns from at least eight differents spectrum bandwidthes, following some algorithms described in this paper:

Re: [PD] Newbie question about global tempo, metro

2010-09-24 Thread patko
hi again, forgot to put the link http://megalego.free.fr/pd/patko/list-sequence/ ciao - patko colet.patr...@free.fr a écrit : Hello, - jm jones juan...@gmail.com a écrit : Hi, Im learning pd, making my first patch. I'm reading Johannes Kreidler book loadbang, but I want

Re: [PD] how to create a sound like this?

2010-09-23 Thread patko
guess another way would be to use sinesum to pre-gen a table for [tabosc~] a. On Wed, 22 Sep 2010 17:42:28 +0200 (CEST) patko colet.patr...@free.fr wrote: This one uses only oscillators following harmonics - Andy Farnell padawa...@obiwannabe.co.uk a écrit : You could

Re: [PD] how to create a sound like this?

2010-09-23 Thread patko
a little correction, then it would mean something...:) Using a table would be lighter in memory, and for cpu. But the idea is about modulating amplitude of each partial separately through time. how this could be done with [tabosc~]? - patko colet.patr...@free.fr a écrit : Using

Re: [PD] how to create a sound like this?

2010-09-21 Thread patko
Hello, this sounds like a reversed splash cymbal with a long echo, By simulating cymbals with oscillators for example, the sound spectrum's richness could be modulated for getting the same effect we have on reversed attacks, which has a very specific sounding. - ronni montoya

Re: [PD] [#spigot]

2010-09-17 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Thu, 16 Sep 2010, patko wrote: Hello, since I'm trying to deal with vanilla on vista, (still same problem about pd.dll, need to figure out how to compile with MSVC, because it's not possible with mingw, without a lot of changes

Re: [PD] Pd-extended 0.42.5 release candidate 6 released!

2010-09-17 Thread patko
Konichiwa, Windows in itself is very crappy, it's not really about multimedia, almost everything isn't good on this platform, maintaining a list of crappy things on windows would just be a waste of time. Just stop removing fresh air from windows users when they can find in it applications

Re: [PD] [#spigot]

2010-09-16 Thread patko
gridflow right now, but will let you know if I get it working... - Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 26 Jun 2010, patko wrote: hello, is there a way to redim a grid following a map of zeroes and ones? there is now [#compress] in GF 9.12 starting tonight. see

Re: [PD] function not found in pd.dll from last pd-vanilla win32

2010-08-19 Thread patko
Why PureData isn't a Portable Executable encapsulating all libraries? I don't really understand why the exe and the the libs are separated into a DLL or a static lib - Mathieu Bouchard ma...@artengine.ca a écrit : On Thu, 19 Aug 2010, IOhannes m zmoelnig wrote: On 2010-08-19 04:23,

[PD] function not found in pd.dll from last pd-vanilla win32

2010-08-18 Thread patko
Hello, gridflow doesn't load at startup, because it can not find canvas_setgraph in pd.dll, if I look up with my text editor, I can find this symbol into libpd.a, but not in pd.dll, while the text editor find this symbol in both files from last pd-extended, I wanted to know if there is

Re: [PD] detect character in a symbol?

2010-08-07 Thread patko
Hi, - João Pais jmmmp...@googlemail.com a écrit : Hi, a quick question: I wanted to detect a character in a symbol, in order to route that symbol in a different way. Afaik, there is no object that does that, have you tried [any2string] ? so the only way would be to decompose

Re: [PD] Line comportments.

2010-07-30 Thread patko
This one compute remaining time for finishing a broken ramp just to make something complete - Olivier Baudu lamouraupeu...@gmail.com a écrit : Hi, I noticed different strange comportments with [line]. 1) When I send, for exemple, [100 1( to a [line] for the second time the

Re: [PD] change list order according to their first element

2010-07-28 Thread patko
...@artengine.ca wrote: On Tue, 27 Jul 2010, patko wrote: I've been in need of such trick lately you might be interested about it. The following mail exposes a method using gridflow http://lists.puredata.info/pipermail/pd-list/2010-06/080330.html BTW, that's a number-only solution

Re: [PD] change list order according to their first element

2010-07-28 Thread patko
with the [$1 4 #( message, where $1 is the length, before sorting it. delivre* -- Patrice Colet * créole haïtien - patko colet.patr...@free.fr a écrit : Hello, using [list length] is a good idea, I also use [list prepend] to prepare a gridflow message for rows number like

Re: [PD] change list order according to their first element

2010-07-27 Thread patko
Hello, I've been in need of such trick lately you might be interested about it. The following mail exposes a method using gridflow http://lists.puredata.info/pipermail/pd-list/2010-06/080330.html hascinna -- Patrice Colet - Libero Mureddu libero.mure...@gmail.com a écrit :

[PD] help browser on windows 6.0

2010-07-13 Thread patko
Hello, would anyone mind about this bug? help browser only work if I change pd.tk file like this: http://sourceforge.net/tracker/download.php?group_id=55736atid=478070file_id=359956aid=2937855 this come from a closed topic I submitted six monthes ago on sourceforge. -- Patrice Colet

Re: [PD] software license for pd general patch?

2010-07-06 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Tue, 6 Jul 2010, João Pais wrote: that's the same thing. then you'll be loosing time by typing a score which has always the same rhythm/tempo. better put a metro with a mod, and you have it. the music for which the program is

[PD] delay time changing

2010-07-05 Thread patko
Hello, using [del] class object for sequencing events, I'm looking for a similar object that would change delay time also for event that has already occured, like a tempo change. A patch is attached for demonstrating what I'm looking for -- Patrice Colet #N canvas 0 0 660 300 10; #X obj

Re: [PD] delay time changing

2010-07-05 Thread patko
- Frank Barknecht f...@footils.org a écrit : Hi, On Mon, Jul 05, 2010 at 08:59:37PM +0200, patko wrote: using [del] class object for sequencing events, I'm looking for a similar object that would change delay time also for event that has already occured, like a tempo change

[PD] pix_invert crash

2010-06-30 Thread patko
Hello, how can we invert greyscale images without crashing with win32 version? or is there an object that convert greyscale to RGB? -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] pix_invert crash

2010-06-30 Thread patko
- IOhannes m zmoelnig zmoel...@iem.at a écrit : On 2010-06-30 20:23, IOhannes m zmoelnig wrote: On 2010-06-30 19:39, patko wrote: Hello, how can we invert greyscale images without crashing with win32 oh, and before reporting, you might also want to make sure that you have

Re: [PD] send midi to another program in windows? (not with [midifile])

2010-06-30 Thread patko
Jack works good here on vista, but there is no MIDI, or I didn't find it. Isn't jack midi interface for ALSA only? - Pedro Lopes pedro.lo...@ist.utl.pt a écrit : There's jack for windows[1]... I'd like to see that working (maybe Ill give a go here) [1]

Re: [PD] [#spigot]

2010-06-27 Thread patko
) Patrick On Sat, Jun 26, 2010 at 6:16 AM, patko colet.patr...@free.fr wrote: hello, is there a way to redim a grid following a map of zeroes and ones? example [5 1 # 99 100 101 103 104( | [#t ] | \ |[# 100] | \ [#spigot] | [#print] prints dim[3

[PD] [#spigot]

2010-06-26 Thread patko
hello, is there a way to redim a grid following a map of zeroes and ones? example [5 1 # 99 100 101 103 104( | [#t ] | \ |[# 100] | \ [#spigot] | [#print] prints dim[3]: 101 103 104 something like that ++ -- Patrice Colet ___

Re: [PD] Fwd: l'franglais, et éventuellement de retour à PureData...

2010-06-26 Thread patko
- Pierre Massat pimas...@gmail.com a écrit : I apologize in advance for all those who don't speak french... En tout cas je ne vois pas bien l'intérêt d'avoir une interface traduite, étant donné que le coeur de Pd se trouve dans les patches, et qu'il est à peu près impensable d'espérer

Re: [PD] [#store] grid index

2010-06-25 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Fri, 25 Jun 2010, patko wrote: I'd like to use also this thread to expose another problem, it's about to get how [#for 1 3 1] works, it often outputs this message: dimension mismatch: from:Dim[] to:Dim[1] step:Dim

[PD] Fwd: [#store] grid index

2010-06-25 Thread patko
- Mail transféré - De: patko colet.patr...@free.fr À: Mathieu Bouchard ma...@artengine.ca Envoyé: Vendredi 25 Juin 2010 12h55:48 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [PD] [#store] grid index - Mathieu Bouchard ma...@artengine.ca a écrit

Re: [PD] [#store] grid index

2010-06-24 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Wed, 23 Jun 2010, patko wrote: using gridflow for sorting lists, [#grade] over a 1D grid give me a level value for each imported list, by using the first element extracted from the list, and all the lists are stored in a two dim

[PD] [#store] grid index

2010-06-23 Thread patko
Hello, using gridflow for sorting lists, [#grade] over a 1D grid give me a level value for each imported list, by using the first element extracted from the list, and all the lists are stored in a two dim grid. Now how can I use those level values like indexes for outputting each list

Re: [PD] plugin~ external

2010-06-14 Thread patko
- João Pais jmmmp...@googlemail.com a écrit : music. My job is to be a musician, it's what I studied all my life. I know that in some countries that doesn't count as a job, but on some others it does. (what I do sometimes to pay the rent isn't my desired job, but a compromise so

Re: [PD] plugin~ external

2010-06-14 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Sun, 13 Jun 2010, patko wrote: - Mathieu Bouchard ma...@artengine.ca a écrit : or Psychic TV, I didn't know they made industrial music. Do they ? All I have from them is acid house and satanic funk. You should listen to older

Re: [PD] plugin~ external

2010-06-14 Thread patko
- patko colet.patr...@free.fr a écrit : - Mathieu Bouchard ma...@artengine.ca a écrit : classify it, and the live version of it that I found sounds like a totally different song in a different style. It would have been more appropriated to speak about Throbbing Gristles

Re: [PD] plugin~ external

2010-06-13 Thread patko
it has nothing to do with apparences, you are using puredata and making money, but it's not really a job, like web developper, or teacher, or sound engineer, ... I'm using a Fender Stratocaster and making money as well, it's a good guitar, but no one use to say: man, the fender stratocaster

Re: [PD] plugin~ external

2010-06-13 Thread patko
- Jonathan Wilkes jancs...@yahoo.com a écrit : There are naughty pieces by Mozart that have survived the ages, regardless of past Mozart scholars who have excluded them from their catalogues of the complete works of Mozart. It may have been ignored for a bit, but the cult of genius

Re: [PD] plugin~ external

2010-06-12 Thread patko
- cyrille henry c...@chnry.net a écrit : Le 12/06/2010 06:13, patko a écrit : - ydego...@gmail.com a écrit : true, only someone wanting to take over should override some basic pd objects no? Because some pd basic objects doesn't work very good. ?? which one

  1   2   >