Re: [PD] Csound opcode Moogladder to Pd?

2008-08-27 Thread Julian Peterson
Csound defines M_PI... from the manual: Predefined Math Constant Macros New in Csound 5.04 are predefined Math Constant Macros. The values defined are those found in the C header math.h, and are automatically defined when Csound starts and available for use in orchestras. J On Aug 27,

Re: [PD] Is anyone using csoundapi~?

2008-08-11 Thread Julian Peterson
I use it frequently. Can't specifically answer the priorities question, but my own experience is that it has never been an issue, ie., it runs as well as PD does in general. Csound can be launched as an independent process and then, using its osc opcodes, can be communicated to in a

Re: [PD] pd clicking with jack/linux

2008-07-22 Thread Julian Peterson
Hello list. I am getting the exact same issue mentioned by Atte Jensen. Was there ever a solution? I've already tried all of the typical optimizations: rt-kernel, rt-priorities straight, tinkering with jack settings, etc. I get this even with the built-in test audio/midi patch. Atte-- are

[PD] pd, ubuntu 8.04, jack

2008-07-21 Thread Julian Peterson
Hello pd-ers. I'm having difficulties getting reliable performance out of pd with jack on latest ubuntu and am looking for advice. I have tried the pd version from ubuntu repositories and a build from latest vanilla sources (from M.P.'s site) and get the same behavior: 1) Pd works great with

Re: [PD] how to avoid (most/many/some) readsf~ dropouts

2008-07-12 Thread Julian Peterson
Is your hard drive going to sleep? I used to get this on osx when the HD would sleep. Telling it not to rest fixed the issue. I now routinely do this when performing live. JP On Jul 12, 2008, at 8:54 AM, hard off wrote: i was going to post about the readsf~ dropout problem today. good

Re: [PD] OSX Intel: status of M-Audio / MOTU multichannel in/out support?

2008-06-03 Thread Julian Peterson
Begin forwarded message: From: Julian Peterson [EMAIL PROTECTED] Date: June 3, 2008 10:24:19 AM EDT To: Damian Stewart [EMAIL PROTECTED] Subject: Re: [PD] OSX Intel: status of M-Audio / MOTU multichannel in/out support? I've had a MOTU 828 (original) for several years now and it's always

Re: [PD] Cyclone in vanilla?

2008-04-25 Thread Julian Peterson
I don't really think PD-Max compatibility should factor much into decisions about improving PD, especially when it would force 'untidy' concessions on the part of PD to facilitate awkward max paradigms (like right to left execution order, etc.). If [1]**[2] (where [1] and [2] are inlets)

Re: [PD] Cyclone in vanilla?

2008-04-21 Thread Julian Peterson
[expr pow($f1,$f2)] or [expr~ pow($v1,$f2)] or [expr~ pow($v1,$v2)] etc. I don't know why you consider this an omission? JP Andy Farnell wrote: Yes. Please don't take this the wrong way Derek, I sincerely appreciate the suggestion. Everything can be done with [expr~], so why don't we just

Re: [PD] py/ext: build error

2008-04-05 Thread Julian Peterson
Ah, yes, sorry, I noted this and then used the svn sources with the same error... Thanks though... JP On Apr 5, 2008, at 8:51 AM, IOhannes m zmoelnig wrote: i cannot help you with your problem, but: Julian Peterson wrote: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/ cvsroot/ pure-data co -P

[PD] py/ext: build error

2008-04-04 Thread Julian Peterson
, Julian Peterson The aforementioned error: g++ -c -ffast-math -Os -ftree-vectorize -arch i386 -mmmx -msse -msse2 - msse3 -mtune=prescott -DPY_EXPORTS -DPY_USE_GIL -DNDEBUG - DFLEXT_THREADS -DFLEXT_SYS=2 -DPD -I pd-darwin/release-multi -I/ Applications/Pd-0.40.3-extended-20080117.app/Contents

[PD] pathname of parent patch?

2007-07-10 Thread Julian Peterson
Hello all-- Is there a way to get the directory of the parent patch? I have an object (csoundapi) which does it's own path handling and does not automatically search the directory of the parent patch. This severely limits the portability of a patch. Is there an object or method of