Re: [PD] several distributions populate array

2010-04-23 Thread João Pais
[#for 0 10 1] | [# something...] <- put function here | [#to_list] do these objects have a counterpart in Pd? I wanted to avoid using still another version of the program. if you want random distributions, then those are defined in many more parameters than just an average value and an

Re: [PD] margins

2010-04-23 Thread João Pais
I didnt want it to do anything really, just wanted to know what it did... what about those unit pixels thing? when the canvas is not gopped? cheers it basically sets the resolution of the gop. you notice it if you use data structures. or even: create an array, and open the graphical subpatch

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread João Pais
i think it's probably better to do this via a msg so basically there would be commands like: gui-hide-menu gui-hide-scrollbar gui-hide- ... gui-canvas-fullscreen gui-hide-decortion I would second that. just embedded in normal pd programming. Provided this fullscreen feature, (how) do want

[PD] gui devel idea: "kiosk mode"

2010-04-22 Thread João Pais
Hi, just had a thought for a gui development: a runtime mode, feasible for demos or "finished" applications where the user only gets presented with the finished program, and no menus. In opera it's called kiosk mode (http://www.opera.com/support/mastering/kiosk/): all the menus are hidden,

[PD] several distributions populate array

2010-04-22 Thread João Pais
Hi, before I start programming wanted to ask: does anyone knows / has made any patches to populate an array with values? something like "make 10 values between X and Y", being at a constant rate, or following an exponential curve, or with (more or less) random deviations, ... Thanks, Joã

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-22 Thread João Pais
- if you really know what you want, you'll want to design your own patch for that, and won't take any other already made programs - but if you go for it, you'll spend your time programming the mixer, instead of the project you were thinking of in the first place. I would guess that unless someone

Re: [PD] External to get boxes' informations

2010-04-22 Thread João Pais
#2 iemguts are mainly research driven. the only userbase that counts for me, is currently(?) myself. this is unlike other to libraries i provide, like zexy or Gem, where there is an acknowledged userbase, which i feel a responsibility for (e.g. even after major changes of an object's API, i will a

Re: [PD] External to get boxes' informations

2010-04-22 Thread João Pais
for me, iemguts is something highly experimental (e.g. not something most people would use in their everyday life; but of course it's up to the people to chose what they use in their everyday life). more important, what i want to do can be mainly done as an external (even though using private inte

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-22 Thread João Pais
if you need a program to mix tracks in a session, then there's no point in even thinking of programming something like that in pd, just use any of the very good programs around. There is a very simple and oft-overlooked point to reinventing such programmes inside of pd : it gives you a mixing to

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-21 Thread João Pais
that's of course true. but two details are against it: - if you really know what you want, you'll want to design your own patch for that, and won't take any other already made programs - but if you go for it, you'll spend your time programming the mixer, instead of the project you were thin

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-21 Thread João Pais
anyway, whatever I'd say after this, the answer would be that I'm not a good musician, or that pd is not made for me, or even worth, that I don't have a good taste in music, etc... you're being paranoid. and if someone do, you ask them why, in case it's worth it. My conclusion is that

Re: [PD] A bunch of revised help patches

2010-04-21 Thread João Pais
I replaced Pd's patches with yours, to see if slowly something to say comes up. one just did: what's the best way to improve the "related obects" section, send you a message? for example, snapshot~ should have vsnapshot~. and the latter should have sig~, as it is in the former. João

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-21 Thread João Pais
So maybe you need and want a shitty clarinet to achieve the objective you have, maybe you need a quite expensive one. Nevertheless, the point is what you do with it. The clarinetist of one chamber orchestra I've wrote for had to use a 'C' clarinette that sounded like shit to play all the no

Re: [PD] A bunch of revised help patches

2010-04-20 Thread João Pais
Hi, finally I looked a bit at it. I can't say much, but a couple of things: - this is a massive work, it's not possible to go through the patches and give a general opinion. Unless I do replace the pd-ext patches with these ones, and then in a couple of weeks might have something general to

[PD] Pd-berlin meeting next tuesday, 6th April - vvvv Presentation

2010-04-05 Thread João Pais
Hello, in case it wasn't clear yesterday, the presentation by the organizer will be also suited for the Pd users. So, in case you might be interested in visuals and this might interest you, be there at 19h30. After that, we'll carry on with our usual business. best,

[PD] Pd-berlin meeting next tuesday, 6th April - 20h30 instead of 20h

2010-04-04 Thread João Pais
n 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 | skype: jmmmpjmmmp ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-managemen

Re: [PD] A bunch of revised help patches

2010-03-22 Thread João Pais
or contact Hans-Christoph Steiner. I sugest to get them reviewed by a couple of people (I can help), and upload them to svn, to make part of pd-ext. (or even Pd-van, if possible) João Hi list, I have a bunch of revised help patches from the doc folder for pd-extended, plus a little obj

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

2010-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 Pais -- Friedenstr. 58

Re: [PD] From pd file color to cnv message

2010-03-16 Thread João Pais
you can also use my [jmmmp/gui-edit] abstraction, if you want. Thanks, Roman. For a quick solution: I noticed that if you click "compose color" in the "Properties" dialogue for cnv, it gives the RGB values, so I can just plug those into the converter subpatch in cnv's help patch. -Jonathan

Re: [PD] data structures: variable array element + variable resolution?

2010-03-16 Thread João Pais
I had a couple of questions about data structures: - I have an array based on template X. I wanted to make variations on the drawing of that array, by changing a variable in template X. The thing is, I can't access X when it's inside an array. Is there a way to get a pointer to the X templates in

[PD] data structures: variable array element + variable resolution?

2010-03-14 Thread João Pais
operations, I might be able to circumvent the problem by deleting and creating new objects. Afaik it isn't possible to edit an object, it's necessary to cut it and create a new one. Am I correct, or is there a new possibility I don't know yet? Thanks, João Pais -- Frieden

[PD] [PD-announce] Pd-berlin meeting today

2010-03-09 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 Pais -- Friedenstr. 58

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

2010-03-05 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 Pais -- Friedenstr. 58

Re: [PD] integer values

2010-03-02 Thread João Pais
Tue, 02 Mar 2010 02:04:49 +0100, Jonathan Wilkes wrote: --- On Tue, 3/2/10, João Pais wrote: From: João Pais Subject: Re: [PD] integer values To: "volker böhm" , pd-list@iem.at Date: Tuesday, March 2, 2010, 1:06 AM since what you need most is a click/activity detector to trigger y

Re: [PD] integer values

2010-03-01 Thread João Pais
d its possibilities. my impression is, it's good for clicking, but dragging to change multiple values in one go, seems not possible (see my poor example below). On 01.03.2010, at 11:27, João Pais wrote: can you put an example of the patch you're doing? it might be easier to g

Re: [PD] integer values

2010-03-01 Thread João Pais
can you put an example of the patch you're doing? it might be easier to give suggestions in that way. João thanks for your responses. On 28.02.2010, at 15:19, Derek Holzer wrote: You could use a array/table with as many elements as you need sliders, and use [int] to quantize them integers

Re: [PD] another [readanysf~] install-on-ubuntu guide. (was: readanysf~ binary ubuntu?)

2010-02-22 Thread João Pais
I'm sorry readanysf~ is somewhat difficult to install. Actually, compiling [readanysf~] is dead-easy. It's only it's dependencies, that can be tricky. However, if you _know_ that you need to first install some libraries for compiling gmerlin-avdecoder, then this is easy as well. the pr

Re: [PD] jack on through console?

2010-02-22 Thread João Pais
Pd, start SooperLooper and then use aconnect to hook them all together. Would something like this help you? D. João Pais wrote: Hi, actually I don't want to start/stop many times. I just have a complex setup now (jack+jackrack+pd+ardour), and wanted to start them all with one bash command. the

[PD] readanysf~ binary ubuntu?

2010-02-22 Thread João Pais
h a jaunty binary? Don't you want to add readanysf to pd-extendend? It would be used by many more people. Best, João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jm...@gmx.net | skype: jmmmpjmmmp _

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
qjackctl uses jackd as a backend, so you can do what you want without accessing qjackctl at all and just using jackd (whether jackd was started by qjackctl or not). You can manually run jackd with the commands qjackctl would have used by running "sh .jackdrc" If you start jackd in this wa

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.start dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.stop is equivalent to pressing qjackctl's start&stop buttons. hmm, this would be what I want, but it didn't work here (jaunty). any permissions missing? ___

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
dn't it be easier to simply use the "jackd" command? JACK could be started with whatever startup flags you wanted that way, or you could use a .jackdrc file in your home directory to save settings. HTH, D. João Pais wrote: Hi, do you know if there's a way to turn qjackctl

[PD] jack on through console?

2010-02-20 Thread João Pais
Hi, do you know if there's a way to turn qjackctl on through the console? That is, the program is already open, but instead of clicking start or stopp, I wanted to do it with bash commands. Thanks (again), João -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162

Re: [PD] sugestions for a jack eq?

2010-02-19 Thread João Pais
thanks, just tried it. it looks nicer than jackrack, but it uses lots of cpu, even before I connect it with jack or touch any controls. is that your experience as well? João use JAMin (mastering tool). pat -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 684

[PD] sugestions for a jack eq?

2010-02-19 Thread João Pais
m all out. This would be for ubuntu jaunty + headset mic. Thanks, 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@i

Re: [PD] Alias an internal with an abstraction

2010-02-12 Thread João Pais
From: João Pais Subject: Re: [PD] Alias an internal with an abstraction To: "Jonathan Wilkes" , pd-list@iem.at, "Andrew Faraday" Date: Friday, February 12, 2010, 1:35 PM you're doing the conversion anyway with patches saves in text format,right? you could do a sea

Re: [PD] Alias an internal with an abstraction

2010-02-12 Thread João Pais
you're doing the conversion anyway with patches saves in text format, right? you could do a search-replace to find for " t " and replace it with " tt ". just make sure you don't replace more than you want. João Hi Andrew, Thanks, but that doesn't help so much with with the max to pd conv

Re: [PD] vertical column of msg boxes

2010-02-11 Thread João Pais
Another idea would be to make sure the lines are always drawn _behind_ the boxes. but then you wouldn't know if there's one line connected from the top box to the bottom, or the same line activating all boxes. the only clear solution would be patch cables with corners a la max. the one I

[PD] does [shell] work in OsX? - ardour+jack transport patch

2010-02-11 Thread João Pais
n't have a mac, I wanted to ask: - can you try this patch out (it should be interesting for you if you use ardour)? - does the jack section works for you? if not, is it because [shell] doesn't work, or any problem with jack_connect? Best, João Pais -- Friedenstr. 58 10249 Berlin (

[PD] [PD-announce] Pd-berlin meeting next tuesday, 9th Feb

2010-02-08 Thread João Pais
would send us a 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] Ardour + Jack GUI patch

2010-02-07 Thread João Pais
it. Everything else should be clear in the patch. I would also apreciate a screen capture of a macOs version, to see if the GUI looks good enough. Best, João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jm...@gmx.net | sk

[PD] controling jack from pd? (+ ardour transport patch)

2010-02-04 Thread João Pais
thing: I'm working on something that can involve controlling ardour from Pd. For that I'll do a transport patch in Pd, would anyone be interested in this? João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 j

Re: [PD] acquiring information about wav files

2010-01-28 Thread João Pais
there's [soundfile_info) as well, iemlib Hi all I am looking for a way to get information about WAV files in Pd, specifically the number of channels and the number of frames. I know [wavinfo], but it does not seem to work on windows ("error: could not read WAV-header" with any file I could find

[PD] 0.43.0-devel-20100126 small report

2010-01-28 Thread João Pais
Hi, I'm not Pding to much these days, so I can only leave some small details here: - no more crash when I load my startup patch, great - gop works now. maybe one small detail, but not so important: when you go to a gop subpatch and ask for help, instead of opening the subpatch when no helpfile i

Re: [PD] puredata default background color

2010-01-27 Thread João Pais
what about the commands/object you put in some versions ago, will these still be available, or just replaced? João In Pd-extended, look at the top of the bin/pd.tk file for some variables that define the colors. In pd-gui-rewrite/0.43, look in pd-gui.tcl for 'option add' and use those kind

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-20 Thread João Pais
Hi, found the problem that was causing the error message and pd to block, although I don't understand it: I have a main patch that gets loaded with pd everytime. For some reason it was causing this problem. But I can't say now what's causing the problem, because part of the patch is in a GO

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-20 Thread João Pais
Just downloaded today's windows version, and there's no change from the latest version. Am I the only one to whom this happens? can't set "::editmode(.pdwindow)": invalid command name ".pdwindow.c" invalid command name ".pdwindow.c" while executing "$mycanvas configure -background white"

Re: [PD] pd-extended - where to start from?

2010-01-18 Thread João Pais
My point is that there are lots of ideas of how to make this happen, but not enough people leading the effort. I think it has also to do with organisation, and with agreement with the community - that is, avoiding one. It might be eaiser to get things done if you tell people what to do, tha

Re: [PD] pd-extended - where to start from?

2010-01-18 Thread João Pais
Actually, it could happen if someone just does it... I think its more a matter of someone doing the work than anything. you mean, of someone putting all files in a list (as I tried to do), or tagging them (of course, after the tagging process has been discussed ad eternum on the pd-dev list

Re: [PD] pd-extended - where to start from?

2010-01-18 Thread João Pais
there is no complete, up to date list. and until all developers agree to some standard, there won't be. I was the one to put up the flossmanual list page, wich is a smaller version of the file in my pd member page, http://puredata.info/Members/jmmmp. maybe in the next flossmanual sprint t

Re: [PD] recording to array in loop mode?

2010-01-18 Thread João Pais
how do you read the array? just fast, I'm thinking of adding a fade in + fade out. you can put it either before the recording, or after reading it. just depends where it's easier to detect the array's writing/reading point going from xxx to 0. I don't know if Grill's xsample library can hel

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

2010-01-15 Thread João Pais
f you would send us a 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] (0.43) new Window menu with tree view - which plattforms?

2010-01-15 Thread João Pais
There is now a jaunty build. The windows builds aren't that far out of date, and they'll be current once the relevant builds bugs get fixed. I think its currently hung up on some externals. great, next time I boot jaunty I'll try it. 4 days is usually not out of date, but on a phase with

Re: [PD] (0.43) new Window menu with tree view - which plattforms?

2010-01-15 Thread João Pais
Just a small question on plattforms: I have XP and jaunty on my computers. by looking at the latest night-builds, the windows compiled version isn't up to date (I already gave my comments on the 11-01 version), and there's no explicit jaunty package. - will the windows test version be compile

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-12 Thread João Pais
try deleting all the startup-plugins in the "startup/"; i think one of them is buggy. sorry, where is that? I'm not following the discussion, in case that was explained somewhere. path/to/pd/startup, or you might have installed a plugin in previous attempts. The plugin files are called *

Re: [PD] [OT] Sat 30th Jan 2010 - 1 Day Workshop on the Software Usine in Berlin

2010-01-12 Thread João Pais
anyway, sorry again but i thought pd users were open-minded enough to accept an OT thread about another visual/modular (or whatever you call that) audio app workshop (i.e. i never see flaming when somebody mentions pd or max on sc-list) don't worry, some of them (I would say most of them) a

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-12 Thread João Pais
try deleting all the startup-plugins in the "startup/"; i think one of them is buggy. sorry, where is that? I'm not following the discussion, in case that was explained somewhere. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-12 Thread João Pais
just downloaded the latest build for xp. as soon as I click on the pd window, this appears: can't set "::editmode(.pdwindow)": invalid command name ".pdwindow.c" invalid command name ".pdwindow.c" while executing "$mycanvas configure -background white" (procedure "set_cords_by_editmode

[PD] Pd-berlin meeting tomorrow, tuesday, 5th Jan

2010-01-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 jm...@gmx.net |

Re: [PD] 'relocate' message

2010-01-02 Thread João Pais
I'm not using it, but can you simplify the vm geometry comand as well? Is anyone using the 'relocate' message to move/resize windows in Pd? I ask because I want to simplify that code and the message itself in pd-gui-rewrite 0.43. Its currently a very strange format, and it no longer need

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

2009-12-31 Thread João Pais
eople 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-list@iem.at mailing list UNSUBSCRIBE and account-management -&g

[PD] http://puredata.info/community/organization edit

2009-12-17 Thread João Pais
instead of "Organisation". But in general, shouldn't this page be editable like all others? Grüße, João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jm...@gmx.net | skype: jmmmpjmmmp __

Re: [PD] GUI switching control scenes

2009-11-19 Thread João Pais
the only slightly "annoying" stuff is that changing every time the GOP's offset, when you close the patch you are requested to save. Is there a workaround for this? unfortunately not. donecanvasdialog makes the patch "dirty". I've asked for it to be changed, but no reply. you try making pressu

Re: [PD] GUI switching control scenes

2009-11-19 Thread João Pais
another approach could be to make a very big gop with all your different workspaces in it. and then change the canvas offset parameters with [donecanvasdialog ...( to show only the part you have. that would in reality create workspaces in a big canvas. much thanks everybody for pointing out

Re: [PD] GUI switching control scenes

2009-11-19 Thread João Pais
I've done something like that on my gui-edit patch, on [jmmmp/gui-edit] or https://puredata.info/Members/jmmmp/gui-edit/view. but it was a very simple object. what you want is more complex, but maybe you can in some way make the [pos $1 $2( commands for the various setups you want more effici

Re: [PD] Max4Live... How about Pd4Live?

2009-11-15 Thread João Pais
I think you can all forget pd4live. after all, it's a commercial company. When I asked Gerhard about it (a bit as a joke because I knew the answer), he replied something like BLAHGRGAHGAGGGRRG! which doesn't mean that a not-so-deep-but-similar integration can be made, using osc, jack, or wh

Re: [PD] copying one array to another very fast

2009-11-13 Thread João Pais
definitely not mine. it's günther rabl's toolset, ported to Pd by thomas grrrill. hey, all of us are austrians; no nationalism intended. tut mir Leid, war zu faul, um herauszusuchen. nächstes Mal mache ich es wieder falsch, aber nicht mit deinem Namen. __

Re: [PD] copying one array to another very fast

2009-11-13 Thread João Pais
I'm sure that in zmoelnig's (?) VASP there's something to do this. but I can't look at it myself now. I want to copy the contents of one array to another as fast as possible. Basically, I'll load a sound file into an array, and fill a big buffer by concating that soundfile to the big buff

Re: [PD] pow~, etc. in Pd-extended 0.42.5

2009-11-12 Thread João Pais
I don't know how annoying it would be, as I don't use it that often anyway (I usually stick something like that in [expr~]) but what if a little warning message showed up in the Pd window when a patch loads with [pow~], at least in the next release or two? I think that would just help peopl

Re: [PD] Filling an audio array. Question..

2009-11-11 Thread João Pais
maybe my abstraction [jmmmp/array-edit] (in pd-ext) can help you. play around with it, or tell me about something you might want improved. I want to fill an audio array of 1024 samples with two exponential curves, a simple attack and decay envelope. While I can easily create the curves I want

Re: [PD] breakpoints table

2009-11-10 Thread João Pais
simpler. I just took that code from Miller's data structures sequencer example. .hc On Nov 10, 2009, at 7:51 AM, João Pais wrote: data structures must be. eitheir an array with x size and the first half for the top row / 2nd half for bottom row, or 2 arrays/polygons (look at

Re: [PD] breakpoints table

2009-11-10 Thread João Pais
data structures must be. eitheir an array with x size and the first half for the top row / 2nd half for bottom row, or 2 arrays/polygons (look at HC's solitude). Hi Frank, yes, "tendency mask" is definitely what I'm after, however I would like to graphically create the mask rather than wo

Re: [PD] breakpoints table

2009-11-10 Thread João Pais
have never heard of it. Just curious if anyone else has tried this before I have a go: A table in which I can make an arbitrary number of breakpoints, for both the top and bottom part of the range. See attached image for clarity. The idea is that I can use the top set of breakpoints as the uppe

Re: [PD] how to nqpoly? - dynamic event polyphony & nqpoly5 + 6

2009-11-10 Thread João Pais
Maybe you don't need any poly-clone at all? What you describe sounds as if a simple pool of objects could serve you just as well. E.g. with voice.pd you I was coming slowly to that conclusion. maybe I could also do without a dynamic voice creator, probably I won't be using that many voices.

[PD] working version of nqpoly6?

2009-11-10 Thread João Pais
7 0 (canvas->message) connection failed Or: how many inlets/outlets should the original patches have? João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49 162 6843570 Studio +49 30 69509190 jmmmp...@googlemail.com | sky

Re: [PD] [PD-announce] nusmuk audio

2009-11-10 Thread João Pais
do you plan on putting all these materials (this and other ones you launched) in pd-ext? (in case they're not there already) João Pais hello, i packed few bit of code into a lib aimed to improve audio synthesis quality within Pure Data. This collection incorporates the best band li

[PD] more details on pd-0.43-devel-win

2009-11-10 Thread João Pais
Hi, I downloaded on the 8th the newest version. Small report: - find and find string (without matching whole word) work well - window redrawing (or whatever that makes the sliders appear/disappear) is better, but still there. now it happens only if a) the window had sliders showing and b) the po

Re: [PD] tab-abs

2009-11-09 Thread João Pais
some self-fitting waveforms can be found on jmmmp/array-edit. if you want more general wavetypes, tell me which, or give me formulas. the vasp library can work as tab-abs. you just need to cope with the syntax. Hello, I think this has been proposed before, so maybe I've missed it. Is the

Re: [PD] how to nqpoly? - dynamic event polyphony & nqpoly5 + 6

2009-11-09 Thread João Pais
Depening on what kind of polyphonic patch you want to do, there are some newer alteratives to nqpoly4. hi, some more development about this. I've been trying the rjlib, and I think it doesn't suit me. what I have are events with x duration (as example between .1 - 5 sec), which are fed par

Re: [PD] how to nqpoly?

2009-11-09 Thread João Pais
Depening on what kind of polyphonic patch you want to do, there are some newer alteratives to nqpoly4. If you want to polyphonize a simple midi instrument that accepts pitch/velocity pairs with [makenote] syntax, I'd recommend u_makepoly from the rj library. To polyphonize oneshot instrume

[PD] how to nqpoly?

2009-11-09 Thread João Pais
time for now) Thanks again, 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 UNSUBSCRIBE a

Re: [PD] Research delay

2009-11-09 Thread João Pais
tself. Maybe a clamp microphone attached to the instrument (which kind of saxophone?) would be the better choice. Although if the hall is big enough, a normal mic should also work. João Pais Hello, I'm making a diploma work and need help from community like this to assure that my work

Re: [PD] Pd-list Digest, Vol 55, Issue 120

2009-11-04 Thread João Pais
I'm a friend of Enrique Tomás, I was there to work with him on a performance of our trio.] João Pais ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] smartphone advice

2009-11-03 Thread João Pais
how about control? I was hoping of in the future perform in the middle of the room with a htc magic (or something) controlling my patch on the laptop in the stage. is osc already available in all these platforms? Everything works but audio input and output, but that's in the works. Extern

Re: [PD] [OT] advice about low budget multichannel hardware configs

2009-11-01 Thread João Pais
Good question here- this work is about creating excessive chatter and doesnt rely on a fixed phase and sync'ed clocks so the inexpensive options you mentioned would be welcome. I should have mentioned this part in my first post. if it's that simple, how about burning the result as tracks, and pl

Re: [PD] what is the purpose of following options on canvas properties?

2009-11-01 Thread João Pais
and to do better all those things Frank said (which are quite useful), you can send a donecanvasdialog message to the patch window, with all these parameters in a funny order. I'm not sure if there's an explanation patch in the manuals. I am having a hard time understanding what is the pur

Re: [PD] life as a new media artist

2009-10-30 Thread João Pais
es (classical/modern/film music). it's not very well paid, but I can maintain my lifestyle for the time being (single guy sharing a flat with no family), and now and then buy equipment. although in the future I'll have a lousy pension for sure. João Pais Hmm, I see. Looks like we

[PD] More on pd-ext-devel on windows

2009-10-29 Thread João Pais
sor above/below. And something strange just happened: I installed the latest version of 42.5 again, and the tcl/tk properties' dialogs are also with very small font size (like the path window before). Best, João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob

[PD] alsamidi with .pdsettings?

2009-10-29 Thread João Pais
Hi, I'm trying to start pd with -jack -alsamidi, to connect my bcf+2000. but when I do that, pd opens 2 ports, instead of 1. is it possible to have pd starting with alsamidi with only 1 port? Thanks, João Pais -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +4

[PD] pd.43-dev test on windows

2009-10-27 Thread João Pais
Hi, another snippet of information: data-structures' colors only get properly displayed when they're accessed (clicked, etc.). when the patch is loaded / out of edit more, the colors are all a bright blue. except black, that's in order. I'm speaking only about arrays here. hmm, maybe you

Re: [PD] OSC

2009-10-27 Thread João Pais
Btw, is oscroute better than normal route? That is, are there advantages it's something different. in doing the routing in osc, besides just outside osc? (relatively to where osc is concerned, not about patching after/before osc) an OSC message is "/bi/ba/bo 1 2 3". with [route] you can stri

[PD] Problem using vasp in jaunty

2009-10-27 Thread João Pais
object: Operation not permitted vasp ... couldn't create Is there a way to fix this, or do I need to build / something else? Is it possible to put vasp in Pd-ext? I think it would make sense, because it's a very handy library. Best, João Pais -- Friedenstr. 58 10249 Berlin (Deutsc

Re: [PD] OSC

2009-10-27 Thread João Pais
Hi, is there any clear place which describes the advantages of this package with the old osc objects? I still use the old ones, but for very simple operations. Btw, is oscroute better than normal route? That is, are there advantages in doing the routing in osc, besides just outside osc? (

Re: [PD] wacom external on os x

2009-10-14 Thread João Pais
Actually, I was wondering something else too, Thomas or others who use a wacom tablet on macs. Do you keep it as a pointer device, or is there a way to turn this off? In linux, I was able to just disable it as a pointing device so it was solely a controller in pd. can you post instructions

Re: [PD] Report on Pd-0.43.0-devel-windowsxp-i386.exe on windows xp

2009-10-14 Thread João Pais
- alt-[key] doesn't work on menus? alt-f should make file menu open Does that work on other versions of Pd? the only other version I have is vanilla 0.42-5. guess what, it doesn't work as well. probably it never did. would it be part of the job now to make it work? - text editor doesn't

Re: [PD] wacom external on os x

2009-10-14 Thread João Pais
I think some information was on this thread, http://lists.puredata.info/pipermail/pd-list/2009-05/070202.html. Or just go to him directly. Hi list, I switched to mac. Now I'm trying to get my tablet working somewhat like my setup in linux land. Thomas Grill wrote an object for OS X usi

[PD] Report on Pd-0.43.0-devel-windowsxp-i386.exe on windows xp

2009-10-14 Thread João Pais
Hi, I installed the version on the title, and started doing some work with it. Here is a list of issues, big and small, as I go along: - lots of extra calls in the console while doing normal actions (new file, etc. etc.). won't list them all, I guess it might be a debugging thing. - alt-[key] d

Re: [PD] Question about object categorizing

2009-09-26 Thread João Pais
No, I know exactly what the relevancy is, I just don't enjoy it. First, a person tells himself/herself «it would be better if there were categories». Then the person looks for characteristic features of the elements to be categorised, so that categories can be made. Those features have to be eas

Re: [PD] Question about object categorizing

2009-09-26 Thread João Pais
Just move the relevant objects to whatever category you think they belong, or reorganize the entire thing and change the categories. Then put it in the patch tracker on sourceforge. I've attached a reformatted version of the intro patch, if you want to use it as a template. I added s

Re: [PD] nightly build of Pd-devel aka Pd-gui-rewrite

2009-09-21 Thread João Pais
which version is the rewritten one? Last night there was the first successful Mac OS X nightly build of the pd-gui-rewrite branch with the whole -extended lib set. The Ubuntu nightly has been running for a while now. The Windows build should start showing up today or tomorrow. http://a

<    1   2   3   4   5   6   7   8   >