Re: [PD] coloring arrays

2011-10-24 Thread João Pais
Pd's data-structures don't have to be allocated as separate items. They can be allocated in array-fashion, as one big block. What I say about Pd's data-structures doesn't apply to array-like types defined in other plugins, such as GridFlow, iemmatrix, iem16, Gem, PDP. In theory, plugins can us

[PD] maximum array display size 2000 points?

2011-10-24 Thread João Pais
our wanted, or just noone had so far made arrays longer than 2000 points? Or is there any flag that I don't know? Best, João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] coloring arrays

2011-10-24 Thread João Pais
yes, a data structures abstraction could make a "enhanced" array. I've made one once which was a step-controlled array in the y axis (which couldn't go outside the box limits as well). You can also look at my object jmmmp/bezier (or the audio version), which does a kind of similar idea, but

Re: [PD] Array Size limits

2011-10-24 Thread João Pais
what I also do is to send the file name to iemlib/soundfile_info, which gives out the file size (for wav files). then I send that value as an argument to -maxsize, and I don't have to worry about how big the sound file is. (except for Mathieu's error, which I hadn't heard about before) OK

Re: [PD] Reason for different keyboard behavior of vanilla numberbox and nbx (Number2)

2011-10-17 Thread João Pais
probably yes, but I don't know which might be as well. I think I've pointed that out some time ago, but it's still the same. Should we make a atom==nbox lobby? Does anyone know what the reason is for the vanilla number box and the nbx (Number2) have different behaviors with re. to keyboard i

[PD] [PD-announce] Pd-berlin meeting next tuesday, 18th october

2011-10-13 Thread João Pais
wiki page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-ann

Re: [PD] [PdCon11participants] RAW Footage access UPDATE

2011-10-12 Thread João Pais
It didn't work on my windows xp, but works on ubuntu 10.10. Nautilus, file, connect to server. Then put the server name and PdCon11 folder in different fields. Hey all, I got it working with an ubuntu 11.04 in a Virtualbox. Still no idea why it doesn't work in my ubuntu 11.04 proper... gr, T

Re: [PD] My library and stuff (filters, oscillators, etc.)

2011-10-11 Thread João Pais
How about adding the mmb library to pd-extended? Done, thanks! .mmb On Mon, Oct 10, 2011 at 12:43 PM, Hans-Christoph Steiner wrote: Sounds like useful stuff. You could also post this to the puredata.info downloads page. We're trying to build it up as the central place to find Pd code.

Re: [PD] Data structure array with last element pointing back to first element

2011-10-03 Thread João Pais
ne implementation while it wouldn't the move the circle at all under the other. hmm, am not really understanding what you mean. but I have to work on something else right now, can't do much more for the time being. João ____ From: João Pais

Re: [PD] Data structure array with last element pointing back to first element

2011-10-02 Thread João Pais
wouldn't it be simpler to compare the value of the 1st point with the last one, without creating the new variables? it's too late now, can't give a concrete example. or, this is a situation where a "change" identifier for arrays would come in very handy (which already exists for loose point

[PD] [PD-announce] Pd-berlin meeting next tuesday, 4th October

2011-10-01 Thread João Pais
page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce _

[PD] error with RME Fireface + Mac Mini

2011-09-29 Thread João Pais
Hi list, a friend who doesn't work usually with Pd is trying out a new system: Mac Mini (around 2-3 years old) OS X 10.6.8 pd-extended 0.42.5 RME Fireface UFX Pd works fine, as long as the input count setting in Pd is set to 16 or less, all inputs work. If I set it to 17 or more, all inputs s

Re: [PD] PD-Launch videos + Miller Puckette's 20-lecture puredata video course??

2011-09-24 Thread João Pais
I would also be looking for that (and still waiting since the last time it was asked in the list). João Hi, I know the documentation of pd-Launch was quite iffy. But perhaps someone could let me know if it's been uploaded anywhere yet and, if so, where to find it. Also, I remember some usb s

Re: [PD] [soundtouch~] pitch shifter for Pure Data

2011-09-22 Thread João Pais
works nice with samples as well, but not with speeds outside the range of 0.6~2. Do you plan on doing a non-live version? (i.e. to play samples) João Works nicely for me on Ubuntu/Maverick :) It would be good to have this object listed in the puredata.info downloads page. Anyone can add th

[PD] pd-ext 0.43: main objects don't load

2011-09-20 Thread João Pais
Hi, I was trying 0.43-ext nightly build (windows). When starting the audiotest patch even the main objects don't load (only atoms). Does anyone know what has to be done so that the vanilla library gets loaded? Joao ___ Pd-list@iem.at mailing list UNSUBS

[PD] Fwd: UKI open call

2011-09-20 Thread João Pais
For anyone around Berlin end of October: --- Forwarded message --- From: "shu lea cheang" To: "João Pais" Cc: Subject: UKI open call Date: Mon, 19 Sep 2011 09:48:08 +0200 U.K.I. live performance LIVE CODE LIVE SPAM (70:00) Special closing night performance

Re: [PD] pd 0.43-1 test 4 released

2011-09-19 Thread João Pais
which .txt file has the list of new features? Is it possible to post a link to it in the website as well? I've seen 41 files in the package, but wouldn't want to go through them all. João Pais Hi all, Pd version 0.43-1 test 4 is available on http://crca.ucsd.edu/~msp/softwa

Re: [PD] drag-n-drop support in Pd-extended (TkDND)

2011-09-19 Thread João Pais
one of the first things to do could be a drag+drop version of openpanel. I suggest to make it with an "take whole canvas" option - so that a file can be dropped anywhere in the canvas, and it's symbol location goes to the relevant patch sequence. Patko and I just got TkDND working on Wind

[PD] I07 vocoder questions

2011-09-19 Thread João Pais
each segment is described). Can someone point me to a place where to make sense of what's happening around? Or I should just go through all the tutorials until I get here? In case it interests to anyone, I've made a local version of the patch, with all v

Re: [PD] new plugin: Ctrl-< and Ctrl-> for cycling thru windows

2011-09-14 Thread João Pais
how about a plugin that lets you see the tree of windows, just as when you ctrl-click (or something) on a patch name in max? I made a quick plugin that lets you cycle thru the open windows in Pd using Ctrl/Cmd-< and Ctrl/Cmd->. It's attached, it should work on all platforms. .hc -- Fried

[PD] [PD-announce] Pd-berlin meeting next tuesday, 20th September

2011-09-13 Thread João Pais
wiki page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-ann

Re: [PD] list interlace ?

2011-09-08 Thread João Pais
[sfruit/list-zip]. or you do some fancy list-drip+mix abstraction. what's the best way to 'interlace' two lists, i.e. turn: 1 2 3 4 and 5 6 7 8 into 1 5 2 6 3 7 4 8 ? thanks, Tim -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jmmm

Re: [PD] Pd on Zire 31 Pda?

2011-09-01 Thread João Pais
thought so. just wanted to see if there was any use to this, before throwing it away or something. It would not be easy. Get an Android device or iThing, it'll be sooo much easier and more useful. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] Pd on Zire 31 Pda?

2011-09-01 Thread João Pais
Hi, I got an old zire 31, and was thinking if it would be possible to put some small pd patches in it. I've seen that Pda only works with linux, and it doesn't seem to be trivial to put an old version of linux on this old pda. So, does anyone have an old pda, and knows how to easily put pd

Re: [PD] [PD-dev] tkwidgets

2011-08-27 Thread João Pais
Btw-- even for the size 1000 array above, part of the cpu usage and sluggishness is caused by whatever computations pd is doing before sending the message to the gui to create the next rectangle (see my message earlier in this thread). So my example isn't exactly comparing tcl/tk speed to pd

Re: [PD] [PD-dev] tkwidgets

2011-08-26 Thread João Pais
tcl/tk behaves very slowly for fast calls, such as when dragging an array of considerable size, or a big group of objects? afaik this is something that could be improved in the present platform, but how better could it be when using another gui framework? It might be a good idea to list the

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-03 Thread João Pais
you could also just take the code of zexy's [symbol2list] object. it does exactly what you describe. You can also use [splitfilename] with [fromsymbol] for that. my Click Tracker (http://code.google.com/p/clicktracker/) uses exactly the 4/4, 7/8, etc. format. If you look for the subpatch [pd

[PD] Pais @ Pure Data Convention 2011 - Concert, Workshop, Paper presentation, organisation

2011-08-03 Thread João Pais
Dear friends, here is a small update about some upcoming events. João Pais (& others) @ Pure Data Convention 2011: 8th-9th August Workshop by João Pais Understanding and being creative with Pure Data’s data structures http://www.uni-weimar.de/medien/wiki/PDCON:Workshops/Data_Struct

[PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-01 Thread João Pais
to do And for everyone else: I would also like to know who will come to my workshop. In case you have time, just send me a small message privately with: - your name - your interests - your experience level Hope to see many of you next week, João Pais -- Friedenstr. 58 10249 Berlin

[PD] Message for Alexandre Torres Porres

2011-08-01 Thread João Pais
favor, entra em contacto comigo o mais rápido possível. João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jmmmp...@googlemail.com | skype: jmmmpjmmmp ___ Pd-list@iem.at mailing list UNSUBS

Re: [PD] number stream in ascending order

2011-07-30 Thread João Pais
I usually use something like [t f f] \ / \/ /\ [- ] , maybe resetting the [-] to 0 when the machine starts oh yes, thanks Jaime... obvious, I think I need more coffee today... :) M On Sat, Jul 30, 2011 at 12:54 PM, Jaime Oliver wrote: just subtract the previous value from the

Re: [PD] Porting PD to Java (feasible with Cibyl?)

2011-07-30 Thread João Pais
I am illiterate in this, but does this project (also from McCormick) relates in any way to yours? http://mccormick.cx/projects/WebPd/ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] [PD-announce] Pd-berlin meeting next tuesday, 2nd August

2011-07-29 Thread João Pais
page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce _

[PD] PDCONV Berlin: List of events + call for participation

2011-07-21 Thread João Pais
ion. For more informations, pleace visit the Berlin events page of the PdConv wiki, http://www.uni-weimar.de/medien/wiki/PDCON:Berlin-events. For any informations, reply to this mail. Hope to count on your participation when in Berlin. Best regards, João Pais

[PD] PDCONV Berlin: Calls for installations + content

2011-07-21 Thread João Pais
Dear Pders: for the Berlin weekend of the Pd Convention, we're announcing the call for installations and content for the premade objects IAMDISPLAY and DISCO KUGEL. For more informations, pleace visit the Berlin events page of the PdConv wiki, http://www.uni-weimar.de/medien/wiki/PDCON:Berlin-ev

[PD] pvoc~ crashing Pd in XP

2011-07-16 Thread João Pais
Hello, I was trying to use pvoc~ in a patch to do some stretching with no pitch change. I wanted to use pvoc~ for this, but even having the object there unconnected was causing Pd to crash (on 2 different computers with Pd-ext and XP). Did something like this ever happened to anyone? Or, do

[PD] [PD-announce] Pd-berlin meeting next tuesday, 19th JULY, not August

2011-07-16 Thread João Pais
As obvious, the next meeting will be next week, JULY, and not august. Thanks, João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce ___ Pd-list@iem.at

[PD] [PD-announce] Pd-berlin meeting next tuesday, 19th August

2011-07-16 Thread João Pais
page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce _

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-07 Thread João Pais
I tried today 0.43, and it didn't work properly. the audio was just noisy, and probably out of rate, as changing the value of the intensity in the test patch made a ramp of a few seconds, instead of ~50ms. And, when the ramp was up, instead of a sinus tone only noise came out. As I was trying

[PD] [PD-announce] Pd-berlin meeting next tuesday, 5th July

2011-07-01 Thread João Pais
page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce _

Re: [PD] Pd-extended for Windows working again and .zip package

2011-06-28 Thread João Pais
28, 2011, at 8:11 AM, João Pais wrote: I had reported this some time ago: http://sourceforge.net/tracker/index.php?func=detail&aid=3167959&group_id=55736&atid=478070 when I need to use the multiface, I still use a version pre-.42 I'm pretty sure ASIO was working OK in 0.4

Re: [PD] Pd-extended for Windows working again and .zip package

2011-06-28 Thread João Pais
I had reported this some time ago: http://sourceforge.net/tracker/index.php?func=detail&aid=3167959&group_id=55736&atid=478070 when I need to use the multiface, I still use a version pre-.42 I'm pretty sure ASIO was working OK in 0.42.5, so that might have been a better workaround ;) _

Re: [PD] Pd performance at TED

2011-06-21 Thread João Pais
Worms are quite nourishing : they are a tremendous source of proteins. http://www.youtube.com/watch?v=QSjPdhK2z5g ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] [PD-announce] Pd-berlin meeting next tuesday, 21st June

2011-06-17 Thread João Pais
page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce _

Re: [PD] file/print function?

2011-06-16 Thread João Pais
t assume an new print settings window, etc, a bit complicated) - tiff or png Best, João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] file/print function?

2011-06-16 Thread João Pais
it complicated) - tiff or png Best, João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] [PD-announce] RISS

2011-06-09 Thread João Pais
*RISS* episode I / TEAR / ACCROC von Phuong Nguyen: Choreographie & Performance João Pais: Musik & Klang Christian Graupner: Konzept & Visuals - Performative Installation / Konzert Uraufführung/ premiere: 11.06. 2011 20:30h Neue Nationalgalerie Berlin Länge / lengh

[PD] [PD-announce] Pd-berlin meeting next tuesday, 7th June

2011-06-02 Thread João Pais
page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce _

[PD] [PD-announce] Pd-berlin meeting next tuesday, 24th May

2011-05-21 Thread João Pais
many people might be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata

Re: [PD] new Pd Tutorial in English

2011-05-15 Thread João Pais
Hi João, I could try do the wiki thing, could you give me any hints how it works? Yes and no. It depends on how you want to structure the whole thing - create a website for it and installa wiki motor, or use an existing structure (puredata.info) to put the info. I have no idea on how to do

Re: [PD] new Pd Tutorial in English

2011-05-15 Thread João Pais
you could put it in a wiki format, then other people could help? are portuguese manuals really that important for brazilians? I think in Portugal people are used to english, and after trying to setup a portuguese version of pd wiki in 2007, I'm still the only portuguese guy who signed up.

Re: [PD] [PD-announce] completion-plugin new version

2011-05-14 Thread João Pais
that's great. don't know if you want to, but I would suggest to copy another useful max feature: when you click on a send or receive object (the same for their audio versions), a pop-up comes up listing how many other objects exist using the same variable, and by clicking in any of these ob

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread João Pais
this also happens on windows XP. I tried to go back the release days to see the last good one, but after too much pd-installing I quit. hello, the latest build doesn't start, some changes in 0.43.1 seems to brake everything, I have to terminate pd from task manager, this happens on windows

[PD] Puckette Lectures?

2011-05-06 Thread João Pais
Hi, while searching for ressources in the http://pd-la.info/ page, I saw the (cool) Pd USB sticks. But what interested me the most was that "The sticks contain videos of all 20 lectures from Miller Puckette’s MUS171 computer music class at UCSD. These videos are a little rough, but they are

[PD] [PD-announce] Pd-berlin meeting next tuesday, 10th May - Data structures introduction

2011-05-05 Thread João Pais
Hello, next tuesday, 10th May, will be the next meeting of Pure Data users in Berlin at NK (http://www.nkprojekt.de/) - Elsenstr. 52, 2HH 2Etage. After some request, a small introduction to data structures in Pd will be given by João Pais. For more information, look up http://puredata.info

Re: [PD] query blocksize?

2011-05-04 Thread João Pais
you can also use [iemlib/iem_blocksize~] to do that. you just need to send it a signal. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear list, there has been some discussion on the pd-dev list about providing an addidional outlet to bang~, which would give the patch's blocksize. Did it ev

Re: [PD] [PD-announce] Streaming pd_LAunch Workshops, today and tomorrow

2011-04-29 Thread João Pais
Can you say if they're being recorded? 19h30 LA time is very late here in central europe. There's a link for a snippet of your conference yesterday, http://www.ustream.tv/recorded/14347285, but it's only ~2 minutes. João http://pd-la.info/pd-launch-schedule/ As part of the Crashspace pd_L

Re: [PD] Data Structures - Delete specific scalar?

2011-04-28 Thread João Pais
Hi, I looked at your sequencer. I didn't play around with it, but I wonder if you are better off using an array instead of X scalars? As I suggested before, you can use a variable to decide if the data is active or not, it's not really necessary to erase it from the patch. Also on the gra

[PD] [PD-announce] Pd-berlin meeting next tuesday, 26th April

2011-04-22 Thread João Pais
mail to info_at_minitronics.net with your name, Pd experience and interests, so that we know how many people might be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João

Re: [PD] [PD-announce] deadline for the PdCon 2011 Call for Papers extended (fwd)

2011-04-17 Thread João Pais
put something on. Why not something like an informal talk in Berlin part? (Maybe should talk to João Pais or the other "PD Berliners" regarding that) or even... A workshop regarding webpd, where we all coded for you (muahahah) [1]. [1] I'd like that, i'm very (theore

Re: [PD] Pd - DSP in a web app

2011-04-13 Thread João Pais
Are you planning on putting the contents of your workshop on libpd online? Or to do an online workshop, where people all around can listen to you? I am not sure what the recording arrangements will be, but if either NYC or LA are recorded I am sure it will be put online. However this is a ty

Re: [PD] Pd - DSP in a web app

2011-04-13 Thread João Pais
forgot to ask: when do you think you might add delay and readsf~ to the libpd objects? would it make sense for you to open up a pd-ext.js file, where non-vanilla objects are coded? João Hi João, On Wed, Apr 13, 2011 at 03:35:18PM +0200, João Pais wrote: Is it possible just to download

Re: [PD] Pd - DSP in a web app

2011-04-13 Thread João Pais
Is it possible just to download this version of ff4? Are you planning on putting the contents of your workshop on libpd online? Or to do an online workshop, where people all around can listen to you? João On Tue, Mar 29, 2011 at 02:07:24PM -0300, Vilson Vieira wrote: And please, don't forg

Re: [PD] Sibilant Detection

2011-04-10 Thread João Pais
there's a video from some presentation, where F Barnknecht presents a patch that does this. he should know what it's called, or maybe it already exists in the rjdj library. you can also train an acoustic model and use it with a voice recognition tool, like julius or sphinx. i have also just

Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine

2011-04-08 Thread João Pais
NY is a couple thousand Km away from Berlin, so I'm for that as well. Also, is pdlib just with pd-vanilla, or is it possible to use externals with it? João Pais I'd like to second that request. Brooklyn's just a few too many miles away from Los Angeles for me to m

[PD] [PD-announce] Pd-berlin meeting next tuesday, 12th april - Guest Marco Donnarumma

2011-04-07 Thread João Pais
g. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-ann

Re: [PD] Data Structures GOP and installing latest PD

2011-04-06 Thread João Pais
re often before spreading it around as I usually do with my other stuff. There's also an old tutorial by F Barknecht around, but I don't know anymore where. João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Data Structures GOP and installing latest PD

2011-04-05 Thread João Pais
just like jonathan said, you can do that with data structures, just add the parenthesis scales to the variable declaration. I just don't leave the limit in, because you can still define extreme positions (for example, controling the points with messages instead of mouse click). João Thanks

Re: [PD] Data Structures GOP and installing latest PD

2011-04-05 Thread João Pais
The other message that does gop is coords. I do not know the complete message but this works [toggle] | [coords 600 600 700 700 1 1 $1( | [s pd-pd-arrayz] [pd pd-arrayz] clicking toggle displays or hides [pd pd-arrayz] I just tried around, and it looks like it does the same as donecanvasdi

Re: [PD] Data Structures GOP and installing latest PD

2011-04-05 Thread João Pais
If you set the canvas size to 1,1 the subpatch shows up about the same size as the default array canvas size. I done some experimenting with ah yes, that makes sense. since I only use the structures in the gop, I never cared about searching it better. setting gop with pd-pdsubpatch and not

Re: [PD] Data Structures GOP and installing latest PD

2011-04-04 Thread João Pais
w useful they can be. João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] sample stretcher?

2011-04-02 Thread João Pais
thanks for your suggestions. I'll continue to research this. it's supposed to be a sampler player that fits samples' lenght into a time code, so no extreme values are necessary. The sounds themselves are a bit harmonic, so that should make things easier, I think. João There is also Phil

[PD] sample stretcher?

2011-04-01 Thread João Pais
n? Thanks, João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] VisualTracker 1 BETA 1 released

2011-03-27 Thread João Pais
Hi, I just looked at the documentation, can't try it now. Seems quite nice, but if you're interested, it could gain a lot from displaying the tracks using data structures. You could also add arrays for envelope editors, etc. etc. João Hallo, I'm happy to announce 5th release of VisualT

Re: [PD] beat onset detector (in style von recycle)?

2011-03-24 Thread João Pais
[bonk~] and write attack times it detects as metadata into text file or array? D. On 3/24/11 2:44 AM, João Pais wrote: Hi, I wanted to ask if someone works/worked with beat detection in style of recycle. That is, a patch that can analyse assymetric audio files (I mean, files with "impro

Re: [PD] The economics of Open source

2011-03-23 Thread João Pais
works, but is a nightmare to figure out, things like 3 overlapping data structures for the account info for no good reason, lots of additions to the code with no refactoring, etc. that's funny, data structures in pd is quite underdeveloped, and apparently there are no signs of becoming better.

[PD] beat onset detector (in style von recycle)?

2011-03-23 Thread João Pais
Hi, I wanted to ask if someone works/worked with beat detection in style of recycle. That is, a patch that can analyse assymetric audio files (I mean, files with "improvised" content), and suggest mark points to where attacks can happen. Afaik, there is no external that does this automatica

Re: [PD] [PD-announce] pd 0.43-0 released

2011-03-23 Thread João Pais
for some reason, starting pd-vanilla resets the horizontal part of my wacom intuos3 tablet to the maximum. but it doesn't change the setting in the wacom setup menu, it still shows being the right one. does Pd interfere with the mouse settings or something? João Hi all, Pd version 0.43-0

[PD] [PD-announce] Pd-berlin meeting next tuesday, 29th March 2011

2011-03-21 Thread João Pais
small mail to info_at_minitronics.net with your name, Pd experience and interests, so that we know how many people might be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João

[PD] Click Tracker - new website and facebook page

2011-03-17 Thread João Pais
ke it! For those of you who already use this program, I hope you like them. For the others, I hope that the informations there might be of interest to you. Best regards, João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -&g

Re: [PD] Sound design forums?

2011-03-17 Thread João Pais
http://puredata.hurleur.com/ Pd forum, covers all the *bold *points very well, very helpful community as is this list. is it possible to get the messages from this forum in a mail, like this list? that's what's keeping me from joining in these days. __

Re: [PD] The economics of Open source

2011-03-15 Thread João Pais
who is getting what. Since Mr. Puckette has (what seems to be) a nice job, I wouldn't worry much with him, but more with other younger developpers who are much busier working in Pd nowadays. If you want to share your wealth, these people should be more in need. João Pais ___

Re: [PD] ftm for Pd? probably not

2011-03-15 Thread João Pais
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 http://ftm.cvs.sourceforge.net/viewvc/ftm/ftm/ftmlib/pd/ http://www.google.ca/search?q=%22ftm%22+%22pd%22 y

[PD] Click Tracker - new website and facebook page

2011-03-15 Thread João Pais
k, go there and like it! For those of you who already use this program, I hope you like them. For the others, I hope that the informations there might be of interest to you. Best regards, João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and ac

[PD] ftm for Pd? probably not

2011-03-15 Thread João Pais
Hi, I guess the answer is no, but just wanted to ask. Since I don't find any clear reference to a Pd port of ircam's ftm library, does anyone know any information about this that isn't public yet? Either about further developments, or the lack of them? Best, João ___

[PD] [PD-announce] Click Tracker - new website and facebook page

2011-03-15 Thread João Pais
k, go there and like it! For those of you who already use this program, I hope you like them. For the others, I hope that the informations there might be of interest to you. Best regards, João Pais ___ Pd-announce mailing list pd-annou...@iem.at

[PD] [PD-announce] Pd-berlin meeting next tuesday, 15th March

2011-03-12 Thread João Pais
mail to info_at_minitronics.net with your name, Pd experience and interests, so that we know how many people might be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João

Re: [PD] Toughts on PD vs. Max stability on macintels on analogindustries.com

2011-03-08 Thread João Pais
Randomly disappearing boxes, and generally, canvas appearance that stops reflecting canvas content — wasn't that a big WINDOWS®-only bug in Pd a few years ago ? No idea what the problem was. Does that still happen to anyone ? I've used Pd 99,% of my time in windows, and don't ever remember

Re: [PD] Toughts on PD vs. Max stability on macintels on analogindustries.com

2011-03-07 Thread João Pais
Randomly disappearing boxes, and generally, canvas appearance that stops reflecting canvas content — wasn't that a big WINDOWS®-only bug in Pd a few years ago ? No idea what the problem was. Does that still happen to anyone ? I've used Pd 99,% of my time in windows, and don't ever remember t

[PD] [PD-announce] Pd-berlin meeting next tuesday, 22nd February

2011-02-19 Thread João Pais
might be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João Pais ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listin

Re: [PD] "select folder" object?

2011-02-16 Thread João Pais
if you get a recent version of pd, go to openpanel's help file. it's possible to tell it now which folder it's supposed to open. I think someone was working on a better version of the open file dialog as well. maybe in .43 will come out. Hi there, I'm a big "openpanel" fan, really...

[PD] [PD-announce] Pd-berlin meeting next tuesday, 8th February

2011-02-04 Thread João Pais
ht be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jmmmp...@googlemail.com |

Re: [PD] Are there alternative means of creating patches besides the graphical editor?

2011-02-03 Thread João Pais
there's also pdlua, which is much easier to build than py. if you want to learn lua, it works well. the package brings some example patches. http://claudiusmaximus.goto10.org/cm/2008-06-19_pdlua-0.5_released.html HI, Morgan Packard wrote: Hello there. I'm interested in using PD. However, a

Re: [PD] standard encoding of pd files in each system?

2011-01-26 Thread João Pais
@João: ... for converting strings (lists of bytes, represented as pd floats) to floats (as in pd floats, a la C strtof() & friends) you can do some sick bad ugly and wrong things using [bytes2any] in conjunction with [locale] (e.g. by dynamically re-setting LC_NUMERIC) ... but maybe that wasn't wh

Re: [PD] standard encoding of pd files in each system?

2011-01-26 Thread João Pais
Pd < 0.43 is probably something like ISO-8859-1 or perhaps UTF-8, Pd 0.43 is UTF-8. UTF-8 or ISO-8859-1 will both be fully ANSI if only the standard ASCII chars are used, i.e. no ü, ã, é, etc. hmm, for my case I'm needing the 256 values in the chart. I'm noticing that there are differences

Re: [PD] standard encoding of pd files in each system?

2011-01-26 Thread João Pais
I convert ascii characters to float with PHP. If you have a patch to convert text inside pd (vanilla) can you send me? what you mean, convert ascii to float? there are several objects for that, for now I'm using [mrpeach/str to_list] or [mrpeach/str to_symbol] ___

[PD] standard encoding of pd files in each system?

2011-01-26 Thread João Pais
Hi, I was curious to know what is the standard encoding of pd files in each operating system. According to Notepad+, in XP is ANSI. Or a followup question, which format is better for pd to read a string of characters and convert it to floats? ANSI seems the be most reliable here where it

[PD] create musicxml or midi files from pd?

2011-01-23 Thread João Pais
Hi, still about the notation subject from a while ago, a question from another perspective. Is there any library that allows to create a musicxml document? I think not, but just wanted to be sure. To create a midi file, I know about midifile. For some reason I didn't find it very reliable

[PD] [PD-announce] Pd-berlin meeting next tuesday, 18th January

2011-01-11 Thread João Pais
small mail to info_at_minitronics.net with your name, Pd experience and interests, so that we know how many people might be coming. Or put your name in the pd-berlin wiki page. We would like to thank the support and willingness of NK in the organization of these events. João

Re: [PD] optimizing big patches

2011-01-09 Thread João Pais
take them out and see the changes. or copy them into a new patch and close the rest. Hello, one question, if i have a big patch with a lot of subpatches, is it possible to know which parts of the whole patch are consuming more cpu resources? Is something like this possible? thanks R. ___

<    1   2   3   4   5   6   7   8   >