Re: [PD] problem windows installer 0.41 release

2009-06-24 Thread Lorenzo
added or want to keep like in the extras directory etc.) Kind regards, Lorenzo. Marco Donnarumma wrote: Yes, thx Hc, usually it's like that, but infact in my attempts I turned off everything could make problems and avoided all this tiring details, but no way... In the meanwhile i re

Re: [PD] help_random/seed

2009-07-06 Thread Lorenzo
Maybe this may be of interest: http://www.random.org/sounds/description/ Kind regards, Loerenzo IOhannes m zmoelnig wrote: Andrew Faraday wrote: I'm fairly sure that [snapshot~] doesn't generate random numbers, but marks the current point of an audio signal. indeed Although this whole

Re: [PD] playing a sample / mac

2009-07-09 Thread Lorenzo
but most of them are cranky too, in that they never seem to know what I want to do with them ;) If you're on Linux I guess you may be interested in the [readmind] object part of the 'telepathy' package. It's left inlet takes values from [hid] connected to a USB mind-reader (you can get one on

Re: [PD] curly braces { } in pd ?

2009-07-10 Thread Lorenzo
doesn't always freeze if it doesn'tbut something strange happens. See attached patch. Kind regards, Lorenzo #N canvas 433 90 450 424 10; #X obj 181 117 + 1; #X obj 148 39 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X obj 148 146 mod 126; #X floatatom 147 198 5 0 0 0 - - -; #X obj 192 230

Re: [PD] curly braces { } in pd ?

2009-07-10 Thread Lorenzo
syntax and then pass the created file through a script which corrects it. Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] key and keyup question

2009-07-12 Thread Lorenzo
this is system dependent, I see this on Linux (ubuntu 9,04 - Pd 0.41.4-extended-rc1) Thanks, Lorenzo #N canvas 445 367 475 207 10; #X obj 35 113 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X floatatom 35 166 5 0 0 0 - - -; #X msg 56 112 0; #X obj 68 138 + 1; #X obj 35 138 f 0; #X

Re: [PD] key and keyup question

2009-07-13 Thread Lorenzo
was a little biased by previous experience with the homonym objects in MAX). I guess a similar scenario (many possible keys together) is games where the user may be pressing more keys at once (say a 'fire' key kept down while 'moving' keys etc.). Kind regards, Lorenzo

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread Lorenzo
Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Could you expand a little on writing externals with python please? Thanks, Lorenzo

Re: [PD] PLEASE REMOVE MY ADDRESS FROM THE PD-LIST

2009-07-16 Thread Lorenzo
Hi Andrée, To unsubscibe you can use the link which comes in every email from the list ;) Go to this page: http://lists.puredata.info/listinfo/pd-list Then scroll down to the end of the page there is a field and a button unsubscibe or edit options. Click it and you're done. Bye, Lorenzo

Re: [PD] video interviews from Montreal online

2009-07-20 Thread Lorenzo
For instance you could do a very straightforward: ffmpeg2theora *.mov for processing all mov files in a directory. That should reduce the size to about 15 % of the original with a very good quality/size ratio. Kind regards, Lorenzo Frank Barknecht wrote: Hallo, hm, ogg theora would

Re: [PD] making scales from frequency values

2009-07-21 Thread Lorenzo
/techtalk-physicalmodeling.htm) Kind regards, Lorenzo. Andrew Turley wrote: The ratios are maintained because you're multiplying (I'm not quite sure what you mean by even out). But yes, you could also convert to MIDI and then use addition, and then convert back to set the oscillator. Six of one

[PD] New -batch command line option in version 0.42

2009-09-02 Thread Lorenzo
that process soundfiles through Pd patches. This seems indeed very interesting, and opening new unexpected perspectives for pd. Is there any further documentation/discussion/example? I only found a brief description in x5.htm in the documentarion. Thanks, Lorenzo

Re: [PD] computer music WAS: Re: Pd at a livecoding event on the BBC

2009-09-03 Thread Lorenzo
. Kind regards, Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Indexed array selection

2009-10-11 Thread Lorenzo
Hi Fred, The list-abs library has an object [list-idx] which might be useful. It's pretty easy to use. Kind regards, Lorenzo. Fred Smith wrote: Hello Folks - I know there must be an easy way to do this, but I'm having terrible trouble figuring it out. Is there an easy way to use

[PD] jack_transport~ little patch:rewind

2009-11-12 Thread Lorenzo
maybe the author is on this list? Attached is the diff. Kind regards, Lorenzo. 105a106,114 // This adds a simple way to rewind unsing jack_transport_locate static void jack_transport_rewindwer(jack_transport_tilde_t * x) { if (!x-x_jack_client) return; jack_transport_locate(x

Re: [PD] jack_transport~ little patch:rewind

2009-11-12 Thread Lorenzo
wish I had searched better (or maybe asked here first). I think |locate 0( is better and more general, and yes ability to seek is also very useful. Btw will this get at least into the Extended version for Linux? I'm sure it's really useful form many users. Bests, Lorenzo

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

2009-11-19 Thread Lorenzo
what additional stuff is needed rather than vanilla, especially for slightly bigger projects. Kind regards, Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Advice on how to handle latency in linux with Pd, jack and ardour

2009-12-03 Thread Lorenzo
welcome. Kind regards, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Advice on how to handle latency in linux with Pd, jack and ardour

2009-12-22 Thread Lorenzo
welcome. Kind regards, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Advice on how to handle latency in linux with Pd, jack and ardour

2009-12-26 Thread Lorenzo
for this. Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Retrieving MIDI Notes out of MIDI Numbers

2010-01-12 Thread Lorenzo
documentation... I also have a slightly different version have a look if it may be of interest. Bests, Lorenzo PS: You'll need zexy for this one, it comes with extended. #N canvas 370 133 594 544 10; #X floatatom 46 82 5 0 0 0 - - -; #X obj 46 126 mod 12; #X obj 341 152 div 12; #X obj 341 208 - 1; #X

[PD] 'synced' number and slider

2010-01-15 Thread Lorenzo
This seems trivial but I've never managed to figure out how to do it in a non-trivial way: Have a number (atom) and a slider (be it horizontal or vertical) which are 'synced', that is if one changes the number the slider changes and vice-versa. Lorenzo

Re: [PD] 'synced' number and slider

2010-01-15 Thread Lorenzo
ahh set that was it, right! thanks :) Lorenzo Original Message Subject: Re: [PD] 'synced' number and slider From: cyrille henry c...@chnry.net To: Lorenzo lsut...@libero.it CC: pd-list@iem.at Date: 15/01/2010 15.16 hello atom [set $1 slider [set $1 s to atom should work c

Re: [PD] 'synced' number and slider

2010-01-17 Thread Lorenzo
this explicitely. iemguis just help to make this simpler. Nice. It was a point about the iem gui objects I was missing/overlooking. Bests, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2010-01-18 Thread Lorenzo
in this case the sample in the loop and the beginning of the loop) you would be hearing a click even with the most perfect set-up and this is likely to happen if you are filling the array live. Regards, Lorenzo ___ Pd-list@iem.at mailing list

Re: [PD] acquiring information about wav files

2010-01-29 Thread Lorenzo
there's [soundfile_info) as well, iemlib In fact... And here's an 'unpacked' version of the help ;) 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

[PD] appending array(s)

2010-02-05 Thread Lorenzo
if something else exists. All the best, Lorenzo. #N canvas 300 114 552 494 10; #X obj 117 -60 inlet; #X obj 200 90 s \$2; #X obj 171 -6 arraysize \$1; #X msg 200 65 resize \$1; #X obj 117 199 f 0; #X obj 146 199 + 1; #X obj 117 117 until; #X obj 195 294 f 0; #X obj 224 294 + 1; #X obj 116 389

Re: [PD] shouldn't message boxes work as gui elements?

2010-02-08 Thread Lorenzo
slightly different without the send and possibly with gui-customization options like other guis (colour, font etc).. In the end more like a button. Bests, Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] Deleting arrays

2010-02-16 Thread Lorenzo
a more finesse way of doing this though?) Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] triggering audio

2010-02-18 Thread Lorenzo
friends... I'm sure a look at their help patches will get you going. Bests, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Pd-extended 0.42 WinXP: Increase browser, path and startup font size

2010-02-18 Thread Lorenzo
the size? Thanks, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Pd-extended 0.42 WinXP: Increase browser, path and startup font size

2010-02-19 Thread Lorenzo
it out. Roman On Fri, 2010-02-19 at 08:23 +0100, Lorenzo wrote: Hi list, I installed Pd 0.42.5-extended-20100214 the other day on this XP machine and only now I've noticed that the fonts in the help browser (as well as startup and path) window are.. well.. very tiny (even for my short

Re: [PD] Pd-extended 0.42 WinXP: Increase browser, path and startup font size

2010-02-22 Thread Lorenzo
tomorrow's build and see if it works for you. I just replaced the pd.tk in 0.42.5-extended-20100219 and the problem is solved. Thanks, Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd

Re: [PD] Playing soundfile via array

2010-03-12 Thread Lorenzo
for it (it least with my installation on Gentoo)? In this case the samplerate of the file is important. You could use [tabread4~] with a [line~] after calculating the needed length for the [line~] Have a look at the attached patch for an idea.. all the best, Lorenzo. #N canvas 92 93 691 480 10; #X

Re: [PD] Pd, Max/Msp, Reaktor, Plogue Bidule... How do these compare?

2010-03-17 Thread Lorenzo
personal view. Regards, Didit All the best, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] video of Pd Workshop for 11 year olds

2010-03-18 Thread Lorenzo
Here's a video of a Pd workshop I taught with 11 year old kids in New York. It was amazing how they picked it up and had so little fear to experiment: http://eyebeam.org/press/media/videos/an-introduction-to-electronic-soundscape-design .hc Nice job. Lorenzo PS: One mac per student

Re: [PD] Playing soundfile via array

2010-03-19 Thread Lorenzo
Hi meino, meino.cra...@gmx.de wrote: Hi Lorenzo, sorry for answering your posting that late...I was very busy last time and have no chance to pure data :) at all. No problem I know what you mean ;) Thank you very much for the patch! I tried it. The console say, that the sound file

Re: [PD] Max Smoother Audio than Pd?

2010-03-29 Thread Lorenzo
Well I must give a +1 to all the members of this list for being so civil, constructive, polite and friendly. The answers one usually get to that kind of subject are much less friendly. Who wants smooth, curvy, creamy, glossy, mild, silky audio anyway? Happy - rough - Pd to all :) PS: I guess

Re: [PD] pd.exe as a virus

2010-03-31 Thread Lorenzo
or writing to community. All the best, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd.exe as a virus

2010-04-06 Thread Lorenzo
Hello Colet, colet.patr...@free.fr wrote: Hello Lorenzo, do you have something like this in your computer: Program Files\Pop up Blocker\pd.exe Actually I do not suffer that problem myself anyway I imagine the original sender will find the information useful. Lorenzo. ? Or maybe

[PD] external search precedence

2010-04-13 Thread Lorenzo
one (havn't got a clue how to compile it as I have no mac). So I thought of a .pd 'fallback' for mac users. The idea is that opening the patch on a mac will use the .pd version otherwise the platform specific binary. Thanks. Lorenzo ___ Pd-list

Re: [PD] pd.exe as a virus

2010-04-14 Thread Lorenzo
a false-positive notification to the antivirus vendor. Lorenzo Martin Ricardo Dueñas Parada wrote: Thanks for the answers, of course it is solved adding an exception to AVG. Just wanted to know if there was a reason maybe related to the executable. I tried to add a FAQ entry, but I can´t find

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

2010-04-16 Thread Lorenzo
) and improve what they don't like - Switch to some other greater, uhm.. smother :), software End of Friday rant ;) Best to all, Lorenzo. Oh, wasn't the metaphor clear, really? nope well, no problem, here you go then... once more... there you go We don't care to know

Re: [PD] Do not use OSCx. Use mrpeach's externals instead

2010-04-21 Thread Lorenzo
now) Obviously maintaining deprecated libraries is needed for compatibility, but what's the usual 'life' of deprecated stuff in Extended before it actually gets removed? I mean .x releases, major release? Just curious. Lorenzo ___ Pd-list@iem.at

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

2010-04-22 Thread Lorenzo
Mathieu Bouchard wrote: On Thu, 22 Apr 2010, João Pais wrote: 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

Re: [PD] gui devel idea: kiosk mode

2010-04-23 Thread Lorenzo
://lorenzosu.altervista.org/pd/gem%20gui/ Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] FLOSS translation into French

2010-04-29 Thread Lorenzo
the FLOSS manual which, of course, is about FLOSS manuals ? Sorry, couldn't resist :) Lorenzo. I think you will have to request the new manual to be created on the fm-discuss list: http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net However it would be good to wait until

Re: [PD] book to start with pd

2010-05-12 Thread Lorenzo
Gonzalo wrote: hi, is there a good book to learn audio foundations and pure data? i only know about loadbang book... I enjoyed this one quite a lot: http://aspress.co.uk/ds/ thanks for the tips. gonzalo. ___ Pd-list@iem.at mailing list

Re: [PD] timebang inlet

2010-05-13 Thread Lorenzo
anything. The attached patch should solve the problem. Lorenzo thanks! --- main_old.c 2010-05-13 10:34:41.769033234 +0200 +++ main.c 2010-05-13 10:34:09.281531060 +0200 @@ -30,7 +30,7 @@ #define MAX_TIMES 256 /* maximum number of times to process */ static char *version = timebang v0.2

Re: [PD] realtime chopping of a sound file

2010-05-18 Thread Lorenzo
and share the patches if you are interested. Kind regards, Lorenzo. Ciao ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] netreceive and XMLHttpRequest

2010-05-26 Thread Lorenzo
Hi list, Anyone ever managed to connect to Pd (on localhost) via XMLHttpRequest froma web page? If not any web development guru who has any idea? Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] script src='mypatch.pd' type='text/puredata' ?

2010-05-28 Thread Lorenzo
Very interesting work! The concept of a pd html 'element' for general 'sound generation' on the web is great! Keep it up. Lorenzo PS: I'm sure you also know about this (unfortunately pretty dead): http://www.dtic.upf.edu/~malonso/pdplugin/ http://mccormick.cx/dev/webpd/tests.html For sound

Re: [PD] new patch position on windows xp

2010-06-01 Thread Lorenzo
one some 15 lines down, so that changing the second one to something like wm geometry $name 300x250+0+35 seems to improve things.. but I'm sure it's terribly hacky, breaks something else and not at all elegant - i.e. tk gurus' wisdom still appreciated :) Thanks, Lorenzo

Re: [PD] [PD-announce] where is poetry

2010-06-03 Thread Lorenzo
Correa Diego wrote: excuse me the question, but, where is poetry in pure data? Here? Diego -- http://labormedia.cl/algoritmia ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce

Re: [PD] puredata.org?

2010-06-09 Thread Lorenzo
Frank Barknecht wrote: Hi, On Tue, Jun 08, 2010 at 12:21:23PM -0500, Ben Baker-Smith wrote: puredata.org resolves to this for me: http://i50.tinypic.com/2rm5kec.jpg Yes, that's *exactly* the one I got yesterday as well! So I'm not crazy! :) Anyway today all is fine here again, so it

Re: [PD] problems with an outburst recorder

2010-06-10 Thread Lorenzo
with virtually no limit. Yes: look at [makefilename] and attach a counter to it something like [f 0]X[+ 1] | [makefilename sleeprecord%02d.wav] This will generate sybols sleeprecord00.wav, sleeprecord01.wav etc. at each bang at the [f] Good luck, Lorenzo. Thanks for helping a newbie! Olivia

Re: [PD] play mp3 file and create graphical front end interface

2010-06-14 Thread Lorenzo
Anyway if the underlying logic is not particularly funky (as in the case of an mp3 player) I guess any gui with sockets can be used to control Pd, no? Lorenzo. ah yes, how can i forget processing and osc. Thanks for the suggestion guys. I've worked with Processing+Pd using OSC for my last

Re: [PD] list etiquette

2010-06-15 Thread Lorenzo
and a 'newbie' on something (especially in the FLOSS world!) I find most people on here (even the 'pros') very welcoming and firendly. Lorenzo Andras ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

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

2010-06-17 Thread Lorenzo
no Ubuntu lucid build right? Lorenzo. On Jun 16, 2010, at 4:04 AM, Marco Donnarumma wrote: I'm probably missing something but I can't install a rc3 .deb package on ubuntu jaunty 9.04. Karmic and Lucid packages complain about Libmagick++2 and Hardy about liblame0. I already have on my machine

Re: [PD] ttf-stream-vera dependency

2010-06-30 Thread Lorenzo
and didn't give me any problem till now. In case, feel free to ask more if I can help you. Bests, Lorenzo Matteo Sisti Sette wrote: Hi, Thank you for your replies. My dependency problems now are not related to fonts any more. Now the main problem is libmagick++1. I have found and installed

Re: [PD] pd with pulse?

2010-07-27 Thread Lorenzo
as: padsp pd[extended] -oss -audiobuf 80 -noadc padsp is actually a pulseaudio OSS wrapper. Of course your mileage may vary... For example on my system I have to suppress audio input (-noadc) to have this working and bring latency up a bit. Ciao, Lorenzo. 2010/7/26 patrick pured...@11h11.com

Re: [PD] Hi, new user. Question about max/msp and PD

2010-09-14 Thread Lorenzo
, Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] metadata in pd

2010-09-16 Thread Lorenzo
' were able to export marker information (e.g. name time-stamp) to a simple text-file usable in Pd? Do you think this would fit the scenarios you mentioned? Lorenzo. Ed Metastudio 3 for Pure Data - Free download at: http://sharktracks.co.uk/puredata - Original Message From: ronni

Re: [PD] what happen to Pd on June 8th?

2010-09-17 Thread Lorenzo
the browser/download agent OS or the downloaded file type? http://sourceforge.net/projects/pure-data/files/pd-extended/0.41.4/stats/os?dates=2010-06-08+to+2010-06-08 Lorenzo 2010/9/17 Hans-Christoph Steiner h...@at.or.at mailto:h...@at.or.at It actually seems to be Linux users from

[PD] [OT] how many [your favourite os here] users does it take to screw in a light bulb? [WAS]: Re: Pd-extended 0.42.5 release candidate 6 released!

2010-09-18 Thread Lorenzo
João Pais wrote: how many linux users does it take to screw in a light bulb? None: Someone hacked a Perl script in 1992 using vi to do it and it still works. :P Lorenzo 3 full time people, plus the help of online pages in the internet, and lots of hours going around forums and chats

Re: [PD] the Pope likes Pd-extended 0.42.5

2010-09-21 Thread Lorenzo
Dominic Pflaum wrote: Perhaps I'm missing something here, but am I the only person who finds a whole load of swastikas kind of offensive? If I missed a joke it didn't seem that funny anyway. Agreed over here :/ On Sun, Sep 19, 2010 at 4:57 AM, ydego...@gmail.com mailto:ydego...@gmail.com

Re: [PD] I'm on unix, I'm much better than windows users! (was Pd-extended 0.42.5 release candidate 6 released!)

2010-09-21 Thread Lorenzo
[many] wrote: [something] If you want to use Windows, use Windows, if you like OS X, use that. And if you use Linux, well, you are on the right side... HEHEHE. Lapalissian... I would say :) Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] GUI speed

2010-09-28 Thread Lorenzo
(yet simple) proof of concept of external GUI (qt, gtk, whatever) + Pd... Wish I had the time right now :) Lorenzo fgmas IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Shuffling arrays

2010-10-04 Thread Lorenzo
cyclone feeding a [tabread]. Lorenzo Help would be appreciated Andrew ___ Pd-list@iem.at mailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Latency under Linux/Jack (again...)

2010-10-12 Thread Lorenzo
... Otherwise it is usually *quite* stable. Lorenzo Of course jack run with -R. I repeat I don't have any problem to run application with really good latency: yesterday, I forgot to increase buffer as I worked on a 96000Hz Ardour session... I noticed I was working at 5ms I/O after one hour recording

Re: [PD] PD panner

2010-10-13 Thread Lorenzo Sutton
release (a max/msp version is also in the works) but the pd version is fully working. Lorenzo. Pagano, Patrick wrote: Hello I was wondering if someone has a multi channel sound panner that I can test with pd. I want to have 4 separate sounds [MONO] be panned to differing channels in pd from

Re: [PD] PD panner sample question

2010-10-14 Thread Lorenzo Sutton
to convert from samples to milliseconds and you could use that for a [line~] I had created the small attached abstraction to assist me in this kind of stuff. Lorenzo pp ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] bpm counter

2010-10-19 Thread Lorenzo Sutton
L.J. wrote: before building something that's already there, has anyone done a working bpm counter in pd? Are you actually talking about a metronome? Like a metro that takes bpm instead of milliseconds? In that case just feed a [expr 60/$f1*1000] to [metro]'s right inlet, no? Lorenzo

Re: [PD] reverb in pd

2010-10-20 Thread Lorenzo Sutton
nice... but much depends on what you want to do and, of course, personal taste. Lorenzo Thanks R. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Shifter~ Object for Linux?

2010-11-03 Thread Lorenzo Sutton
] Where [path to m_pd.h] is the directory where m_pd.h is, easily found doing locate m_pd.h. In my case (on ubuntu with pd-extended) it's /usr/include/pdextended/ but that may vary I think. Good luck, Lorenzo. Thanks! Pierre ___ Pd-list@iem.at

Re: [PD] Musical notation object on Pd

2010-11-04 Thread Lorenzo Sutton
to these programs, for example to do the algorithmic assisted composition stuff). Not sure if anything of this makes sense to you. Lorenzo Caio Barros wrote: Hello guys. I've been dreaming about an object that would display musical notation and output data (like midi numbers for instance). I

Re: [PD] dbtorms + friends and negative dB values

2010-11-09 Thread Lorenzo Sutton
also makes sense.. maybe a [dbtorms2] to keep retro-compatibility and laziness. Lorenzo So please pd developers, change this or give a good reason for not taking lessons from history. Best whishes, Matthias ___ Pd-list@iem.at mailing list

Re: [PD] settings on Ubuntu

2010-11-15 Thread Lorenzo Sutton
stuff. If this is the case they can get stable .deb package for all recent versions of ubuntu here: http://puredata.info/downloads (be sure to get pd-extended!) or autobuilds here: http://autobuild.puredata.info/auto-build/ Hope this helps. Bests, Lorenzo I scanned HC's page

Re: [PD] beginner's question - the audio doesn't work

2010-11-19 Thread Lorenzo Sutton
Hi, It is not clear what the array holds... Hint: Are those frequency ratios? (e.g. 1.5 is a fifth, 2.0 is an octave, etc?) If this is the case you don't need to work with midi note numbers (I see you hav mtof) but directly with frequencies Lorenzo 2bad4...@london.com wrote: Hello

Re: [PD] Pd + HTML on Android

2010-11-19 Thread Lorenzo Sutton
Hi, Is there also a 'desktop' version? Lorenzo. chrism wrote: Get Pure Data patches working on Android devices with HTML + Javascript user interfaces: http://code.google.com/p/pd-webkit-droid/ Have fun, Chris. --- http://mccormick.cx

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-22 Thread Lorenzo Sutton
.)? Thanks, Lorenzo Ivica Ico Bukvic wrote: The front/back option works on as many selected objects as you like. Simply select objects you wish to be moved, right click, and then select the desired action. That said I do agree that it would be probably a good idea to also have a keyboard

Re: [PD] tuio simulator

2010-11-22 Thread Lorenzo Sutton
(fid_get fid). If you have an id like myid_1 you can use [route] and [select] (aka [sel] (have a look at the help patches) Lorenzo would be cool if someone can help me :) And sorry I first sent this email to the announce mailing list. sory Thanks Cheers L

Re: [PD] Pd + HTML on Android

2010-11-23 Thread Lorenzo Sutton
realistic again. Lorenzo. Original Message Subject: Re: [PD] Pd + HTML on Android From: chrism ch...@mccormick.cx To: Lorenzo Sutton lsut...@libero.it CC: pd-list@iem.at Date: 11/23/2010 09:41 AM Hi, No, but there could/should be. I wish I had the time and motivation to do

Re: [PD] magicglass WAS: call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-25 Thread Lorenzo Sutton
Hans-Christoph Steiner wrote: (and a random aside, perhaps you'd be interested in getting Pd to use the GTK open panel? I've always hated the Tcl/Tk one). [bang( | [f 1000] X [+ 1000] :) .hc ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] magicglass WAS: call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-25 Thread Lorenzo Sutton
if zeniy is not found (sorry my tcl is really really rusty :-) Lorenzo. [1]: http://freshmeat.net/projects/zenity .hc Free software means you control what your computer does. Non-free software means someone

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-26 Thread Lorenzo Sutton
-a-days. The orange is really uncomfortable IMHO. Lorenzo Best wishes, Ico ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list ___ Pd-list

Re: [PD] zenity plugin for Pd 0.43 WAS: magicglass WAS: call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-29 Thread Lorenzo Sutton
To: Lorenzo Sutton lsut...@libero.it CC: pd-list@iem.at Date: 11/28/2010 02:00 AM On Nov 25, 2010, at 6:27 AM, Lorenzo Sutton wrote: Hans-Christoph Steiner wrote: On Nov 24, 2010, at 10:59 PM, Ivica Ico Bukvic wrote: (and a random aside, perhaps you'd be interested in getting Pd to use

Re: [PD] [OT] join my at LinkedIn

2010-11-30 Thread Lorenzo Sutton
IOhannes Maybe 1st warning + ban, so that if in some way or another it is happening without the person knowing they get a chance to investigate? Lorenzo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

Re: [PD] Tip of the Day

2010-12-06 Thread Lorenzo Sutton
or cookbook... but searchable and well indexed? Lorenzo Either way, I made one in Pd. Seems like this could be useful to beginners. And at the moment they're no longer useful one can just turn them off. (Or they could be turned off by default and live in the help window.) A prototype is attached

Re: [PD] Tip of the Day

2010-12-06 Thread Lorenzo Sutton
Original Message Subject: Re: [PD] Tip of the Day From: Jonathan Wilkes jancs...@yahoo.com To: pd-list@iem.at, Lorenzo Sutton lsut...@libero.it Date: 06/12/10 10:26 --- On Mon, 12/6/10, Lorenzo Suttonlsut...@libero.it wrote: From: Lorenzo Suttonlsut...@libero.it Subject: Re

Re: [PD] Fwd: Fullscreen plugin

2010-12-07 Thread Lorenzo Sutton
with the F11 button. hope you'll like it :) Very nice idea (couldn't get it to work because Pd seems to use tcl 8.4 even though I have 8.5 installed). Good for focusing on both patching and performance, Lorenzo ___ Pd-list@iem.at mailing list

[PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread Lorenzo Sutton
) 'by default' with a Pd-extended. Thanks, Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread Lorenzo Sutton
IOhannes m zmoelnig wrote: On 2010-12-07 11:14, Lorenzo Sutton wrote: Has anyone managed to do it successfully? I managed to build flext, but when I call the ../flext/build.sh script from within the pyext source dir it fails with the first error being to the fact m_pd.h is not found. I have pd

Re: [PD] How to avoid choppy midi outputs sounds using multi-user DIY music controllers ? (newbie question)

2010-12-07 Thread Lorenzo Sutton
this helps. Lorenzo Many thanks Robb Fuller Details: I am working towards a remake and electronic update of an earlier, fairly popular dance floor sculpture: http://www.chateau.eclipse.co.uk/robb/socialwhirl.htm but hoping to transform people's movements on the rotating discs into sound

Re: [PD] Fwd: Fullscreen plugin

2010-12-08 Thread Lorenzo Sutton
András Murányi wrote: On Tue, Dec 7, 2010 at 11:04 AM, Lorenzo Sutton lsut...@libero.it mailto:lsut...@libero.it wrote: András Murányi wrote: -- Forwarded message -- From: Santa Claus sa...@santaclaus.com mailto:sa...@santaclaus.com mailto:sa

Re: [PD] Fwd: Fullscreen plugin

2010-12-09 Thread Lorenzo Sutton
András Lorenzo Sutton wrote: András Murányi wrote: On Tue, Dec 7, 2010 at 11:04 AM, Lorenzo Sutton lsut...@libero.it mailto:lsut...@libero.it wrote: András Murányi wrote: -- Forwarded message -- From: Santa Claus sa...@santaclaus.com here

Re: [PD] GUI plugin to replace open and save menu with GTK look and feel [WAS] zenity plugin for Pd 0.43 WAS: magicglass WAS: call for testers for L2Ork iteration of pd-extended (based on 0.42.x branc

2010-12-09 Thread Lorenzo Sutton
Hans-Christoph Steiner wrote: On Nov 25, 2010, at 6:27 AM, Lorenzo Sutton wrote: Hans-Christoph Steiner wrote: On Nov 24, 2010, at 10:59 PM, Ivica Ico Bukvic wrote: (and a random aside, perhaps you'd be interested in getting Pd to use the GTK open panel? I've always hated the Tcl/Tk

Re: [PD] wav file export from table

2010-12-10 Thread Lorenzo Sutton
William Brent wrote: Hi all, Do any of the libs in Pd-extended have an object for writing audio from a table directly to a wav file in non real time? Yes. Look at [soundfiler] Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

[PD] Plugin for 0.43 to have a gtk-looking open dialog

2010-12-13 Thread Lorenzo Sutton
/gtk-open-plugin Lorenzo. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Plugin for 0.43 to have a gtk-looking open dialog

2010-12-14 Thread Lorenzo Sutton
Original Message Subject: Re: [PD] Plugin for 0.43 to have a gtk-looking open dialog From: Hans-Christoph Steiner h...@at.or.at To: Lorenzo Sutton lsut...@libero.it CC: Pd-list@iem.at Date: 12/14/2010 12:41 AM On Mon, 2010-12-13 at 17:12 +0100, Lorenzo Sutton wrote: I

  1   2   3   >