Re: [PD] reverse variable speed soundplayback?

2006-12-18 Thread robbert van hulzen
oh i see, thanks frank hardoff! my thinking wasn't so good--and that with no hangover ;) it's all becoming clearer, thanks for your patience. On 12/17/06 12:21 PM, hard off [EMAIL PROTECTED] wrote: putting a [*~] after the [vline~] affects the volume, doesn't it? no. if you put a [*~ ]

Re: [PD] reverse variable speed soundplayback?

2006-12-17 Thread hard off
putting a [*~] after the [vline~] affects the volume, doesn't it? no. if you put a [*~ ] AFTER the [tabread4~] it affects the volume. but if you change the signal leading into the [tabread4~] then that's only going to alter the speed at which the table is read. sorry, my explaination is not

Re: [PD] reverse variable speed soundplayback?

2006-12-17 Thread Frank Barknecht
Hallo, robbert van hulzen hat gesagt: // robbert van hulzen wrote: thanks, though i don't really i understand this (i ran into the same problem with your 'tabread4~ help' post from august): putting a [*~] after the [vline~] affects the volume, doesn't it? Not if the [vline~] isn't controlling

Re: [PD] reverse variable speed soundplayback?

2006-12-13 Thread padawan12
Without looking at your code, one way to deal with reversing is to simply invert the sign of your timeline, use a [*~ -1] following the [vline~] and add that to the size of your sample - it will then play from end to start. On Wed, 13 Dec 2006 18:48:47 +0100 robbert van hulzen [EMAIL

Re: [PD] reverse variable speed soundplayback?

2006-12-04 Thread robbert van hulzen
no worries, i'll be back...! ;) ok. small update. sorry for spamming and hijacking the thread robert van hulzen. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
dafydd, please attach the abstraction too. :) max Am 30.11.2006 um 00:23 schrieb dafydd hughes: Hey Max The problem is the way pd deals with $0- in messages. I don't completely understand it, but I've attached my solution, which avoids using $0- directly. cheers dafydd On 11/29/06, Max

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
aaah. thank you. i had to read it several times to understand, but now it's obvious. same problem seems to be with the table. but how do i get around this? it works now for one sampler, but if i want to use more than one abstraction its getting messed up. easysampler_gop.pd Description:

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread dafydd hughes
Oh hell. Well, I guess it's redundant now, and Hans' method is definitely better, but here it is anyway. cheers dafydd On 11/30/06, Max Neupert [EMAIL PROTECTED] wrote: dafydd, please attach the abstraction too. :) max Am 30.11.2006 um 00:23 schrieb dafydd hughes: Hey Max The problem is

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
works now. sometimes chokes on loading files though. thank you all for your valuable help. enjoy the small patchwork. easysampler_gop.pd Description: Binary data use.pd Description: Binary data Am 30.11.2006 um 13:05 schrieb dafydd hughes: Oh hell. Well, I guess it's redundant now,

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
ok. small update. sorry for spamming and hijacking the thread robert van hulzen. have fun. still a minor bug in it with the loop button. easysampler_gop.pd Description: Binary data use.pd Description: Binary data Am 30.11.2006 um 13:59 schrieb Max Neupert: works now. sometimes chokes

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread hard off
nice one :) ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread Max Neupert
Am 29.11.2006 um 07:54 schrieb Hans-Christoph Steiner: That's what fixed it for me. In order for it to start, I need to move the IN slider. Then it works. To fix this add a [loadbang]-[1 ( to this part of [pd stuff] [r in_out] [loadbang | / |[1 ( | / | / [set $1( |

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread Steffen
On 29/11/2006, at 12.49, Max Neupert wrote: - can i avoid the [ftos] object? some people seem to have trouble to find it and i don't know which library it belongs to either. (opens no helpfile here) I just asked Miss Marble. It seams to be due to Dieter Kovacic, and lives in

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread Kyle Klipowicz
Very nice patch, Max! I would suggest a retrigger bang to allow immediate retriggering of the file, so it's easier to sync playback with other events. ~Kyle On 11/29/06, Max Neupert [EMAIL PROTECTED] wrote: Am 29.11.2006 um 07:54 schrieb Hans-Christoph Steiner: That's what fixed it for me.

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread dafydd hughes
Hey Max The problem is the way pd deals with $0- in messages. I don't completely understand it, but I've attached my solution, which avoids using $0- directly. cheers dafydd On 11/29/06, Max Neupert [EMAIL PROTECTED] wrote: thanks you for your encouraging props and answers. i was trying to

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread Hans-Christoph Steiner
Hey Max, You have [; $0-speed_in 1(, that's the problem. $0 in message boxes is undefined. $1 in a message box gives you something different than $0 in a object box. http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s6.5 You'd need: [bang( | [$0] | [; $1-speed_in 1( .hc On Nov

Re: [PD] reverse variable speed soundplayback?

2006-11-29 Thread Frank Barknecht
Hallo, Max Neupert hat gesagt: // Max Neupert wrote: thanks you for your encouraging props and answers. i was trying to do a GOP version but have trouble with the local scope of the array.. what is going on here? See:

Re: [PD] reverse variable speed soundplayback?

2006-11-28 Thread Max Neupert
working version: sorry. easysampler.pd Description: Binary data Am 28.11.2006 um 11:32 schrieb Max Neupert: hmm. this could fit in this thread i would like some pros to look at this patch to give me some grumpy feedback. thank you. easysampler.pd Am 28.11.2006 um 03:56 schrieb

Re: [PD] reverse variable speed soundplayback?

2006-11-28 Thread Max Neupert
dear hcs, i've changed it according to your suggestions. there is no play button because it should play right when you opened a sample. i suggest one wich is 1-5 seconds long with 44.1 kHz. if the rate is different then set it. the ftos object is used. i don't know wich library this is

Re: [PD] reverse variable speed soundplayback?

2006-11-28 Thread Hans-Christoph Steiner
Here's a minor tweak to get it working, and a handy [pddp/dsp] to control the DSP easysampler.pd Description: Binary data .hc On Nov 28, 2006, at 3:38 PM, Max Neupert wrote: dear hcs, i've changed it according to your suggestions. there is no play button because it should play right

Re: [PD] reverse variable speed soundplayback?

2006-11-27 Thread robbert van hulzen
i'm not really in a hurry at this point, so i'll continue poking around in what i have for the moment, but since the hurry will be getting on in about a week or so, i'm glad to know about your [play-samp~]. i actually know it (almost it) from your slicer~abs, and it looks like it'll be great to

Re: [PD] reverse variable speed soundplayback?

2006-11-26 Thread Frank Barknecht
Hallo, robbert van hulzen hat gesagt: // robbert van hulzen wrote: a good start indeed... still working on it, trying to figure it out. thanks! If you're in a hurry: RTC-lib (update just announced) contains a simple sample player called play-samp~.pd which does reversed and looped playback of

Re: [PD] reverse variable speed soundplayback?

2006-11-25 Thread robbert van hulzen
a good start indeed... still working on it, trying to figure it out. thanks! On 11/22/06 5:58 AM, threen [EMAIL PROTECTED] wrote: maybe a good start??... http://lists.puredata.info/pipermail/pd-list/2006-08/040624.html On Wed, 22 Nov 2006 01:52:21 +0100, robbert van hulzen [EMAIL

Re: [PD] reverse variable speed soundplayback?

2006-11-21 Thread threen
maybe a good start??... http://lists.puredata.info/pipermail/pd-list/2006-08/040624.html On Wed, 22 Nov 2006 01:52:21 +0100, robbert van hulzen [EMAIL PROTECTED] said: hi all to gain some understanding of this wonderful mysterious world called pd, i'm building a little sampler / soundfile