Re: [PD] inhibit gnome screensaver from pd

2010-06-30 Thread Mathieu Bouchard
On Thu, 1 Jul 2010, Hans-Christoph Steiner wrote: After all that, I ended up having to add some stuff to /etc/X11/xorg.conf because of fglrx/ATI issues: Section "ServerFlags" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection It would be

Re: [PD] hackable monster mouse

2010-06-30 Thread Frank Barknecht
On Wed, Jun 30, 2010 at 02:34:34AM +0200, Dan Wilcox wrote: > Checkout the Warmouse. > > It looks like a nice hackable base for a custom pd controller ... better make > sure [hid] is ready for it Hans! Looks a bit similar to the DuoCon playstation controllers: http://www.play-asia.com/paOS-13-71

Re: [PD] popen vs shell bug

2010-06-30 Thread Hans-Christoph Steiner
motex/system works for me: .hc system!.pd Description: Binary data On Jun 24, 2010, at 6:58 PM, Kim Cascone wrote: I send the following message to both the [popen] and the [shell] externals: [cd /usr/lib/pd/extra && ls -al > ~/Desktop/foobar.txt] when sent to [popen] it crashes Pd bu

Re: [PD] inhibit gnome screensaver from pd

2010-06-30 Thread Hans-Christoph Steiner
On Jun 24, 2010, at 11:15 AM, Mathieu Bouchard wrote: On Thu, 24 Jun 2010, Hans-Christoph Steiner wrote: To answer my own question, it seems to be this command: gnome-screensaver-command --deactivate Ah, I would have more readily found : killall gnome-screensaver rm -f /usr/bin/gnome-scr

Re: [PD] run ruby script from [shell]?

2010-06-30 Thread Ben Baker-Smith
I like that. I never thought of using applescript with Pd, thanks for sharing. Ben Baker-Smith -- http://bitsynthesis.com On Wed, Jun 30, 2010 at 10:22 PM, Hans-Christoph Steiner wrote: > > I had good luck with [motex/system]. I made this little object to control > iTunes from Pd using apples

Re: [PD] Problem with Textfile and line with float

2010-06-30 Thread Jonathan Wilkes
I'm not sure about that. I just compiled Miller's version, commented out some lines in x_qlist.c so that [textfile] always outputs a list, then recompiled. And hey, it worked! But it's pretty simple-minded, and I didn't get a chance to test if I broke something by doing that. -Jonathan

Re: [PD] run ruby script from [shell]?

2010-06-30 Thread Hans-Christoph Steiner
I had good luck with [motex/system].  I made this little object to control iTunes from Pd using applescript..hc itunes-help.pd Description: Binary data itunes.pd Description: Binary data On Jun 28, 2010, at 8:27 PM, Ben Baker-Smith wrote:I had the same problem, on Mac OS X with Pd-extended 0.41.

Re: [PD] Problem with Textfile and line with float

2010-06-30 Thread Pedro Lopes
>(I was about to try screwing around with the code of [textfile] to see if I could achieve this >with my [lack of] c skills, but my linux box just died.) I was trying too, but couldn't figure out how to make pd load my modified textfile.pd_linux instead of the default one.. any hints? (I tried wit

Re: [PD] Problem with Textfile and line with float

2010-06-30 Thread Jonathan Wilkes
>From: András Murányi >To: PD List >Sent: Wed, June 30, 2010 2:25:04 PM >Subject: Re: [PD] Problem with Textfile and line with float > >You can also see what Chris McCormick's s-abstractions can do for you. I use >s-map to handle big 'tables' (many rows of lon

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Hans-Christoph Steiner
You can do quite a bit with the GUI objects in Pd-extended. Here are some to try: button ticker entry canvas_name window_name .hc On Jun 29, 2010, at 4:48 PM, David Schaffer wrote: Hi, Is there anyone out there who could teach me how to make good looking stand alone pd apps, I mea

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 - solved!

2010-06-30 Thread Hans-Christoph Steiner
You can turn on the pull-up resistors from Pd by setting the pinmode to INPUT, then sending a [digital pin# 1( message to that pin. .hc On Jun 30, 2010, at 7:29 AM, Ingo Scherzinger wrote: Problem solved! I added this line to the firmata 2.1: digitalWrite(pin, HIGH); // turn on pul

Re: [PD] error: [import]: can't load library in 'vbap_ext'

2010-06-30 Thread Hans-Christoph Steiner
I use [vbap/vbap] and [vbap/define_loudspeakers]. .hc On Jun 30, 2010, at 11:29 AM, Christoph Kuhr wrote: Hi, im running ubuntu 10.04 with Pd version 0.42.5-extended-20100508 i tried to get the spatial workshop of Georg Holzmann working. i get the following console output: error:

Re: [PD] having both vanilla and extended installed in linux (ubuntu)

2010-06-30 Thread Hans-Christoph Steiner
On Jun 30, 2010, at 2:12 PM, András Murányi wrote: On Wed, Jun 30, 2010 at 7:26 PM, Matteo Sisti Sette > wrote: On 06/30/2010 06:24 PM, András Murányi wrote: Btw, regarding the "devel" (0.43) version, is it an experimental version of Extended or of Vanilla? Currently it is Vanilla (cor

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread chrism
On Wed, 30 Jun 2010 12:35:43 +0100, Marco Donnarumma wrote: > Chris McCormick is working on it, alone as far as I know. > (Don't want to talk for Chris) but it seems to me he's interested in porting > oniy pd-vanilla tilde objects. > > And he would need help too. > > Anyway he published some use

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread chrism
On Tue, 29 Jun 2010 20:48:30 +, David Schaffer wrote: > Is there anyone out there who could teach me how to make good > looking stand alone pd apps, I mean pd patches with a nice looking GUI > on top that would play on any computer even without pd installed. I > saw this guy the other day

Re: [PD] compiling pdextended rc3 jaunty

2010-06-30 Thread Hans-Christoph Steiner
If you rsynced the source, you should have everything you need. For example, you should have this file: /home/sad/pd-extended/pd/src/m_pd.h If not, check the rsync instructions: http://puredata.info/docs/developer/GettingPdSource Basically, run this: rsync -av --delete rsync://128.238.56

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Pedro Lopes
Its not a "hack" its the old way. He'll advise you not to edit the file, but I always do that... i'm to lazy to do it the new way... one day..one day.. 2010/7/1 András Murányi > 2010/7/1 Pedro Lopes > >> No... my grub is from the normal karmic. Did you had another ubuntu >> installed previous?

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread András Murányi
2010/7/1 Pedro Lopes > No... my grub is from the normal karmic. Did you had another ubuntu > installed previous? The thing is, when you install any ubuntu from karmic > up, it asks if you wish to upgrade to the new grub.. you can always say no. > Yes, i've been upgrading this since Hardy. I don'

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Pedro Lopes
No... my grub is from the normal karmic. Did you had another ubuntu installed previous? The thing is, when you install any ubuntu from karmic up, it asks if you wish to upgrade to the new grub.. you can always say no. Although your "grub-common 1.98-1ubuntu6" is already grub2 :) see [1] The major

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread András Murányi
It says grub 0.97-29ubuntu60 (Legacy version) grub-common 1.98-1ubuntu6 Afaik Ubuntu Studio is a whole lotta different dependency tree. Andras 2010/7/1 Pedro Lopes > Nop, from karmic (9.10) up its grub2, the thing its a bit odd but > 1.97~beta4 is actually grub2[1]. Or a more trusted source [2

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

2010-06-30 Thread András Murányi
Hmm, let's not forget Jack-MIDI... there are few applications supporting it, Ardour and Denemo (notation editor! http://www.denemo.org) are two of them Andras On Thu, Jul 1, 2010 at 12:26 AM, Pedro Lopes wrote: > AHHH..must be true! I'm too used to Linux =P > > On Wed, Jun 30, 2010 at 8:38 PM,

[PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Pedro Lopes
Nop, from karmic (9.10) up its grub2, the thing its a bit odd but 1.97~beta4 is actually grub2[1]. Or a more trusted source [2] - see that it reads grub2 bellow: grub2 (1.97~beta4-1ubuntu4)) [1] http://movingtowardslinux.wordpress.com/2010/01/26/installing-windows-and-linuxes-together-dual-boot

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

2010-06-30 Thread Pedro Lopes
AHHH..must be true! I'm too used to Linux =P On Wed, Jun 30, 2010 at 8:38 PM, patko wrote: > Jack works good here on vista, > but there is no MIDI, or I didn't find it. > > Isn't jack midi interface for ALSA only? > > > - "Pedro Lopes" a écrit : > > > There's jack for windows[1]... I'd li

Re: [PD] Having two or more versions of Pd (both extended or both vanilla) in Ubuntu

2010-06-30 Thread Ricardo Lameiro
Not the best and efficient way, but you could try a virtual machine, if it is only for testing the GUI rewrite. The problem is that both install to the same folder and also have the same binary name "puredata", you could try to change the make file to change the binary name and also the install pat

Re: [PD] Only one instance of Pd can produce sound in Ubuntu

2010-06-30 Thread Ricardo Lameiro
Because Pd needs exclusive access the audio card. Jack abstract that creating various streams of audio data and then routing it to the playback device. 2010/6/30 Matteo Sisti Sette > On 06/30/2010 08:41 PM, Pedro Lopes wrote: > >> I strongly advise using "Jack" as the audio engine in Ubuntu. >>

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread András Murányi
2010/6/30 IOhannes m zmoelnig > On 2010-06-30 12:50, András Murányi wrote: > > On Wed, Jun 30, 2010 at 9:46 AM, David Schaffer > > wrote: > > > >> > >> > >> > >> I'm neither nuts, nor a consumer. I just happen to be impressed by a > patch > >> I came across a while ago, it was a TR 909 emulation

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

2010-06-30 Thread João Pais
Also, you can never know what use someone else may find for your patch. I have taken elements from synth patches and used them as controllers for visual patches. I don't care about classical composing, and haven't heard of any of the composers you listed, but I am certainly interested in check

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

2010-06-30 Thread João Pais
all. I don't know how it differs for smaller payments. What is your experience ? sorry, no experience at all. only made payments with it, never was paid with it. (I'm sure it won't even make up for the time already spent working on this), Don't forget that you also made this for yourself

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

2010-06-30 Thread João Pais
I'm not excluding anyone, or criticising "the community" (not a good term, but I brought it up). If I would be critisicing anyone, it would be me, for not having the same interests as the majority. maybe with that I wanted to say is that I wrote this patch to cater for another community (clas

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Pedro Lopes
Easier than messing with grub2 new commands... On Wed, Jun 30, 2010 at 8:40 PM, Kim Cascone wrote: > also, if you want a quick and easy way to switch kernels for testing: > https://help.ubuntu.com/community/StartUpManager > > > ___ > Pd-list@iem.at mai

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Kim Cascone
also, if you want a quick and easy way to switch kernels for testing: https://help.ubuntu.com/community/StartUpManager ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Bernardo Barros
I think this whole thing just does not sound like free (as in freedom) software anyway. I don´t understand why max patchers always want to hide their code. I think PD programmers should try to make their code as redable as possible. 2010/6/30 Michal Seta : > On Tue, Jun 29, 2010 at 10:44 PM, Mike

Re: [PD] Only one instance of Pd can produce sound in Ubuntu

2010-06-30 Thread Matteo Sisti Sette
On 06/30/2010 08:41 PM, Pedro Lopes wrote: I strongly advise using "Jack" as the audio engine in Ubuntu. Ohhh! Thanks. I thought Jack was ("only") a sort of "virtual audio cable" for connecting the output of an app to the input of another. I guess it is _also_ that. Anyway, just out of curi

Re: [PD] compiling pdextended rc3 jaunty

2010-06-30 Thread Marco Donnarumma
Many thanks IOhannes, anyone with an experience with Makefile have an idea about why this happens? I took a look at Makefile, but can't go too much into what's happening there. Here the configure.. cd $(IEM16_DIR) && ./configure --disable-library \ --with-pd=$(pd_src) Could it be because

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

2010-06-30 Thread patko
Jack works good here on vista, but there is no MIDI, or I didn't find it. Isn't jack midi interface for ALSA only? - "Pedro Lopes" a écrit : > There's jack for windows[1]... I'd like to see that working (maybe Ill > give a go here) > > [1] http://www.grame.fr/~letz/jack-1.9.5.tgz > >

Re: [PD] pix_invert crash

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

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Pedro Lopes
It requires a JavaVM of course (its..java) Wether your distro offers that or not, you can install it. Processing is JavaVM-dependent and not OS-dependent since java is available for almost everything. :) That was my point. I think I have used processing with other VMs (icedtea, openJDK, ...) but

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Michal Seta
On Wed, Jun 30, 2010 at 2:53 PM, Pedro Lopes wrote: > Processing (i don't like to type it with 55 =P but I know its the > original...) Actually, a few years ago the project has deliberately switched to the non-l33t spelling of the name of the project so "Proce55ing" and "Processing" are 2 differe

Re: [PD] Blur FX on a specific area on video and camera focus blur

2010-06-30 Thread Samuel Burt
On a related note, I've been hoping to find a way to add movable camera focus blur to 3-d primitives. Is there an easy way to do this with Gem? See the example on this page: http://www.opengl.org/resources/code/samples/glut_examples/advanced/advanced.html Sam > > Message: 2 > Date: Wed, 30 Jun

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Michal Seta
On Tue, Jun 29, 2010 at 10:44 PM, Mike Moser-Booth wrote: > I've always thought that what Max considers standalones is kind of shady. > They're just the patch and Max Runtime bundled together. There are 2 ways of distributing patches to those who do not own Max (or in order to make it more diffic

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Pedro Lopes
UbuntuStudio is an official rt kernel with 64 bits. You do not need to compile your own. rt kernels are not at the same stage as the generic, I never noticed any issue or problem with rts. But its your call. I have two rt's, my first was Ubuntu Studio 64 bits, and later I pacthed my Ubuntu Karmic

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread András Murányi
The point is that the newest kernel versions are not available in rt flavour (the latest is 2.6.31-11 and my experiences were not good with it). This is first time i heard about the lowlatency flavour, but it's not in my Ubuntu repos. So i'm afraid, if i want a new rt kernel (for 64-bit...), i'll h

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Pedro Lopes
Processing (i don't like to type it with 55 =P but I know its the original...) is completly transparent to OS. It works normally with Linux, just grab it and launch it. Its java... so its JavaVM and OS-independent. I have used processing with Pd, currently I'm using AS3 because its faster for me..

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

2010-06-30 Thread Pedro Lopes
There's jack for windows[1]... I'd like to see that working (maybe Ill give a go here) [1] http://www.grame.fr/~letz/jack-1.9.5.tgz On Wed, Jun 30, 2010 at 3:02 PM, Martin Peach wrote: > João Pais wrote: > >> Hi, >> >> my attempts to work with [midifile] didn't work, as something in the files >>

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread Pedro Lopes
What? Of course not. Its a pacth - no compiling needed. But be sure to keep a generic kernel at the boot (just use grub to preserve a boot without rt, I never had problems and use the same rt kernel for 1 year, but safety first =P) Real time (-rt) and Low latency (-lowlatency) kernels You may wan

Re: [PD] Only one instance of Pd can produce sound in Ubuntu

2010-06-30 Thread Pedro Lopes
I strongly advise using "Jack" as the audio engine in Ubuntu. It allows you to have zillions of apps connected. If you don't know how to configure/install jack we can help. I have used OSS/ALSA a lot but jack simplifiies a lot of the troubles and allows more connectivity between audio executables

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

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, Bernardo Barros wrote: 2010/6/29 Frank Barknecht : In this view, Miller has the biggest balls of dem all. :) Is there a legal reason for PD not be GPL? Maybe it has some code from another project? If any code that Pd took from other projects had any license more restric

[PD] Only one instance of Pd can produce sound in Ubuntu

2010-06-30 Thread Matteo Sisti Sette
Hi, If I open multiple instances of Pd in Ubuntu (doesn't matter whether vanilla or extended or mixed), only the first one has sound. No matter whether I set "alsa" or "oss" in Media. (btw I'm sure I had seen also "portaudio" listed but now it's gone) Usually there's no problem in having mul

Re: [PD] Why not clear printout?

2010-06-30 Thread Matteo Sisti Sette
On 06/30/2010 08:24 PM, IOhannes m zmoelnig wrote: On 2010-06-30 20:21, Matteo Sisti Sette wrote: Hi, I've just noticed Pd-Extended 0.42.5 doesn't have the useful "clear printout" button that Vanilla (0.42.5) has. I know it is a relatively recent addition in Vanilla, but I'm comparing the same

Re: [PD] Why not clear printout?

2010-06-30 Thread András Murányi
On Wed, Jun 30, 2010 at 8:24 PM, IOhannes m zmoelnig wrote: > On 2010-06-30 20:21, Matteo Sisti Sette wrote: > > Hi, > > > > I've just noticed Pd-Extended 0.42.5 doesn't have the useful "clear > > printout" button that Vanilla (0.42.5) has. > > I know it is a relatively recent addition in Vanilla,

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

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, João Pais wrote: Not that I'm expecting to become rich with the paypal button BTW I tried to get paid for a contract by PayPal and this was the single most expensive fees I ever got in a money transfer, by very far. Next time, I'm gonna just be very patient and get a rea

Re: [PD] pix_invert crash

2010-06-30 Thread IOhannes m zmoelnig
On 2010-06-30 20:23, IOhannes m zmoelnig wrote: > On 2010-06-30 19:39, patko wrote: >> Hello, >> >> how can we invert greyscale images without crashing with win32 version? > > by filing a bug-report with an exact description of your problem; > with info about your exact version of Gem, about the

Re: [PD] Problem with Textfile and line with float

2010-06-30 Thread András Murányi
You can also see what Chris McCormick's s-abstractions can do for you. I use s-map to handle big 'tables' (many rows of long lists they are). It doesn't need 'list' at the beginning of the lines :) Andras On Wed, Jun 30, 2010 at 7:17 PM, Jonathan Wilkes wrote: > None of the [list] objects will

Re: [PD] Why not clear printout?

2010-06-30 Thread IOhannes m zmoelnig
On 2010-06-30 20:21, Matteo Sisti Sette wrote: > Hi, > > I've just noticed Pd-Extended 0.42.5 doesn't have the useful "clear > printout" button that Vanilla (0.42.5) has. > I know it is a relatively recent addition in Vanilla, but I'm comparing > the same version number. Has it been intentionally

Re: [PD] pix_invert crash

2010-06-30 Thread IOhannes m zmoelnig
On 2010-06-30 19:39, patko wrote: > Hello, > > how can we invert greyscale images without crashing with win32 version? by filing a bug-report with an exact description of your problem; with info about your exact version of Gem, about the image you are using, about the patch; ideally you could p

[PD] Why not clear printout?

2010-06-30 Thread Matteo Sisti Sette
Hi, I've just noticed Pd-Extended 0.42.5 doesn't have the useful "clear printout" button that Vanilla (0.42.5) has. I know it is a relatively recent addition in Vanilla, but I'm comparing the same version number. Has it been intentionally removed in Extended? _

Re: [PD] having both vanilla and extended installed in linux (ubuntu)

2010-06-30 Thread András Murányi
On Wed, Jun 30, 2010 at 7:26 PM, Matteo Sisti Sette < matteosistise...@gmail.com> wrote: > On 06/30/2010 06:24 PM, András Murányi wrote: > > Btw, regarding the "devel" (0.43) version, is it an experimental >>version of Extended or of Vanilla? >> >> >> Currently it is Vanilla (correct me if

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

2010-06-30 Thread Ben Baker-Smith
> > There are enough people doing the same, that all those individual > 1% and 2% add up to a very large proportion of what's being produced in > the pd community. I agree with this sentiment. People seem most attracted to Pd for its flexibility. If everyone wanted a nifty vocoder they would've

Re: [PD] having both vanilla and extended installed in linux (ubuntu)

2010-06-30 Thread Matteo Sisti Sette
On 06/30/2010 06:24 PM, András Murányi wrote: Btw, regarding the "devel" (0.43) version, is it an experimental version of Extended or of Vanilla? Currently it is Vanilla (correct me if i'm wrong). Andras Yeah it seems it's vanilla. _Note_ however that the package description says "P

[PD] pix_invert crash

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

[PD] Having two or more versions of Pd (both extended or both vanilla) in Ubuntu

2010-06-30 Thread Matteo Sisti Sette
Hi, So it is relatively easy in Linux to have both Pd Extended and Vanilla (actually easier than in Windows). Now, how can I have for example two or more versions of Vanilla? I'd like to give a try to the rewrite-gui version but also have the "old" stable 0.42.5 for everyday use... In Windo

Re: [PD] Problem with Textfile and line with float

2010-06-30 Thread Jonathan Wilkes
None of the [list] objects will work either, for the reasons I wrote below.  For an example of what I'm saying, open text-float.txt, add the word "list" at the beginning and save it.  Then you will see that your patch works. If anyone knows of an external that works like [textfile] but outputs

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

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, João Pais wrote: I'm just being realistic, it's not a value judgement. If I had made a nice vocoder with online streaming, that would be much more interesting for this community. You don't know this community, and neither do I. It just doesn't work like this. There aren

Re: [PD] having both vanilla and extended installed in linux (ubuntu)

2010-06-30 Thread András Murányi
On Wed, Jun 30, 2010 at 6:09 PM, Matteo Sisti Sette < matteosistise...@gmail.com> wrote: > On 06/30/2010 01:03 PM, Marco Donnarumma wrote: > >> >> Hi Matteo, >> here on Jaunty with 0.42.5 autobuild the command pdextended works fine. >> Have you tried to install a latest autobuild as mentioned befo

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

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, martin brinkmann wrote: though you could try some kind of code-obfuscation, like writing a little perl script which places all objects at random positions and gives cryptic names to subpatches and abstractions. This might actually be easier to do in pd using [textfile], th

Re: [PD] having both vanilla and extended installed in linux (ubuntu)

2010-06-30 Thread Matteo Sisti Sette
On 06/30/2010 01:03 PM, Marco Donnarumma wrote: Hi Matteo, here on Jaunty with 0.42.5 autobuild the command pdextended works fine. Have you tried to install a latest autobuild as mentioned before? No, I installed the package available on the download page (0.41.something), that's why it ran w

[PD] error: [import]: can't load library in 'vbap_ext'

2010-06-30 Thread Christoph Kuhr
Hi, im running ubuntu 10.04 with Pd version 0.42.5-extended-20100508 i tried to get the spatial workshop of Georg Holzmann working. i get the following console output: error: [import]: can't load library in 'vbap_ext' ... you might be able to track this down from the Find menu. define_l

Re: [PD] compiling pdextended rc3 jaunty

2010-06-30 Thread IOhannes m zmoelnig
On 2010-06-30 17:08, Marco Donnarumma wrote: > Hi list, > in my attempts to compile on jaunty pd 0.42.5 from the main branch, I got > this error with iem16 lib, and I can't understand if it's a missing > dependency or something else. > It's not the first error I get, I'm managing the missing -dev l

Re: [PD] low-level programming languageß

2010-06-30 Thread Mathieu Bouchard
On Wed, 30 Jun 2010, Bernardo Barros wrote: You´re right. SuperCollider is a very high-level and object-oriented programming language. Also very expressive and has all tha characteristics of a object-oriented language (inheritance, polymorphism, classes etc). Low-level programming language, also

Re: [PD] compiling pdextended rc3 jaunty

2010-06-30 Thread Marco Donnarumma
Hi list, in my attempts to compile on jaunty pd 0.42.5 from the main branch, I got this error with iem16 lib, and I can't understand if it's a missing dependency or something else. It's not the first error I get, I'm managing the missing -dev libs quite good so far, but dunno what to do with this e

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, Mike Moser-Booth wrote: I've always thought that what Max considers standalones is kind of shady. They're just the patch and Max Runtime bundled together. The only difference is that the patch(es) used are put together in a single file (which Max calls a collective, but an

Re: [PD] Blur FX on a specific area on video.

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, Olivier Baudu wrote: We want to process a blur effect on a specific area on video. To be clearer, we want to blur faces... To find faces, we use [pix_opencv_haarcascade ]... 1. blur the whole picture 2. use the output of your detector to make a mask 3. use the mask to "c

Re: [PD] low-level programming languageß

2010-06-30 Thread Bernardo Barros
You´re right. SuperCollider is a very high-level and object-oriented programming language. Also very expressive and has all tha characteristics of a object-oriented language (inheritance, polymorphism, classes etc). Low-level programming language, also OOP, would be C++. PD is no object-oriented in

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Ingo Scherzinger
I suppose you're right about the different types of controllers being attached to the arduino. It's definitely better to keep the pullup resistors off as default! I think it just needs an extra line on the help patch so people would know about this "feature" and how to use it. Ingo > Von: Martin

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Bernardo Barros
You can use SwingOSC: http://sourceforge.net/projects/swingosc/ You can build java GUI and control with osc messages. It is weel integrated from inside the SuperCollider language, but it is reported to work weel with PD also. 2010/6/30 András Murányi : > The 909 emulation was nice, but i couldn't

Re: [PD] What's up with the mailing list archives and/or Google????

2010-06-30 Thread Mathieu Bouchard
On Tue, 29 Jun 2010, Matteo Sisti Sette wrote: However, today I tried a few searches, and 100% of the times, when I click on a search result returned by Google, it takes me to a totally unrelated message. But isn't it also that the message you want is always in the same folder (representing

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

2010-06-30 Thread Martin Peach
João Pais wrote: Hi, my attempts to work with [midifile] didn't work, as something in the files is saved wrong, Any idea what is saved wrong? Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Martin Peach
Roman Haefeli wrote: On Wed, 2010-06-30 at 14:12 +0200, Ingo Scherzinger wrote: Hi Roman, this solution is working also. So in this case it's not really necessary to change the firmata itself. Anyway, I would prefer to have this behaviour as the default behaviour, i.e. included in firmata. At l

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Roman Haefeli
On Wed, 2010-06-30 at 14:12 +0200, Ingo Scherzinger wrote: > Hi Roman, > > this solution is working also. So in this case it's not really necessary to > change the firmata itself. Anyway, I would prefer to have this behaviour as > the default behaviour, i.e. included in firmata. At least all of th

Re: [PD] Store a List?

2010-06-30 Thread IOhannes m zmoelnig
On 2010-06-30 14:09, Olivier Baudu wrote: > Or, simpler... [l ] > being the upstream author of [lister] (and thus [l]), i would recommend to use [list append] whenever it's possible. it basically provides the same functionality as [l] and is built-in. similar arguments go for the other objects

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

2010-06-30 Thread Ingo Scherzinger
There is no noticeable latency with midi yoke on any of my systems here. Ingo > Date: Wed, 30 Jun 2010 12:07:48 + > From: Andr? Bandeira > Subject: Re: [PD] send midi to another program in windows? (not with > [midifile]) > To: , , > > > Midi yoke will certainly make it, but

Re: [PD] Store a List?

2010-06-30 Thread Husk 00
On Wed, Jun 30, 2010 at 2:09 PM, Olivier Baudu wrote: > Or, simpler... [l ] > > Or maybe list-fifo from list-abs cheers luca/husk ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Store a List?

2010-06-30 Thread Jack
[list], [list prepend], [lister] from zexy. Or with the message [set(. ++ Jack Le mercredi 30 juin 2010 à 13:43 +0200, IOhannes m zmoelnig a écrit : > On 2010-06-30 13:40, Pierre Massat wrote: > > Hi all! > > > > I m wondering if there would be a simple way of storing a list, just like [f > >

Re: [PD] [OT] linux preempt kernel vs rt kernel

2010-06-30 Thread András Murányi
Buh, it seems then i'll need to get a kernel from a PPA or compile it myself. A bit afraid of it, honestly. Thanks for the explanation! Andras On Sat, Jun 26, 2010 at 12:50 PM, Ricardo Lameiro wrote: > well, AFAIK, the "RT" Kernel is a generic kernel that is modified by a > special patch, that i

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Ingo Scherzinger
Hi Roman, this solution is working also. So in this case it's not really necessary to change the firmata itself. Anyway, I would prefer to have this behaviour as the default behaviour, i.e. included in firmata. At least all of this this should be documented. Before I found out I was soldering all

Re: [PD] Store a List?

2010-06-30 Thread Olivier Baudu
Or, simpler... [l ] 01ivier 2010/6/30 IOhannes m zmoelnig > On 2010-06-30 13:40, Pierre Massat wrote: > > Hi all! > > > > I m wondering if there would be a simple way of storing a list, just like > [f > > ] stores a float. My list is the output of a rather long [pack] object. > > Can use a two-

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

2010-06-30 Thread André Bandeira
Midi yoke will certainly make it, but you will probably have problems with latency. ___ André Damião Bandeira (11)9819-1999 www.soundcloud.com/dami-

Re: [PD] private Lessons in PD in Hamburg or Berlin

2010-06-30 Thread João Pais
you mean "offer" as in give away? if you want something advanced, these people have many other things to do as well. instead, you should come to http://puredata.info/community/organization/pd-berlin/pd-berlin-users-group/, or make a learning/patching group with specific goals. Joao 2010/6/30 hgh

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

2010-06-30 Thread João Pais
thanks, I think I have it covered now. 2010/6/30 David Kirkpatrick > > Hi Joao, > > You can use LoopBe1 or MIDIYoke. They're both free. > > Regards, > > David Kirkpatrick > Sound and Multimedia Artist > www.davidk.com.au > > > --Forwarded Message Attachment-- > From: jmmmp...@googlemail.com > To

Re: [PD] Store a List?

2010-06-30 Thread IOhannes m zmoelnig
On 2010-06-30 13:40, Pierre Massat wrote: > Hi all! > > I m wondering if there would be a simple way of storing a list, just like [f > ] stores a float. My list is the output of a rather long [pack] object. > Can use a two-stage pack? Something like that : > how about [list append]? fgnasdr IOh

[PD] Store a List?

2010-06-30 Thread Pierre Massat
Hi all! I m wondering if there would be a simple way of storing a list, just like [f ] stores a float. My list is the output of a rather long [pack] object. Can use a two-stage pack? Something like that : [pack 0 0 0 0 0 0 0] | \ \ \ \ \ [pack 0 0] The idea would be

[PD] private Lessons in PD in Hamburg or Berlin

2010-06-30 Thread hghoyer
halo, I am looking for someone who can offer me in the Hamburg area Berlin or private lessons in Pure Data ... I am interested in the topics: - Interesting sound design - Game Audio - Sampling - Granular - Synthesis with noise generators I would love ... My hit is +49 179 198 1830 Bye, hans _

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Roman Haefeli
You got me interested. I didn't know about an internal pull-up resistore, but I asked in the #arduino channel and it seems there indeed is such a thing. hi all. is there an internal pull-up resistor for digitalIns? (digitalRead btw) yes, pinMode(n, INPUT); digitalWrite(n, 1); I can't test wit

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

2010-06-30 Thread David Kirkpatrick
Hi Joao, You can use LoopBe1 or MIDIYoke. They're both free. Regards, David Kirkpatrick Sound and Multimedia Artist www.davidk.com.au --Forwarded Message Attachment-- From: jmmmp...@googlemail.com To: pd-list@iem.at Date: Wed, 30 Jun 2010 12:19:10 +0200 Subject: [PD] send midi to another prog

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread Marco Donnarumma
Chris McCormick is working on it, alone as far as I know. (Don't want to talk for Chris) but it seems to me he's interested in porting oniy pd-vanilla tilde objects. And he would need help too. Anyway he published some useful guidelines and I think it shouldn't be difficult for someone knowing Ja

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 - solved!

2010-06-30 Thread Ingo Scherzinger
Problem solved! I added this line to the firmata 2.1: digitalWrite(pin, HIGH); // turn on pullup resistors in this context: case INPUT: pinStatus[pin] = mode; pinMode(pin, INPUT); -> digitalWrite(pin, HIGH); // turn on pullup resistors portStatus[port] = port

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

2010-06-30 Thread Max
Am 30.06.2010 um 12:45 schrieb IOhannes m zmoelnig: > well, jack can route MIDI as well...(and ALSA does MIDI-routing as well) > > on w32, you could try midiyoke. ...and on OS X use the build-in IAC (inter application communication?) bus which you have to enable in the Audio-MIDI-Setup.app (the

[PD] [PD-announce] Meeting Code and Art - 10 July - Marseille - France

2010-06-30 Thread matohawk
Hi, We organise a small meeting in Marseille "Code and Art" called Apéro Codelab #8, 10 of July. (with a Blank Pages, talk, a Pure Data workshop, installations and performance) The entry is free. Here you can find more informations (in french) : http://codelab.fr/+/apero-codelab-08 Bonjour,

Re: [PD] interface/pd-based standalone applications question

2010-06-30 Thread András Murányi
2010/6/30 IOhannes m zmoelnig > On 2010-06-30 12:50, András Murányi wrote: > > On Wed, Jun 30, 2010 at 9:46 AM, David Schaffer > > wrote: > > > >> > >> > >> > >> I'm neither nuts, nor a consumer. I just happen to be impressed by a > patch > >> I came across a while ago, it was a TR 909 emulation

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

2010-06-30 Thread João Pais
> > my attempts to work with [midifile] didn't work, as something in the > files > > is saved wrong, and all my midi-related programs (sibelius, reason, > > logic,...) display a much slower file than the one I saved. Also, > midifile > > only takes integers as midipitches, which is rather limiting.

  1   2   >