Re: [PD] Use of toggle?

2007-05-02 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] wrote: cool... and in case you ever need to do similar with audio signals there is [spigot~] by yves: please note, that this just isn't the way pd works. you cannot turn on and off the audio within the subtree of a patch at will. you can turn on/off the dsp-engine for the

Re: [PD] [PD-announce] library tutorial (mainly for dev-c++)

2007-05-02 Thread Kyle Klipowicz
Very nice! I hope we get an XCode one soon! ~Kyle On 5/1/07, Yvan Vander Sanden [EMAIL PROTECTED] wrote: I wrote a tutorial about compiling and linking a single external with Dev-C++ a few months back. Now I've added a small tutorial about writing a library of externals. For the more seasoned

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread Georg Holzmann
Hallo Marius! for any reason the flatspace externals are not created by only using the objectname. for example mass2D. it is created when I type flatspace/mass2D. however, it is also not possible to add flatspace to the startup paths, at least that does not solve the problem. any idea,

Re: [PD] Control-edit syndrome

2007-05-02 Thread Jamie Bullock
8j On Tue, 2007-05-01 at 17:09 +0200, Matteo Sisti Sette wrote: Hi, Has anyone of you ever experimented this? You are browsing the folders in your computer. Before you click on a file name to rename the file, you instinctively hit CTRL+E expecting your mouse cursor tu turn into a hand.

Re: [PD] deja-vu font on os x

2007-05-02 Thread Steffen
On 01/05/2007, at 1.27, marius schebella wrote: Yes, the problem occurs with today's autobuild (30th). strange. it still looks like in the jpeg I posted earlier. Max Neupert also gets it right: On 30/04/2007, at 17.59, Max Neupert wrote: rc2 from today (30th) does it properly. (from a

Re: [PD] Learning PD and creating a looper by example

2007-05-02 Thread Steffen
Hello Chris, On 02/05/2007, at 3.14, Chris Delahousse wrote: I've read the manual and understand the fundamentals, but I was wondering if anybody knew any good sites to learn with given examples and whatnot. It's a jungle. But i suggest first to go though the examples that are

[PD] Implementing switch-and-ramp technique to cancel discontinuities

2007-05-02 Thread Frank Barknecht
Hi, I'm having a hard time implementing the switch-and-ramp technique to cancel out discontinuous control changes as described in Miller's Book at http://crca.ucsd.edu/~msp/techniques/latest/book-html/node63.html In attached patch I tried to build a very simple example of the technique in action

Re: [PD] Implementing switch-and-ramp technique to cancel discontinuities

2007-05-02 Thread hard off
get the attack value at the inconsistency, crossfade back between that value and the original signal. see attached patch. of course, the problem is you usually don't know where the inconsistency will arise. the only way around that is to delay the audio while your patch finds such a probem.

Re: [PD] Implementing switch-and-ramp technique to cancel discontinuities

2007-05-02 Thread hard off
btw. just found a bug in my patch. corrected here: switch-and-ramp3.pd Description: Binary data ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Implementing switch-and-ramp technique to cancel discontinuities

2007-05-02 Thread simon wise
On 2 May 2007, at 5:35 PM, Frank Barknecht wrote: it only works if the discontinuity is one starting a zero again isn't the book describing a way to switch from a playing wave form to a new one which starts at zero? The example refers to re-triggering something like a percussion sample -

[PD] P4-optimized 0.40 vanilla precompiled for windows?

2007-05-02 Thread Matteo Sisti Sette
: switch-and-ramp3.pd Type: application/octet-stream Size: 1967 bytes Desc: not available Url : http://lists.puredata.info/pipermail/pd-list/attachments/20070502/cf71f2b1/attachment-0001.obj -- Message: 2 Date: Wed, 2 May 2007 19:14:30 +1000 From: simon wise [EMAIL

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread marius schebella
libdir: can't load library. uidohotswos. will look at that later... thnx. marius. Georg Holzmann wrote: Hallo Marius! for any reason the flatspace externals are not created by only using the objectname. for example mass2D. it is created when I type flatspace/mass2D. however, it is also

Re: [PD] deja-vu font on os x

2007-05-02 Thread marius schebella
that is weird! maybe I have a wrong font installed!? Or are we talking about different systems? I have 10.4.9 on an intel mac. also, there is no autobuild version of may 1, or may 2. marius. Steffen wrote: On 01/05/2007, at 1.27, marius schebella wrote: Yes, the problem occurs with

Re: [PD] deja-vu font on os x

2007-05-02 Thread Steffen
On 02/05/2007, at 15.06, marius schebella wrote: that is weird! maybe I have a wrong font installed!? I know fuc^H^H^Hnot very much about fonts. I just installed what i got from http://dejavu.sourceforge.net/wiki/index.php/Download into ~/Library/Fonts/. This is what I've got: $ ls -1

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread Georg Holzmann
Hallo! libdir: can't load library. uidohotswos. jodesiswor ;) However, can you try pd -verbose and see what happens ? LG Georg ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] deja-vu font on os x

2007-05-02 Thread Max Neupert
sorry, my post went offlist accidently.. DON'T install fonts by just dropping them into a folder on os x. double click on them and press install or open the type ulitiy to install them properly. Am 02.05.2007 um 15:28 schrieb Steffen: On 02/05/2007, at 15.06, marius schebella wrote: that

Re: [PD] P4-optimized 0.40 vanilla precompiled for windows?

2007-05-02 Thread Matteo Sisti Sette
... Name: switch-and-ramp3.pd Type: application/octet-stream Size: 1967 bytes Desc: not available Url : http://lists.puredata.info/pipermail/pd-list/attachments/20070502/cf71f2b1/attachment-0001.obj -- Message: 2 Date: Wed, 2 May 2007 19:14:30 +1000 From: simon wise

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread Georg Holzmann
Hallo! ok found the problem. I did not exchange the preferences file. so all the paths were still set to test7. but acually that is a problem, because I add a lot of my own paths and I don't want to add them everytime when I change the pd version. is it possible to use additional

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread marius schebella
ok found the problem. I did not exchange the preferences file. so all the paths were still set to test7. but acually that is a problem, because I add a lot of my own paths and I don't want to add them everytime when I change the pd version. is it possible to use additional preferences files?

Re: [PD] deja-vu font on os x

2007-05-02 Thread marius schebella
Hi, thanks for your help, I did not install all the fonts last time... or at least not the right ones. but now it is working fine! marius. Max Neupert wrote: sorry, my post went offlist accidently.. DON'T install fonts by just dropping them into a folder on os x. double click on them and

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread Frank Barknecht
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote: hm ... the idea behind the libdir stuff is (at least for me), that you don't need the startup flags and preference files ... You simply import your library with [import your_lib] directly within the patch - however, you should be

Re: [PD] [PD-announce] PhD thesis

2007-05-02 Thread Kyle Klipowicz
Yes! Please make this happen, I've had aubio compile issues...something with a bad pkg-config. Ick! ~Kyle On 4/27/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Apr 27, 2007, at 3:35 AM, Paul Brossier wrote: On Wed, Apr 25, 2007 at 09:06:13PM -0400, Hans-Christoph Steiner wrote:

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread Georg Holzmann
Hallo! Can I do import import? Just joking, but as far as I understand patches using import need at least one preference line (unless you have import.pd_linux already in the default path) and one external. Of course ... but import is in the default path (in latest extended). LG Georg

Re: [PD] Learning PD and creating a looper by example

2007-05-02 Thread Kevin McCoy
Hi Chris, I started pd last May and the audio examples in the help really are quality, even if they're a little dry at times they teach what you need to know in increments. I would work your way up to the sampler examples, and then maybe you can take off from there. For pitch recognition I

Re: [PD] deja-vu font on os x

2007-05-02 Thread Andre Schmidt
On Wed, 2007-05-02 at 15:48 +0200, Max Neupert wrote: sorry, my post went offlist accidently.. DON'T install fonts by just dropping them into a folder on os x. double click on them and press install or open the type ulitiy to install them properly. i'm curious, why not ? .andre

Re: [PD] Implementing switch-and-ramp technique to cancel discontinuities

2007-05-02 Thread Frank Barknecht
Hallo, simon wise hat gesagt: // simon wise wrote: That is: the whole example/technique described depends on the assumption that the re-triggered sample starts from zero, it doesn't make sense otherwise. Well, that's what's keeping me awake ATM: I believe in theory it is possible, to use

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread Kyle Klipowicz
I solve this problem (on OS X) by keeping my personal paths in .pdrc. ~Kyle On 5/2/07, marius schebella [EMAIL PROTECTED] wrote: ok found the problem. I did not exchange the preferences file. so all the paths were still set to test7. but acually that is a problem, because I add a lot of my

Re: [PD] [OT] some tracks, pics of my exhibition

2007-05-02 Thread Kevin McCoy
Hi Andy, Thanks for your comments. With regard to methods here, I was making all of these sounds in Pd, writing them as wav files, and then arranging / cutting / pasting in Ableton. The arranging could have probably been done in any software; Ableton was just the easiest in terms of picking

Re: [PD] Implementing switch-and-ramp technique to cancel discontinuities

2007-05-02 Thread simon wise
On 3 May 2007, at 4:56 AM, Frank Barknecht wrote: Attached patch shows switch and ramp correctly in action. Note to hard off: Crossfading of course also works, however I was trying to understand the technique Miller describes. (Now I wonder, if the description in the book is complete.

Re: [PD] flatspace externals in ext39.2

2007-05-02 Thread simon wise
On 3 May 2007, at 5:44 AM, Kyle Klipowicz wrote: I solve this problem (on OS X) by keeping my personal paths in .pdrc. which works well for me too. I'd also love to see a .pdrc, (or a for example a 'local.plist') which was specific to the version of pd that I was opening, since I usually