[PD] data structures and library abstraction question

2007-01-30 Thread Rich E
Hi all, I just had a look at Frank's data structure tutorial, in which he suggests making a library abstraction for all structure templates. This seems like something I have to do for some patches I'm working on, but it would also be nice to just be able to check if the library is open, and if

[PD] hotkey scrolling within patches?

2007-02-13 Thread Rich E
Hi list, Does anyone know of a good linux window manager that would allow me to scroll left/right or up/down within a pd patch with the use of hotkeys? In Gnome and Blackbox, I can scroll up and down with the trackpad, but I really need to be able to do left and right. Another side question

Re: [PD] ~ and ~ becommes _~ and __~ in windows...

2007-02-27 Thread Rich E
Side question, where do I find ~ and ~ sources? They are missing from some patches I downloaded and are hard to search for. Writing the name out, such as greaterthan~, seems a bit easier for everything... searching, compiling.. Regards, Rich On 2/27/07, IOhannes m zmoelnig [EMAIL PROTECTED]

[PD] hot do you get a comma into a symbol?

2007-03-05 Thread Rich E
Is it possible to make one symbol that looks like 26,0,0 ? I'd like to be able to do the command: (amixer -c 1 cset numid=5 26,2,32768 ( | shell which would control the hdsp matrix mixer. But the commas make message part before 2, then again on 32768. Any way to get the whole thing in one

Re: [PD] hot do you get a comma into a symbol?

2007-03-05 Thread Rich E
Just found the answer from a previous thread.. sorry for waiting your time! On 3/5/07, Rich E [EMAIL PROTECTED] wrote: Is it possible to make one symbol that looks like 26,0,0 ? I'd like to be able to do the command: (amixer -c 1 cset numid=5 26,2,32768 ( | shell which would control

Re: [PD] hotkey scrolling within patches?

2007-03-08 Thread Rich E
So I came across Alexandre Quessy' [x11mouse] external this evening. It will simulate mouseclicks and motion with key scripts... but not scrolling. I took a quick look at the x11 manual and I couldn't find any info on manipulating the scroll feature of the mouse/trackpad. Does anyone know what

Re: [PD] hot do you get a comma into a symbol?

2007-03-11 Thread Rich E
Double oops... sorry I accidently hit reply instead of reply to all. Now I see you can access all the soundcard's features through [amixer], nice IOhannes! So, I guess the only thing that would help is a help file... amixer is kindof a tricky tool. cheers, rich On 3/9/07, Rich E [EMAIL

Re: [PD] Polaroid local-state-saving for Memento

2007-03-13 Thread Rich E
way to go! I was just checking out Memento for the first time yesterday and I was bummed when I realized local saving wasn't working yet... and now it does! I have it running in a pretty hairy set of patches that act like a synth/effect rack, with many instances of the same abstraction (things

[PD] help compiling syncgrain~

2007-03-31 Thread Rich E
Hi all, Frank, I'm having a bit of trouble compiling syncgrain~ from cvs... I'm running Ubuntu 6.10, with stk, sndobj, and flext installed. I run: [EMAIL PROTECTED]:~/pd/cvs/externals/footils/syncgrain$ sh ../../grill/flext/build.sh pd gcc and get this error first: ...

Re: [PD] ANN: munger1~ port (from the Percolate library)

2007-04-02 Thread Rich E
The only link I can find to download the source ( http://www.akustische-kunst.de/puredata/percolate.html ) is down right now. Anyone know why, or if I can get the source elsewhere? regards, Rich On 3/12/07, Ivica Ico Bukvic [EMAIL PROTECTED] wrote: Hi all, For impatient, download at:

[PD] [matrix12] in rtc lib?

2007-06-09 Thread Rich E
Hi all, anyone know where [matrix12] can be found? It is needed in a few of the rtc patches, can't find it though. regards, rich ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] about pd

2007-10-13 Thread Rich E
Oh yeah, UCSD has one of the best microbrewery selections I've ever seen at Porter's Pub (right next to the music department. Go figure). Over 20 taps of it.. anyone looking for a computer music degree there should check it out. Mmmm.. the Arrogant Bastard... rich On 10/12/07, jared [EMAIL

[PD] new external: oscbank~

2007-10-15 Thread Rich E
I finally brushed up this code and got it ready for release, which was written during an internship a couple summers ago. [oscbank~] is, well, an oscillator bank. It can synthesize hundreds of partials while interpolating their time varying frequencies and amplitudes. Each partial needs a

Re: [PD] [PD-announce] DesireData 2007.08.04

2007-10-16 Thread Rich E
I've been waiting to try this for so long... glad to see all the work done on it. I just compiled without a hitch, but I can't get it to run yet: [EMAIL PROTECTED]:~/src/desiredata-2007.08.04/src$ ./pd bind: Address already in use (98) anyone know what this means? regards, rich On 8/3/07,

Re: [PD] [PD-announce] DesireData 2007.08.04

2007-10-16 Thread Rich E
whoops, nevermind. I'm impatient and I forgot to finish reading the install file. wish desire.tk works like a charm. Testing it out now... thanks! rich On 10/16/07, Rich E [EMAIL PROTECTED] wrote: I've been waiting to try this for so long... glad to see all the work done on it. I just

Re: [PD] Granular Cross-fader

2007-10-25 Thread Rich E
I just spent the afternoon trying to achieve this effect, with little success. Here is what I've been thinking, hopefully someone knows where I am going wrong, or has some information they can share on the matter. There needs to be a fade-in of the spectral envelope applied to signal 1, ranging

[PD] patch for dollar sign fix in pd-extended?

2007-10-29 Thread Rich E
I was wondering if there is a way to get Miller's fixes for the dollar sign variables into the pd-extended build. I have some patches that use sends like $1.$2-volume, which works fine in pd v.40, but not in .39. I'd like to keep using pd-extended, Hans has done an excellent job with all the

Re: [PD] patch for dollar sign fix in pd-extended?

2007-10-29 Thread Rich E
(I believe Miller used that) and making it work in Pd-extended, then checking it into packages/patches in CVS. All of the patches there are applied to the Pd-extended builds. .hc On Oct 29, 2007, at 7:49 AM, Rich E wrote: I was wondering if there is a way to get Miller's fixes

[PD] using chrt on pd to get rid of DIO errors

2007-11-19 Thread Rich E
After setting up ubuntustudio (7.04) with a real-time kernel ( 2.6.20-16-realtime), I was experiencing DIO errors every few seconds. Exploring this taught me alot about how to set priorities on a real-time kernel, mainly with the command 'chrt'. However, I don't think it is meant to be used

Re: [PD] SDIF

2007-11-22 Thread Rich E
i'm getting ready to package an external i wrote for reading SDIF files, but it still has a couple bugs that i need to work out. What uses would you have with SDIF? Personally, I use the 1TRC spectral analysis files from SPEAR, synthesizing them in pd. This has been working well for me, but I'm

Re: [PD] using chrt on pd to get rid of DIO errors

2007-11-24 Thread Rich E
, Rich E [EMAIL PROTECTED] wrote: After setting up ubuntustudio (7.04) with a real-time kernel ( 2.6.20-16-realtime), I was experiencing DIO errors every few seconds. Exploring this taught me alot about how to set priorities on a real-time kernel, mainly with the command 'chrt'. However, I

[PD] general wacom device with [hid]?

2007-12-19 Thread Rich E
Hello, Is there a way to use the /dev/input/wacom symbolic link (which is automatically created to point to the correct event*) with [hid]? I am still using [linuxevent] because it works this way and is very useful when having to unplug/replug in the wacom tablet. best, rich

[PD] audio sample labeling... (onset, fundamental freq)

2008-02-14 Thread Rich E
Hey list, I was wondering if anyone has implemented any type of sample labeler in pd.. I was thinking about doing something that gave a list of onsets and the fundamental frequency of segments.. could be useful for chopping up samples in real-time. So far, everything I've found takes in an audio

Re: [PD] audio sample labeling... (onset, fundamental freq)

2008-02-15 Thread Rich E
to make something with the value (in audio frame). it's a work in progress, tell me if it's a little bit what you are looking for. pat - Original Message - From: Rich E [EMAIL PROTECTED] To: PD list pd-list@iem.at Sent: Thursday, February 14, 2008 12:03 PM Subject

Re: [PD] sms external

2008-04-08 Thread Rich E
someone (rich e) posted that he wanted to work on an sms (Spectral Modeling Synthesis) external for pd (http://lists.puredata.info/pipermail/pd-dev/2008-01/010709.html), just curious if you're still working on it or if you come up with another solution? thanks, marius

Re: [PD] configuring ubuntu: hid readable + Intuos3

2008-04-22 Thread Rich E
Hi Joao, I remember having the same problem a while back, and all it took to fix the wacom permissions was adding KERNEL==event[0-9]*, MODE=0666 to your /etc/udev/rules.d/40-permissions.rules file. As for the RME Multiface, I used to have one and had so many problems with it

[PD] Trax - Sinusoidal Model Synthesis in Pure Data

2008-04-24 Thread Rich E
www.teafordragons.com/rte/trax.html This is a patch I've been working on for quite some time now, finally packaged with some documentation and an example qlist with it. Trax is a fancy additive synthesizer that stores partials in data structures and re-synthesizes them using [oscbank~]. It gets

Re: [PD] Trax - Sinusoidal Model Synthesis in Pure Data

2008-04-28 Thread Rich E
I think a wiimote would work great, but you would have to make sure to interpolate the time-advancement (I do this for the wacom because it is usb, although it is not as crucial). The current frame being synthesized by Trax is given by a timetag, which are about 10ms apart at the original speed

Re: [PD] Trax - Sinusoidal Model Synthesis in Pure Data

2008-04-29 Thread Rich E
I re-tarred and re-uploaded trax.tar.gzhttp://www.teafordragons.com/rte/software/trax.tar.gz, can you try it again? Sorry about that.. regards, rich On Mon, Apr 28, 2008 at 12:11 PM, Andy Farnell [EMAIL PROTECTED] wrote: On Mon, 28 Apr 2008 11:32:18 -0700 Rich E [EMAIL PROTECTED] wrote

[PD] control ardour via pd/[sendOSC]

2008-05-10 Thread Rich E
Hi, I just discovered that ardour is controllable via OSC in pd! In the past, I have used midi keys to sync my pd patches and ardour, but this was always a little painful. So, as I hadn't seen any other reference of this, I thought I would post what commands are available here. First, you have

Re: [PD] call for testing on the nightly builds!

2008-05-12 Thread Rich E
I just tried installing Pd-0.40.3-extended-20080512-ubuntu-hardy-i386.debhttp://autobuild.puredata.info/auto-build/latest/Pd-0.40.3-extended-20080512-ubuntu-hardy-i386.debon a fresh install of Ubuntu Hardy, running the rt kernel. Well, almost fresh; I installed all the packages for compiling

Re: [PD] call for testing on the nightly builds!

2008-05-13 Thread Rich E
hmm, does it work if you start it with pd -noprefs? i would suspect the problem to be in the libdir loader. Pd will start this way, but if I do just about anything, it will show similar errors. For instance, I got this error message when I rightclicked-help on the number box (and might I add,

[PD] svn problems

2008-05-14 Thread Rich E
Hi, I am trying to download from svn, but receiving the follow error: [EMAIL PROTECTED]:~/pd/svn$ svn up pure-data/ Error validating server certificate for ' https://pure-data.svn.sourceforge.net:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate

Re: [PD] call for testing on the nightly builds!

2008-05-14 Thread Rich E
The May 9th build doesn't have the same problem. I've also tried the newest nightly build on both Gutsy and Hardy, they have the same stacksmashing error. So now that I've ben searching around in the new Pd-extended, here are some things I noticed: - The new hotkeys (clear console, open help

Re: [PD] svn problems

2008-05-14 Thread Rich E
/musical.arpeggio-help.pd On Wed, May 14, 2008 at 8:13 PM, Rich E [EMAIL PROTECTED] wrote: Hi, I am trying to download from svn, but receiving the follow error: [EMAIL PROTECTED]:~/pd/svn$ svn up pure-data/ Error validating server certificate for ' https://pure-data.svn.sourceforge.net

Re: [PD] call for testing on the nightly builds!

2008-05-15 Thread Rich E
:37 PM, Rich E [EMAIL PROTECTED] wrote: The May 9th build doesn't have the same problem. I've also tried the newest nightly build on both Gutsy and Hardy, they have the same stacksmashing error. So now that I've ben searching around in the new Pd-extended, here are some things I noticed

Re: [PD] call for testing on the nightly builds!

2008-05-15 Thread Rich E
listing them on the bugtracker. Hans, is the file at trunk/packages/linux_make/default.pdsettings the one that goes into pd-extended? On Wed, May 14, 2008 at 11:54 PM, Rich E [EMAIL PROTECTED] wrote: I also noticed that [fluid~] and [pool] are missing. Is this because of flext? These are two

Re: [PD] call for testing on the nightly builds!

2008-05-17 Thread Rich E
] wrote: On May 15, 2008, at 5:37 AM, Rich E wrote: The May 9th build doesn't have the same problem. I've also tried the newest nightly build on both Gutsy and Hardy, they have the same stacksmashing error. Today's build gets rid of the stacksmashing error (for me at least). Please test

Re: [PD] help files was: Re: call for testing on the nightly builds!

2008-05-18 Thread Rich E
On Sat, May 17, 2008 at 9:03 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On May 17, 2008, at 5:50 PM, Enrique Erne wrote: Hans-Christoph Steiner wrote: There is much that can and should be done. Here's some ideas ranked into of difficulty: - file a bug report when a help patch

[PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-20 Thread Rich E
Hi, I have been having this problem off and on for a while, but never thought it would do any good to post on this forum about it. However, I have a lead now. I have an Edirol FA-101 hooked up to pd in Ubuntu Gutsy, with the rt kernel. If pd is running by itself, everything sounds great. If

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-20 Thread Rich E
differences, so you need to be specific. .hc On May 20, 2008, at 2:15 PM, Rich E wrote: Hi, I have been having this problem off and on for a while, but never thought it would do any good to post on this forum about it. However, I have a lead now. I have an Edirol FA-101 hooked up to pd

Re: [PD] help files was: Re: call for testing on the nightly builds!

2008-05-21 Thread Rich E
Both layout 1 and 2 would be nice to have, for different situations. Concerning patches that are included in pd extended, it seems best to use layout 1 that you mention, which is compatible on everyone's system, as of right now. [declare]/[import] seems like something for personal patches, where

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-21 Thread Rich E
IIRC, Ubuntu RT kernel is not actually Real Time (i.e. with Ingo patches), just a desktop RT which is not very useful for audio and certainly not enough for JACK apps of any heft. Where are you getting this info from? This is not what I have read, but maybe I am missing something somewhere.

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-21 Thread Rich E
IIRC, Ubuntu RT kernel is not actually Real Time (i.e. with Ingo patches), just a desktop RT which is not very useful for audio and certainly not enough for JACK apps of any heft. Where are you getting this info from? This is not what I have read, but maybe I am missing something somewhere.

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-21 Thread Rich E
On May 20, 2008, at 5:38 PM, Rich E wrote: Currently, Pd-0.40.3-extended from the autobuiilds. While I think this is occurring on every version on Pd I have tried since I installed Hardy (which is alot), I should do some testing to verify that. Another thing; opening Audacity only cures

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-21 Thread Rich E
On Wed, May 21, 2008 at 3:20 PM, Ken Restivo [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 02:23:20PM -0700, Rich E wrote: IIRC, Ubuntu RT kernel is not actually Real Time (i.e. with Ingo patches), just a desktop RT which is not very useful for audio and certainly not enough

Re: [PD] help files was: Re: call for testing on the nightly builds!

2008-05-22 Thread Rich E
On Thu, May 22, 2008 at 12:58 AM, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: Rich E wrote: Both layout 1 and 2 would be nice to have, for different situations. i would be interested in the situations where layout 2 would be nice to have. i don't see any. For the same reason from x

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-23 Thread Rich E
and the audio was almost flawless. On Wed, May 21, 2008 at 3:34 PM, Rich E [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 3:20 PM, Ken Restivo [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 02:23:20PM -0700, Rich E wrote: IIRC, Ubuntu RT kernel is not actually Real Time (i.e. with Ingo

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-28 Thread Rich E
IOhannes, thanks for the commit.. The problem wasn't automatically starting jack. After swapping out lines of code from the vanilla version, I discovered the source of bad audio is coming from #define NUM_JACK_PORTS 1024 . This seems to be making pd fall behind for reasons unknown to me, but if

[PD] [openpanel]/[savepanel] directory, [cd]

2008-05-28 Thread Rich E
Hi all, I noticed the nice, new feature in [openpanel] and [savepanel] to specify a directory to open in. This saves much, much time navigating to the right directory. But it seems to only work if you specify the full path or the directly lays in the relative path of where pd was opened from

Re: [PD] wierd feedback popping with pd/freebob/jack/rt

2008-05-28 Thread Rich E
~] does its thing, the gui freezes for a couple seconds, but the audio is fine afterwards. Hopefully this hints at what the problem really is. regards, Rich On Wed, May 28, 2008 at 12:37 PM, Rich E [EMAIL PROTECTED] wrote: IOhannes, thanks for the commit.. The problem wasn't automatically

Re: [PD] [openpanel]/[savepanel] directory, [cd]

2008-05-29 Thread Rich E
it does and it has been discussed multiple times on this list: sending a command to the [shell] will start a new process (shell), run the command and quit. like it should be, child processes do not modify parent processes and siblings. Ah. This makes sense. i am not sure what you would

Re: [PD] default Save As location (was: [openpanel]/[savepanel]directory, [cd])

2008-05-29 Thread Rich E
When I first posted about this, it was about the recently new ability to do this: [symbol somedir( | [openpanel] But this only works if somedir is at $HOME/somedir on linux and /usr/blahblah/pdir/somedir on mac. So if my directly layout is something like ~/patches/somedir, I have to explicitly

Re: [PD] remote SL users..?

2008-05-30 Thread Rich E
Any word back on the Novation SDK? Although I just came across your email, I have also talked to the Novation support about this SDK, and about writing an external for pd that uses it. But, as far as I know... they never released this SDK, and that was months ago. I'll send Novation another

Re: [PD] pdrp

2008-06-03 Thread Rich E
Not to mention it includes the entire computer score for Manoury's *Jupiter*and *Pluton*... some amazing pieces of music. -rich On Tue, Jun 3, 2008 at 9:08 AM, marius schebella [EMAIL PROTECTED] wrote: hi, seems this project has not attracted much attention in the past.

Re: [PD] array to text file

2008-06-10 Thread Rich E
[ write write file.txt arrayname ( | [s pd arrayname] Take a look at 2.contol.examples/15.array.pd -rich On Tue, Jun 10, 2008 at 6:01 AM, potax flan [EMAIL PROTECTED] wrote: im sure this is fairly obvious but i never tried to do this before and im a bit lost: how can i save the contents of

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-14 Thread Rich E
I noticed that in the latest pd-extended on ubuntu, the arrow doesn't change direction when you mouse over a GUI object that is editable. Why so? I found it useful.. -rich On Wed, Jun 4, 2008 at 3:59 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: For this release, there has been a lot

[PD] bug in gop data-structs?

2008-06-17 Thread Rich E
Hi all, I'm just checking to see if this is in fact a bug, or I am doing something wrong with GOP data structs. The attached patch draws bars that symbolize 2 measures, with 4 sub divisions each. The problem is, when I minimize the patch and bring it back up, they disappear... seems like a bug

Re: [PD] bug in gop data-structs?

2008-06-18 Thread Rich E
Ah, buggers, didn't notice that was in there. Here it is. rich On Wed, Jun 18, 2008 at 12:45 AM, hard off [EMAIL PROTECTED] wrote: i can't use your patch because i don't have the [for] object, but i have had similar troubles that you described. i can also only describe it as a bug.

Re: [PD] bug in gop data-structs?

2008-06-18 Thread Rich E
Ok, sorry about that. I copied and pasted out of a larger patch last time, a little too hastily. The attached patch is the same one, with no abstractions. Hardoff, your problem is a different one, that I think I have experienced as well. The data struct objects don't hold their drawing order

Re: [PD] bug in gop data-structs?

2008-06-18 Thread Rich E
Geeshh... I'm slipping more and more this week. I forgot to attach the patch, here it is. On Wed, Jun 18, 2008 at 1:25 PM, Rich E [EMAIL PROTECTED] wrote: Ok, sorry about that. I copied and pasted out of a larger patch last time, a little too hastily. The attached patch is the same one

[PD] JACK error: client linked with incompatible libjack version.

2008-06-21 Thread Rich E
In an ongoing attempt to find the root of my audio problems when using a firewire soundcard with jack/freebob, I just installed the latest stable version of jack (0.109.2), and I am now coming up with this error when using the latest autobuild of pd-extended: error: JACK error: client linked with

Re: [PD] JACK error: client linked with incompatible libjack version.

2008-06-22 Thread Rich E
: Use a different package, like Debian/testing or Ubuntu/Hardy. Or build it yourself. .hc On Jun 22, 2008, at 2:56 AM, Rich E wrote: In an ongoing attempt to find the root of my audio problems when using a firewire soundcard with jack/freebob, I just installed the latest stable version

Re: [PD] Trax - Sinusoidal Model Synthesis in Pure Data

2008-06-29 Thread Rich E
to be released or pre-leleased.. Best Luigi Am 29.04.2008 um 17:10 schrieb Rich E: I re-tarred and re-uploaded trax.tar.gzhttp://www.teafordragons.com/rte/software/trax.tar.gz, can you try it again? Sorry about that.. regards, rich On Mon, Apr 28, 2008 at 12:11 PM, Andy Farnell [EMAIL PROTECTED

[PD] compiling pd vanilla on os x: ld problems

2008-11-07 Thread Rich E
Hi all, I'm trying to build the latest pd-vanilla (0.41-4) on a Mac PowerPC G4 running os x, but seeing strange linking errors. The computer is a hand-me-down from another programmer, not the freshest install to say the least. Configure works fine, but when I make I get a warning that -arch

Re: [PD] compiling pd vanilla on os x: ld problems

2008-11-08 Thread Rich E
no, I think it should say -arch ppc or something close. I do not know what is setting it to i386. On Fri, Nov 7, 2008 at 9:03 PM, Steffen Juul [EMAIL PROTECTED] wrote: On 07/11/2008, at 19.43, Rich E wrote: (snip) Mac PowerPC G4 (snip) I get a warning that -arch i386 was specified to ld

Re: [PD] compiling pd vanilla on os x: ld problems

2008-11-11 Thread Rich E
: Rich E wrote: no, I think it should say -arch ppc or something close. I do not know what is setting it to i386. it's trying to build fat binaries (both ppc and i386). most likely you are lacking the i386 libs on your system, that's why it is bailing out. mfgasdr IOhannes

[PD] first release of libsms + pd externals

2008-11-13 Thread Rich E
Hi all, As some may know, I have been working on updating the SMS code Xavier Serra wrote during his PhD to work in modern-day, real-time systems. It is working quite nice now and decently documented, so here is the first announcement of libsms, a C library for Spectral Modeling Synthesis things.

Re: [PD] first release of libsms + pd externals

2008-11-14 Thread Rich E
compile things just like I would in linux. I know this is different from most Mac users, which is a large population of the Pd community. Sorry to the Windows users.. I have sort of given up on trying to get things to build there. Am 13.11.2008 um 23:17 schrieb Rich E: Hi all, As some may know

[PD] argument out of range when using $1/$2 for send/receive name

2008-11-23 Thread Rich E
Hi all, I'm getting the following error in the pd window when I try to use send/receive names like $1/$2: error: #1/$2: argument number out of range error: #1/gui/$2: argument number out of range Yet, they seem to be working... should I just ignore this error message or does anyone know if I

Re: [PD] argument out of range when using $1/$2 for send/receive name

2008-11-24 Thread Rich E
I've been messing around trying to get this error message in different ways. It does not happen from the native pd number box, but every other GUI object seems to produce it. On Mon, Nov 24, 2008 at 10:08 AM, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Rich E hat gesagt: // Rich E wrote

Re: [PD] Pd , Ardour and Jack

2008-11-25 Thread Rich E
A while back I posted about controlling ardour through OSC commands (I send them in pd): http://www.mail-archive.com/pd-list@iem.at/msg18269.html On Mon, Nov 24, 2008 at 4:21 PM, ju [EMAIL PROTECTED] wrote: well thanks Luigi for this address : http://ardour.org/node/2004 very usefull. What

Re: [PD] remote SL users..?

2008-12-12 Thread Rich E
Oops, forgot to cc the list: On Fri, Dec 12, 2008 at 10:49 AM, Rich E reakina...@gmail.com wrote: I looked at it a while back and noticed it is closed source and not compiled in linux. So, not me :( Once again, open source users loose out. The rep I talked to pointed me towards the API

Re: [PD] Open Lab at the 11th Cairo Bienale

2008-12-15 Thread Rich E
doohh! Thought this was at the Hanger in bcn... too bad. Hope its fun, I wish I was there! cheers, Rich On Thu, Dec 11, 2008 at 2:56 PM, yves degoyon ydego...@gmail.com wrote: *Open* *Lab at the 11*^*th* * Cairo Bienale* *21*^*st* * to 27*^*th* * of December 2008* *Bab Gallery of the

[PD] is there a [route] with changeable compare arguments?

2009-01-03 Thread Rich E
Hi all, Just wondering if anyone wrote this as an external, as I don't see why someone would not have. I keep wanting a [route] that has a sort of set message where you can change the symbol/value that it looks for to match against. I found Martin Peach's [nroute] in svn, which does exactly

Re: [PD] is there a [route] with changeable compare arguments?

2009-01-03 Thread Rich E
Shoot, I just realized that [nroute] is part of Maxlib, not mrpeach. Sorry. On Sat, Jan 3, 2009 at 10:00 PM, Rich E reakina...@gmail.com wrote: Hi all, Just wondering if anyone wrote this as an external, as I don't see why someone would not have. I keep wanting a [route] that has a sort

Re: [PD] is there a [route] with changeable compare arguments?

2009-01-04 Thread Rich E
. cheers Rich On Sun, Jan 4, 2009 at 12:31 AM, Frank Barknecht f...@footils.org wrote: Hallo, Rich E hat gesagt: // Rich E wrote: Just wondering if anyone wrote this as an external, as I don't see why someone would not have. I keep wanting a [route] that has a sort of set message where you can

Re: [PD] : PD sync with JACK (linux)

2009-01-18 Thread Rich E
Sorry for the double post, but this question is sort of directly in between the two mailling lists, pd and linux audio users Anyone been able to get seq24 to start from pd? I've tried numerous times to use seq24 for sequencing harmonies and whatnot, but it is always a pain getting it to

Re: [PD] [LAU] : PD sync with JACK (linux)

2009-01-18 Thread Rich E
No, but I just did. I get the message [Start Playback] every time i try to start the jack transport, but seq24 does not go :( On Sun, Jan 18, 2009 at 11:10 PM, Norval Watson norv2...@yahoo.com.au wrote: Did you try starting seq24 from command line with seq24 --jack_transport Norv

Re: [PD] [LAU] : PD sync with JACK (linux)

2009-01-18 Thread Rich E
Ah, nice. I didn't realize seq24 had to be the master in order to do this (i figured the pd external was the master). thanks, works like a charm. richie On Mon, Jan 19, 2009 at 1:00 AM, Norval Watson norv2...@yahoo.com.au wrote: Other options are found with this command line.. seq24 -h eg.

Re: [PD] music made with Pd

2009-03-06 Thread Rich E
I liked it too, it has a nice energetic progression. I like the decaying melody notes in the beginning that drop in pitch and fade away at the same time. I also liked the site, just signed up :) rich On Fri, Mar 6, 2009 at 8:35 AM, Ichabod icha...@gmail.com wrote: Excellent! I like how it has

Re: [PD] DIY GSoC: getting those projects done

2009-03-20 Thread Rich E
Of course it would be nice to do the projects regardless of funding, but in reality they just won't get the same attention to detail and thoroughness. I don't have a job except through grants like this.. I'm still all for making apython libpd module... but who knows when summer rolls around and

Re: [PD] [OT] Re: DIY GSoC: getting those projects done

2009-04-09 Thread Rich E
On Mon, Apr 6, 2009 at 8:06 PM, Mathieu Bouchard ma...@artengine.ca wrote: On Mon, 6 Apr 2009, Chris McCormick wrote: No, that's not at all the reason I think that a format like JSON or YAML would be useful. It's more to do with patches being more widely and easily parseable, mashable, etc.

Re: [PD] [PD-dev] who wants to port [wacom] for windows (and unix) ?

2009-05-12 Thread Rich E
I use [linuxevent /dev/wacom] in linux... plus an abstraction. Works fine and provides everything I need. [hid] does work, but you have to know exactly what /dev/* file to tell it to look at (it won't take the /dev/wacom symlink). Windows should be the only one that needs the official wacom

Re: [PD] [PD-dev] who wants to port [wacom] for windows (and unix) ?

2009-05-13 Thread Rich E
have to click anything in order to initialize the wacom.. it is automatically looking at the correct /dev/* On May 12, 2009, at 2:23 PM, Rich E wrote: I use [linuxevent /dev/wacom] in linux... plus an abstraction. Works fine and provides everything I need. [hid] does work, but you have

Re: [PD] [PD-dev] who wants to port [wacom] for windows (and unix) ?

2009-05-15 Thread Rich E
in GNU/Linux. There are other ways too. .hc On May 13, 2009, at 11:47 AM, Rich E wrote: Can you think of a way to route this information back to [hid]? The main reason I use [linuxevent] instead of [hid] is because I don't have to click anything in order to initialize the wacom

Re: [PD] getting wacom data on Ubuntu WAS: who wants to port [wacom] for windows?

2009-05-21 Thread Rich E
In Ubuntu 7.04, I added the following line to /etc/udev/rules.d/40-permissions.rules: KERNEL==event[0-9]*, MODE=0666 I think things may have changed though.. might belong in a different file now. Look for whevever similar lines are for things like raw1394, usb, etc, and thats

Re: [PD] getting wacom data on Ubuntu WAS: who wants to port [wacom] for windows?

2009-05-22 Thread Rich E
yea sometimes I just want a computer that works - I get tired of all these rules. i'll have to try out the new Jaunty way of the wacom 'just working' when I have moment.. Rich On Fri, May 22, 2009 at 9:48 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: Rich E wrote: In Ubuntu 7.04, I added

Re: [PD] [PD-announce] Pd 0.42-5 released

2009-06-15 Thread Rich E
Yes, the problem I have when using freebob in debian does not exist with NUM_JACK_PORTS at 128 (but anything higher and I get horrible xruns). It would be nice one day to figure out why this is. Rich 2009/5/15 IOhannes m zmölnig zmoel...@iem.at Miller Puckette wrote: Pd version 0.42-5 is

Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-23 Thread Rich E
I'd love to check it out, the link is not working for me though. rich On Tue, Jun 23, 2009 at 11:45 PM, Frank Barknecht f...@footils.org wrote: Hallo, Jack hat gesagt: // Jack wrote: I just see the video, it looks impressive by its simplicity. Thanks! :) Simplicity is one of the design

Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-24 Thread Rich E
Ah nice, especially for throwing that together live. Thanks for the tutorial! Not to be too much of a critic on a good tutorial, but... it is quite static though, for the flexibility of pd, don't you think? Limiting all the rhythms to 32nd notes. Frank, I would love to see your approach to

Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-26 Thread Rich E
On Thu, Jun 25, 2009 at 9:44 AM, Frank Barknecht f...@footils.org wrote: Hallo, Rich E hat gesagt: // Rich E wrote: Ah nice, especially for throwing that together live. Thanks for the tutorial! Not to be too much of a critic on a good tutorial, but... it is quite static though

Re: [PD] Pd Tutorial redesigned

2009-07-03 Thread Rich E
Yea you can use some phasors and a random number generator or two, people do it all the time. Sounds horrible. On Fri, Jul 3, 2009 at 4:34 AM, ydego...@gmail.com ydego...@gmail.comwrote: gosh, looks like a .com out there, is that the only way to make music with pd? let's say if i hate

Re: [PD] Two-dimensional gesture mapping for interactive real-time electronic music instruments

2009-07-11 Thread Rich E
Hi Thomas, I've finally spent enough time reading your thesis to feel comfortable asking a couple questions :) First though, I have to say that the extent of what you accomplished in your implementation is very impressive. It looks like you went the way. I am not sure about what you are using

Re: [PD] external glitch with jack not with alsa why?

2009-07-16 Thread Rich E
What version of pd are you using? On Thu, Jul 16, 2009 at 8:14 AM, patrick pured...@11h11.com wrote: hi, update on this problem: instead of trying to rewrite the external, i was trying to use netsend (udp) / netreceive to send 17 messages (int) each 10 ms using 2 instances of pd (-nrt

[PD] ptl and IanniX

2009-07-28 Thread Rich E
Hi, I've been looking at these two applications for graphical notation via OSC: ptl: D. Henry, “PTL, a new sequencer dedicated to graphical scores,” in Proc. of the 2004 Int. Computer Music Conf, 2004, 738–41. http://dh7.free.fr/otl/PTL_dh20040312.pdf IanniX: T. Coduys and G. Ferry, “IanniX

Re: [PD] ptl and IanniX

2009-08-01 Thread Rich E
this site interessting : http://www.graphicalscores.org/ Cheers, Damien. Rich E a écrit : Hi, I've been looking at these two applications for graphical notation via OSC: ptl: D. Henry, “PTL, a new sequencer dedicated to graphical scores,” in Proc. of the 2004 Int. Computer Music Conf, 2004

Re: [PD] [os] small linux versions issues?

2009-08-07 Thread Rich E
I think the biggest difference in linux, with a machine of your speed, will be how good your soundcard / videocard is. Also, if you are new to linux, it will save you a load of grief by starting with one of the more popular multimedia distributions like Ubuntu, 64studio, or Fedora, as there is

Re: [PD] [os] small linux versions issues?

2009-08-07 Thread Rich E
The latest Ubuntu is trying to use the PulseAudio system instead of just ALSA, which was working perfectly fine in my opinion. I had all sorts of problems with PulseAudio, along with many other audio users. I followed the following post to purge PulseAudio from my system, so I could use ALSA

[PD] [PD-announce] SmsPlayer (smspd / pysms) demo videos online

2009-08-31 Thread Rich E
Hi all, In support of my soon-to-be-finished thesis and the dafx conference I will attend next week, I have put some demo videos online of the real-time synth I designed using software related to libsms, in Pd and python. You can find the videos here: http://mtg.upf.edu/people/eakin?p=Examples

  1   2   3   >