Re: [PD] Get name of patch from within the patch

2014-03-04 Thread Kaj Ailomaa
On Tue, Mar 4, 2014, at 02:54 AM, Chris McCormick wrote: Hello, On 03/03/14 21:55, Kaj Ailomaa wrote: Hi. I've been googling a bit and looking through the library of objects that comes with pd-extended, but can't seem to find a way to get the name of the patch from within the patch

[PD] Get name of patch from within the patch

2014-03-03 Thread Kaj Ailomaa
Hi. I've been googling a bit and looking through the library of objects that comes with pd-extended, but can't seem to find a way to get the name of the patch from within the patch. Anyone know of a nice method to do this? ___ Pd-list@iem.at mailing

Re: [PD] Pd and pulseaudio (was: ALSA output error (restart failed): Broken pipe)

2013-02-01 Thread Kaj Ailomaa
On Fri, 01 Feb 2013 18:29:15 +0100, Miller Puckette m...@ucsd.edu wrote: Just to comment on why I ended up un-installing portaudio: I booted my Pi with a clean new Raspbian distro, compiled Pd (after installing some packages like git and alsa libs), ran it and found that pulseaudio was running.

Re: [PD] Pd and pulseaudio (was: ALSA output error (restart failed): Broken pipe)

2013-02-01 Thread Kaj Ailomaa
On Fri, 01 Feb 2013 18:34:49 +0100, Kaj Ailomaa zeque...@mousike.me wrote: On Fri, 01 Feb 2013 18:29:15 +0100, Miller Puckette m...@ucsd.edu wrote: Just to comment on why I ended up un-installing portaudio: I booted my Pi with a clean new Raspbian distro, compiled Pd (after installing some

Re: [PD] Pd and pulseaudio

2013-02-01 Thread Kaj Ailomaa
On Fri, 01 Feb 2013 19:45:12 +0100, Roman Haefeli reduz...@gmail.com wrote: On Fre, 2013-02-01 at 10:37 -0500, Hans-Christoph Steiner wrote: [...] Yeah, that sounds like my experience as well. One thing I've heard is that pulseaudio can use jack as the backend instead of ALSA. That

Re: [PD] Random number generation quest

2012-11-14 Thread Kaj Ailomaa
On Wed, 14 Nov 2012 15:53:44 +0100, Enrique Erne enri...@netpd.org wrote: Hi List! Can a random number form 0 to 100 be generated with the following requirements: - No externals / Vanilla Pd only - DSP must be off - The patch is loaded with Pd through command line interface i.e. `pd

Re: [PD] MIDI and JACK autoconnection is a PITA...

2012-10-31 Thread Kaj Ailomaa
On Wed, 31 Oct 2012 11:55:17 +0100, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-31 11:41, Lorenzo Sutton wrote: or does it also affect jack audio connections? I'd like to try to fix this but never use jack so am not sure where to

Re: [PD] MIDI and JACK autoconnection is a PITA...

2012-10-31 Thread Kaj Ailomaa
On Wed, 31 Oct 2012 13:20:53 +0100, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-31 12:10, Kaj Ailomaa wrote: I would vote for adding a toggle for this in pd jack setup. just to be nitpicky (and i have to admit

Re: [PD] Cheapest effects/objects/abstractions?

2012-09-30 Thread Kaj Ailomaa
A simple way to check is to use the cpu meter on PD.To see more action, multiply the number of effects you are using.Even just a large number of [throw~] and [catch~] can cause a bit of load on the cpu, while direct connections are cheaper.As for "effects", I guess there really isn't any specific

Re: [PD] variable number of outlets/inlets

2012-08-14 Thread Kaj Ailomaa
On Fri, 10 Aug 2012 22:28:53 +0200, Eldad Tsabary tazberry_d...@yahoo.ca wrote: Hi, How does one create an abstraction with a variable number of outlets (depending on the number of arguments)? Thanks Eldad ___ Pd-list@iem.at mailing list

[PD] Weird object initialization, [list length] was symbol in disguise

2012-07-11 Thread Kaj Ailomaa
I had a strange problem with a patch recently. [list length] was not outputting numbers, but the message symbol. Also, another [list] object was missing it's right inlet, and had become disconnected. After manually replacing those objects with new ones, they initialized normally, and when I

Re: [PD] Weird object initialization, [list length] was symbol in disguise

2012-07-11 Thread Kaj Ailomaa
On Wed, 2012-07-11 at 20:33 +0200, Kaj Ailomaa wrote: I had a strange problem with a patch recently. [list length] was not outputting numbers, but the message symbol. Also, another [list] object was missing it's right inlet, and had become disconnected. After manually replacing those

Re: [PD] list-abs

2012-07-10 Thread Kaj Ailomaa
You'll need to enable the library. There are numerous ways to do that. * [list-abs/list-normalize]. * [import list-abs] * [declare -lib list-abs] (will require you to reload the patch) * You can start pd with: pd -lib list-abs * Add paths and libraries in pd settings (which end up in a config

Re: [PD] list-abs

2012-07-10 Thread Kaj Ailomaa
On Tue, 2012-07-10 at 23:14 -0300, José Rafael Subía Valdez wrote: Actually, that lib is a bunch of externals so declare doesnt exactly apply... I dont know exactly why it happens, but it does... I had the same issue... what I did is, I opened the [list-abs] abstraction that stands for list

Re: [PD] first trial,. but no sound

2012-07-05 Thread Kaj Ailomaa
On Thu, 2012-07-05 at 19:19 +0200, Kaj Ailomaa wrote: On Thu, 2012-07-05 at 17:42 +0200, Stefan Thomas wrote: Dear Kaj, thanks for Your help. I've installed the lowlatency kernel and I've also reinstalled qjackctl and pd, from the ubuntu repositorys. But I still do have the problem

Re: [PD] first trial,. but no sound

2012-07-04 Thread Kaj Ailomaa
On Wed, 2012-07-04 at 08:20 +0200, Stefan Thomas wrote: Dear Iain, I did as You suggested, the problem remains the same. One problem might be: When I reinstall PD some of the other PD-related packages will be reinstalled to. But I've read in the meantime, that my problem could be a bug,

Re: [PD] installing pd-extended on Ubuntu 12.04

2012-05-18 Thread Kaj Ailomaa
On 05/18/2012 06:52 PM, Jared Nielsen wrote: Hi all, New to the list. I'm attempting to install Pd-extended on Ubuntu 12.04 without luck. No amount of Googling leads me to a working solution. Can someone point me in the right direction? Thanks. There's a 32 bit version for pd-extended-43.1

Re: [PD] ubuntu linx: a couple of pd+jack errors

2012-02-04 Thread Kaj Ailomaa
On Fri, 2012-02-03 at 23:04 +0100, João Pais wrote: error: JACK error: cannot lock down memory for RT thread (Cannot allocate memory) This means you don't have realtime privilege and cannot start jack in realtime mode. If you chose yes to have realtime capability while installing jack, you

Re: [PD] error while loading shared libraries: libtk8.5.so.0

2012-02-03 Thread Kaj Ailomaa
On Fri, 2012-02-03 at 21:42 +0100, Matteo Sisti Sette wrote: On 02/03/2012 09:16 PM, Hans-Christoph Steiner wrote: Try: sudo apt-get -f install -f means fix, at least in my head :) It says 0 installed, 0 removed and 6 not upgraded. but Pd still complains about missing

Re: [PD] Pd-extended 0.43.1 beta builds

2012-02-01 Thread Kaj Ailomaa
On Tue, 2012-01-31 at 23:15 -0500, Hans-Christoph Steiner wrote: At this point, the Pd-extended 0.43.1 builds are definitely beta quality. I have fixed all bugs that I could find, and I just taught a class with it. Its working well. Please try it out with your patches and let me know what

Re: [PD] Ask pd to quit (nogui)

2012-01-25 Thread Kaj Ailomaa
On 2012-01-25 10:56, Charles Goyard wrote: Hi, I swear I tried and it did not work ;). Ok it works, thanks Hans. btw, where's the full reference for these pd message ? If you have pd-extended, it would be in the help browser help-browser: manuals - pd-msg

Re: [PD] 0.43 Audio problems trying Pd-0.42.5-extended on Ubuntu Oneiric ?

2012-01-24 Thread Kaj Ailomaa
On 2012-01-25 00:07, tim vets wrote: but then I got a pd-extended that can't load any of the externals. This is the libdir thing. Rename the file ~/.pdextended (or whatever it is called - something with pd) to something else and try again. If you use the same configuration file for 0.43 as

Re: [PD] install Pd on ubuntu without internet; video-playback codec windows?

2011-12-04 Thread Kaj Ailomaa
Why not plug it into the internet? You'll need to install at least tk8.5 and tcllib (or is it tvl8.5?) Linux without internet is pretty crippled when you're trying to install software. On 12/04/2011 01:36 AM, Johnny Mauser wrote: Dear list! i am trying to install pd-extended 0.42.5 on

[PD] settings for Pure Data broken?

2009-07-16 Thread Kaj Ailomaa
I've been using Pure Data with planetccrma for a little while now, and I've tried out fc9, fc10 and Centos 5.3 as platforms. I have had some similar problems on all of them, except I got PD working completely without DIO-errors only on Centos. At first this led me to believe it had