Re: [PD] PdDroidParty Load and save...

2011-09-20 Thread Chris McCormick
Hi Pierre, It should work on Android 2.2 as that is my current testing device's OS version. Can you try droidparty-tests/loadsave/ and tell me if it works? What are the symptoms you are experiencing, and what do you expect to happen? Cheers, Chris. On Tue, Sep 13, 2011 at 02:07:13PM +0200,

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Mon, 2011-09-19 at 14:00 -0700, Jonathan Wilkes wrote: From: tim vets timv...@gmail.com To: Pierre Massat pimas...@gmail.com; James Dunn ja...@4thharmonic.com; pd-list pd-list@iem.at Sent: Monday, September 19, 2011 4:08 PM Subject: Re: [PD] stop

Re: [PD] PdDroidParty Load and save...

2011-09-20 Thread Pierre Massat
Hi Chris, Thank you for your reply. I haven't tried your loadsave test patch yet, but i will tonight or tomorrow. Incidentally, I tried importing the source code in Eclipse in order to run PdDroidParty on a virtual device, but I get errors (I think Pdutils is now missing in PdCore, plus some

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Pierre Massat
I m curious to know which object you would recommend instead of threshold~ (the delay way is obviously not feasible as soon as you need to change the speed of phasor~ during palyback). Pierre 2011/9/20 Roman Haefeli reduz...@gmail.com On Mon, 2011-09-19 at 14:00 -0700, Jonathan Wilkes wrote:

Re: [PD] Libpd on Android

2011-09-20 Thread Pierre Massat
Well, it didn't work at all for me. Is there something else that could explain why the same version of Eclipse behaves differently on your machine and on mine? Pierre 2011/9/20 Peter Brinkmann peter.brinkm...@googlemail.com The wiki is a collaborative effort, but I'm the one who wrote the

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Tue, 2011-09-20 at 09:43 +0200, Pierre Massat wrote: I m curious to know which object you would recommend instead of threshold~ (the delay way is obviously not feasible as soon as you need to change the speed of phasor~ during palyback). Yeah, [threshold~] seems feasible, but this approach

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Pierre Massat
Yeah, a threshold~ set to 1 is never triggered (or very rarely). So there's no perfect answer to the question it seems... Pierre 2011/9/20 Roman Haefeli reduz...@gmail.com On Tue, 2011-09-20 at 09:43 +0200, Pierre Massat wrote: I m curious to know which object you would recommend instead of

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-09-19 20:33, James Dunn wrote: backwards). I've looked at edge~ and samphold~ triggered by a bang~ but what's wrong with [samphold~]? (though i don't understand what you need [bang~] for...) see attached patch. fmgadr IOhannes -BEGIN

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Tue, 2011-09-20 at 10:06 +0200, Pierre Massat wrote: Yeah, a threshold~ set to 1 is never triggered (or very rarely). So there's no perfect answer to the question it seems... Hm... What do you expect the perfect answer to be? The [vline~] approach works pretty well. What do you miss? Roman

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Lorenzo Sutton
Hi James, On 19/09/2011 20:33, James Dunn wrote: Hi list, I'm controlling tabread4~ with a phasor~ but don't want my samples to loop (most of the time). What's the best way to detect a phasor~'s reset? ( in both directions - I'm playing the samples forwards and backwards). I've looked at edge~

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread James Dunn
Thanks for all the replies. What I'm trying to do is make an abstraction in which I can load a soundfile (mono, 44100) which are all between about 2-6 mins in length. I have been using phasor~ because I want to play the files forwards and backwards and change slowly between the two. I also

Re: [PD] PdDroidParty Load and save...

2011-09-20 Thread András Murányi
On Tue, Sep 20, 2011 at 08:03, Chris McCormick ch...@mccormick.cx wrote: Hi Pierre, It should work on Android 2.2 as that is my current testing device's OS version. Sorry if i'm getting it wrong - is it that you currently need a physical device to test? The SDK is super easy to use and lets

Re: [PD] Targeting specific content with HttpGet

2011-09-20 Thread Martin Peach
On 2011-09-20 01:22, Alvin Google wrote: I have been interested in using streaming information in a pd patch. I have taken a look at the simplewebclient and httpget patches listed here in the thread, but I can not figure out how to target specific tables or div class information from a web page.

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread hardoff goes bananas
check this thread: http://puredata.hurleur.com/sujet-6194-sample-played-automated-varying-speed-detect-completion On Tue, Sep 20, 2011 at 7:38 PM, James Dunn ja...@4thharmonic.com wrote: Thanks for all the replies. What I'm trying to do is make an abstraction in which I can load a soundfile

[PD] Fwd: UKI open call

2011-09-20 Thread João Pais
For anyone around Berlin end of October: --- Forwarded message --- From: shu lea cheang shu...@earthlink.net To: João Pais jmmmp...@googlemail.com Cc: Subject: UKI open call Date: Mon, 19 Sep 2011 09:48:08 +0200 U.K.I. live performance LIVE CODE LIVE SPAM (70:00) Special closing night

Re: [PD] [PD-dev] removing path and libs from Pd-extended preferences GUI

2011-09-20 Thread Charles Henry
Sorry-I'm a bit confused as to the difference between libs and paths, at the moment. Here's a situation where I like to have the path dialog: I download an archive of abstractions (like RJDJ), and I'd like to be able to put them anywhere, so if there's a couple different versions, I can just tell

Re: [PD] [PD-dev] removing path and libs from Pd-extended preferences GUI

2011-09-20 Thread Hans-Christoph Steiner
For this situation, I think there is no need for custom paths, you can use the built-in default paths, which are the default in pd-vanilla, pd-extended, and pd-l2ork. For the rjlib, merely drop the 'rj' folder into the standard default install location:

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Jonathan Wilkes
- Original Message - From: Roman Haefeli reduz...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: tim vets timv...@gmail.com; Pierre Massat pimas...@gmail.com; James Dunn ja...@4thharmonic.com; pd-list pd-list@iem.at Sent: Tuesday, September 20, 2011 3:35 AM Subject: Re:

Re: [PD] [PD-dev] removing path and libs from Pd-extended preferences GUI

2011-09-20 Thread Charles Henry
I don't actually *like* those solutions for the scenario I just described. I think the path dialog has a distinct purpose of its own that is not shared by those options. (These aren't always advantages--just differences) --It's persistent across sessions. --I can use my own organization of

Re: [PD] [PD-dev] removing path and libs from Pd-extended preferences GUI

2011-09-20 Thread Mathieu Bouchard
Le 2011-09-20 à 13:30:00, Charles Henry a écrit : Sorry-I'm a bit confused as to the difference between libs and paths, at the moment. The libdir system introduced by pd-extended removed much of the difference. Still, one can use Paths to specify default locations for looking for sound

[PD] Fwd: Re: Targeting specific content with HttpGet

2011-09-20 Thread Martin Peach
I forgot to reply to the list as well: On 2011-09-20 15:25, Alvin Google wrote: On 2011-09-20 14:58, Martin Peach wrote: On 2011-09-20 01:22, Alvin Google wrote: I have been interested in using streaming information in a pd patch. I have taken a look at the simplewebclient and httpget

[PD] pd-ext 0.43: main objects don't load

2011-09-20 Thread João Pais
Hi, I was trying 0.43-ext nightly build (windows). When starting the audiotest patch even the main objects don't load (only atoms). Does anyone know what has to be done so that the vanilla library gets loaded? Joao ___ Pd-list@iem.at mailing list

Re: [PD] pd-ext 0.43: main objects don't load

2011-09-20 Thread Pierre-Olivier Boulant
Hi Joao If you are on a 64bit computer and used the archive, you need a modified .reg file. Try the attached one. Pierre-Oliver On 20/09/2011 22:05, João Pais wrote: Hi, I was trying 0.43-ext nightly build (windows). When starting the audiotest patch even the main objects don't load (only

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Tue, 2011-09-20 at 11:59 -0700, Jonathan Wilkes wrote: - Original Message - From: Roman Haefeli reduz...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: tim vets timv...@gmail.com; Pierre Massat pimas...@gmail.com; James Dunn ja...@4thharmonic.com; pd-list

Re: [PD] [soundtouch~] pitch shifter for Pure Data

2011-09-20 Thread katja
Uploaded a .zip with corrected makefile and according Linux executable, to http://www.katjaas.nl/pitchshift/soundtouch~.html I was not aware that the standard c++ libs must be explicitly linked, on Linux. While checking soundtouch~ in vanilla Pd, I found some Pd-extended objects calls in the

[PD] Selecting random wavefile from folder without knowing the names

2011-09-20 Thread abel . jerome
Few months ago, I made this abstraction with [hcs/folder_list]: http://abel.jerome.free.fr/pd/file/fileRandom.zip If it helps. Jerome ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Jonathan Wilkes
- Original Message - From: Roman Haefeli reduz...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list pd-list@iem.at Sent: Tuesday, September 20, 2011 6:05 PM Subject: Re: [PD] stop sample playback when phasor~ reset? On Tue, 2011-09-20 at 11:59 -0700, Jonathan Wilkes

[PD] declare path OSX; and space

2011-09-20 Thread Christian Haines
Hi I'd hadn't seen a reply on either of these so thought I would send my solution (having just worked it out!). The issue with declare, -stdpath and OSX is that declare takes the path from the executable inside the Pd application (folder) (right click how package contents contents MacOS - so

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread hardoff goes bananas
that sounds like a re-blocking delay, rather than anything to do with vline~ On Wed, Sep 21, 2011 at 8:42 AM, Jonathan Wilkes jancs...@yahoo.com wrote: - Original Message - From: Roman Haefeli reduz...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Jonathan Wilkes
From: hardoff goes bananas hard@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: Roman Haefeli reduz...@gmail.com; pd-list pd-list@iem.at Sent: Tuesday, September 20, 2011 9:45 PM Subject: Re: [PD] stop sample playback when phasor~ reset? that sounds like