Re: [PD] [GEM] compiling with ImageMagick

2012-09-13 Thread Lorenzo Sutton
On 13/09/12 00:38, Jaime Oliver wrote: Hello all, I am trying to compile gem in ubuntu 12.04, with latest gem from git and pd 0.43-2. I need imagemagick for image support... For some reason after running ./configure I get: use ImageMagick : no I have installed it using: apt-get ins

[PD] milimetric grid

2012-09-13 Thread Miguel Eduardo Venegas Monroy
hi, i have a question. i want to use the minimal value "0" and max "9" but when i use on the slider is very coool. but if i use slide whit this minimal "0" and max "0.3" is difficult to manipulate on the GDI. yesterday i think if i use a [grid] but why the [grid] dont use this minimal , a

Re: [PD] milimetric grid

2012-09-13 Thread i go bananas
not sure about grid, but if you just do a simple multiplication, you can probably get [slider] to do what you want. for example, make the slider minimum 0, maximum 100, and then just do this to the output: [* 0.003] ___ Pd-list@iem.at mailing list UNS

Re: [PD] temporary home for Pd-extended 0.43.1 downloads

2012-09-13 Thread András Murányi
Cool! Does it mean that I can re-enable the autobuild cron job? if yes, shall I change the IP for rsync (now 128.238.56.50)? ...I guess the builds are coming from the old autobuild system because I cannot access the Jenkins dashboard. András On Tue, Sep 11, 2012 at 3:58 AM, Hans-Christoph Steiner

Re: [PD] temporary home for Pd-extended 0.43.1 downloads

2012-09-13 Thread Max
the windows servers are up: pdlab1 141.54.160.75 WinXP - Remotedesktop 3389 / VI Client pdlab2 141.54.160.76 Win7 - Remotedesktop 3389 / VI Client pdlab3 141.54.160.75 WinXP - SSH 22 / VI Client I'll have to do the necessary installing for cygwin etc. when i have a spare minute. Am 13.09.2012 u

[PD] analyzer~

2012-09-13 Thread Johanna Nowak
Dear list, what would be the best way of getting an object with similar feature extraction capabilities as [analyzer~] for Max by Tristan Jehan http://web.media.mit.edu/~tristan/maxmsp.html Thank you / best, Jo ___ Pd-list@iem.at mailing list UNSUBSCRI

Re: [PD] analyzer~

2012-09-13 Thread Max
William Brents timbreID http://williambrent.conflations.com/pages/research.html#timbreID Am 13.09.2012 um 06:27 schrieb Johanna Nowak: > Dear list, > > what would be the best way of getting an object with similar feature > extraction capabilities as [analyzer~] for Max by Tristan Jehan > http:/

Re: [PD] analyzer~

2012-09-13 Thread Johanna Nowak
* Max [2012-09-13 15:33]: > William Brents timbreID > http://williambrent.conflations.com/pages/research.html#timbreID wow, thanks! That was a quick one! best, Jo > > > Am 13.09.2012 um 06:27 schrieb Johanna Nowak: > > > Dear list, > > > > what would be the best way of getting an object with

Re: [PD] Creating a drum machine with "save slots"

2012-09-13 Thread Filippo Peccoz
Thanks Scott and Ed! Downloading these patches now, I'll try everything out :) I can't wait to attach patterns to game states at this point! Cheers, Filippo On Sep 12, 2012, at 11:41 PM, Ed Kelly wrote: > More messy stuff! > > The (very fat) objects for sequencing and drum synthesis in my Me

[PD] ... and the battle with IT begins

2012-09-13 Thread m.e.grimm
my rant is as follows when making a request to have pd-extended 0.43.1 installed on the teaching station i get: "Mark: For obvious reasons, we won't install a beta release of software in a production environment. The current latest production release will be installed." which im fine with 042.

[PD] Read from SQLite database ?

2012-09-13 Thread Pierre Massat
Hi List, I just stumbled upon this : http://puredata.info/dev/SQL Is it still working ? Is there a Debian package to easily install it with Pd Vanilla? Cheers, Pierre. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists

Re: [PD] ... and the battle with IT begins

2012-09-13 Thread Peter Brinkmann
I see you have met Mordac, Preventer of Information Services (http://search.dilbert.com/comic/Mordac%20The%20Preventer). The message you received is clearly meant to demoralize and intimidate, what with the condescension ("obvious reasons" --- this is not obvious at all), bogus jargon ("production

Re: [PD] ... and the battle with IT begins

2012-09-13 Thread Pedro Lopes
Make your own build of pd from source code, rename it to Production_Ready and send it to your admins. :) On Thu, Sep 13, 2012 at 10:07 PM, Peter Brinkmann < peter.brinkm...@googlemail.com> wrote: > jargon ("production environment" --- sounds really > impressive but doesn't apply to your setting),

Re: [PD] another day's raspberry pi experiences

2012-09-13 Thread Cyrille Henry
hello Le 09/09/2012 05:13, Miller Puckette a écrit : ... before Pd wil be able to use the ALSA audio. Then grab Pd from git: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data (Maybe you'll have to apt-get install git first), then cd to pd/src, ./configure and make. T

[PD] another user experience with raspberry pi

2012-09-13 Thread Cyrille Henry
hello, Antoine and I did few test on a raspberry pi. to summarise, we did : - use standard raspbian installation - modify /etc/security/limits.conf as sugested by miller (adding : "* - rtprio 99" and "* - memlock 10") - sudo apt-get update, upgrade and install git tk8.5-dev libasound2-

Re: [PD] another user experience with raspberry pi

2012-09-13 Thread Tedb0t
Awesome info—how did it sound? Any distortion? I've got to try this soon. —T3db0t On Sep 13, 2012, at 6:08 PM, Cyrille Henry wrote: > hello, > > Antoine and I did few test on a raspberry pi. > > to summarise, we did : > - use standard raspbian installation > - modify /etc/security/limits.co

Re: [PD] another user experience with raspberry pi

2012-09-13 Thread Cyrille Henry
Le 14/09/2012 00:14, Tedb0t a écrit : Awesome info—how did it sound? Any distortion? I've got to try this soon. hdmi is digital audio out, the sound quality depend on the analogue converter. (in this case, we use my screen converter, so it was not perfect). the usb soundcard is better. you

Re: [PD] Running the phase vocoder example on the Raspberry Pi

2012-09-13 Thread Cyrille Henry
using 0.44, we manage to have it running with 25ms audio buffer using an external usb soundcard. 85% cpu about. no clicks. cheers c Le 11/09/2012 19:42, Miller Puckette a écrit : One slight tweak: if you type "sudo chmod 4755 /usr/bin/pd" you will probably be able to use the mouse clicklessly

Re: [PD] ... and the battle with IT begins

2012-09-13 Thread Jonathan Wilkes
You can install Pd 0.43 vanilla.  It's a stable release: http://crca.ucsd.edu/~msp/software.html Just copy/paste the libs you need from Pd-extended.  You'll be missing [initbang] but that's about it. -Jonathan > > From: m.e.grimm >To: pd_list Listserve >Se

Re: [PD] ... and the battle with IT begins

2012-09-13 Thread Roman Haefeli
Hi Mark On Thu, 2012-09-13 at 13:14 -0400, m.e.grimm wrote: > my rant is as follows > > when making a request to have pd-extended 0.43.1 installed on the > teaching station i get: > > "Mark: > > For obvious reasons, we won't install a beta release of software in a > production environment. > >