Re: [PD] canvasargs and initbang + new connector patch

2016-04-14 Thread Liam Goodacre


Thanks for the quick response, IOhannes. I'll be looking forward to this in the 
next Vanilla release.

As a tribute, here's a patch I made to help with large connection jobs. 
http://patchstorage.com/connector/ It uses many of the iemguts objects and 
should be really helpful for anyone who struggles with re-wiring large triggers 
and such in the GUI (see the gif). Won't work properly on Vanilla, although it 
should do with the next release.



To: pd-list@lists.iem.at
From: zmoel...@iem.at
Date: Thu, 14 Apr 2016 16:58:55 +0200
Subject: Re: [PD] canvasargs and initbang

On 04/14/2016 02:35 PM, Liam Goodacre wrote:
> Dear all
> 
> I've found that iemgut's [canvasargs] works with loadbang but not with 
> initbang. This didn't surprise me, given initbang's faster-than-light startup 
> speed. But I recently found that iemlib's [dollarg] actually does work  with 
> initbang (see the attachment for comparison).
> 
> Given that [initbang] is about to move to the iemguts library and make a 
> reappearance in Vanilla, would it be possible to bring it in line with 
> canvasargs?
 
thanks for the report.
fixed in git.
 
gmadsr
IOhannes
 
 

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] quiero salir de esta base de datos, gracias

2016-04-14 Thread Jonathan Wilkes via Pd-list
Maybe a digression--
If I want to just post and follow a single thread on a Mailman list, don't make 
me subscribe.  Don't even tell me to send straightaway and wait hours for 
moderation (git list tries to do this and it's broken).
Just give me a hashcash web form to send my message, and then send thread 
responses to the email addy I specified in the form.  My CPU will thrash its 
way in for me.  Hell, give me an unsubscribe button so that my CPU can thrash 
its way off the thread for the address I specify.  (Worst case someone with a 
powerful machine mass unsubscribes a bunch of users who can still view the 
archive to see the responses-- but that costs a lot more than $0 to pull off.) 
My browser already eats crazy amounts of CPU by loading reams of js 
dependencies and (re-)laying out responsive web pages.  Burning through one 
more minute of CPU time is a fine cost if it means I can completely avoid a UI 
designed by people who spend more time staring at code than interacting with 
humans.
-JonathanOn Thursday, April 14, 2016 11:36 AM, Fred Jan Kraan 
 wrote:
 

 My translation server suggests this is an 'unsubscribe' request. But I 
doubt lists.iem.at understands this in Spanish. Please go to 
https://lists.puredata.info/listinfo/pd-list and fill in your email 
address at 'Unsubscribe or edit options'.

The same translator in reverse:

Mi servidor de la traducción sugiere que esto sea una petición del 
“unsubscribe”. Pero dudo que lists.iem.at entiende esto en español. Vaya 
por favor a https://lists.puredata.info/listinfo/pd-list y complete su 
email address en “Unsubscribe or edit options”. Éste significa: 
“deshacen suscriben o corrigen opciones”.



Fred Jan

On 2016-04-14 09:59 AM, Pia Sommer wrote:
>
>
> --
> www.piasommer.cl 
> http://soundcloud.com/piasommer
>
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
>

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


  ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Good Time Stretching patches/advice?

2016-04-14 Thread Jaime Oliver
you can control the reading position, not just make automatic playback. Try 
different window sizes, with and without phase locking to see if you find 
something you are looking for. tHere are other phase vocoder algorithms out 
there, I think Alexandre porres made one for pd, maybe one of tom Erbe’s 
externals?

best,

J



> On Apr 14, 2016, at 1:01 PM, S.E.P.  
> wrote:
> 
> Hey, thanks for your replies.
> 
> @Jaime Oliver I've tried the phase vocoders. They works well, though the 
> sound does become more artificial the lower the speed is, e.g. more metallic 
> with a contrabass sound. I really need an infinite stretch though. If I go 
> ahead and use [I07.phase.vocoder.pd], do I need to modify it so that it 
> reverses its reading of the array once the end is reached, or so it 
> cross-fades into a rewind, or is there a better solution?
> 
> @michaelnoble I've also tried using [soundtouch~] for time stretching as 
> demonstrated in its help file, but slowing down the playback and transposing 
> it up leads to a very grainy, uncharacteristic sound. 
> 
> On Thu, Apr 14, 2016 at 10:55 PM, Jaime Oliver  > wrote:
> phase vocoders, try the example in the help patches. 
> best,
> J
>> On Apr 14, 2016, at 1:32 AM, S.E.P. > > wrote:
>> 
>> Hi List,
>> 
>> As I've discussed at the PD patch repo, I'm looking for an optimal Time 
>> Stretching patch: 
>> http://forum.pdpatchrepo.info/topic/9909/time-stretching-patches-any-recommendations
>>  
>> 
>> 
>> From the ideas and patches proposed there (I'll refer to the post # to avoid 
>> attachments), I've found that a simple array based patch with a very short 
>> sample works well for some patches, e.g. a contrabass (cf. post 17), whereas 
>> [small_paul1] works better for something more complex, like a saxophone 
>> multiphonic (cf. post 8 and 18).
>> 
>> Obviously, I'd prefer a unified solution that works for a wide variety of 
>> samples. Any advice?
>> 
>> Best regards,
>> S.E.
>> ___
>> Pd-list@lists.iem.at  mailing list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list 
>> 
> 
> 

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Good Time Stretching patches/advice?

2016-04-14 Thread S.E.P.
Hey, thanks for your replies.

@Jaime Oliver I've tried the phase vocoders. They works well, though the
sound does become more artificial the lower the speed is, e.g. more
metallic with a contrabass sound. I really need an infinite stretch though.
If I go ahead and use [I07.phase.vocoder.pd], do I need to modify it so
that it reverses its reading of the array once the end is reached, or so it
cross-fades into a rewind, or is there a better solution?

@michaelnoble I've also tried using [soundtouch~] for time stretching as
demonstrated in its help file, but slowing down the playback and
transposing it up leads to a very grainy, uncharacteristic sound.

On Thu, Apr 14, 2016 at 10:55 PM, Jaime Oliver 
wrote:

> phase vocoders, try the example in the help patches.
> best,
> J
>
> On Apr 14, 2016, at 1:32 AM, S.E.P. <
> dreamoftheshoreofanotherwo...@gmail.com> wrote:
>
> Hi List,
>
> As I've discussed at the PD patch repo, I'm looking for an optimal Time
> Stretching patch:
> http://forum.pdpatchrepo.info/topic/9909/time-stretching-patches-any-recommendations
>
> From the ideas and patches proposed there (I'll refer to the post # to
> avoid attachments), I've found that a simple array based patch with a very
> short sample works well for some patches, e.g. a contrabass (cf. post 17),
> whereas [small_paul1] works better for something more complex, like a
> saxophone multiphonic (cf. post 8 and 18).
>
> Obviously, I'd prefer a unified solution that works for a wide variety of
> samples. Any advice?
>
> Best regards,
> S.E.
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] quiero salir de esta base de datos, gracias

2016-04-14 Thread Fred Jan Kraan
My translation server suggests this is an 'unsubscribe' request. But I 
doubt lists.iem.at understands this in Spanish. Please go to 
https://lists.puredata.info/listinfo/pd-list and fill in your email 
address at 'Unsubscribe or edit options'.


The same translator in reverse:

Mi servidor de la traducción sugiere que esto sea una petición del 
“unsubscribe”. Pero dudo que lists.iem.at entiende esto en español. Vaya 
por favor a https://lists.puredata.info/listinfo/pd-list y complete su 
email address en “Unsubscribe or edit options”. Éste significa: 
“deshacen suscriben o corrigen opciones”.




Fred Jan

On 2016-04-14 09:59 AM, Pia Sommer wrote:



--
www.piasommer.cl 
http://soundcloud.com/piasommer




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] canvasargs and initbang

2016-04-14 Thread IOhannes m zmölnig
On 04/14/2016 02:35 PM, Liam Goodacre wrote:
> Dear all
> 
> I've found that iemgut's [canvasargs] works with loadbang but not with 
> initbang. This didn't surprise me, given initbang's faster-than-light startup 
> speed. But I recently found that iemlib's [dollarg] actually does work  with 
> initbang (see the attachment for comparison).
> 
> Given that [initbang] is about to move to the iemguts library and make a 
> reappearance in Vanilla, would it be possible to bring it in line with 
> canvasargs?

thanks for the report.
fixed in git.

gmadsr
IOhannes




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Re: Have you received this message?

2016-04-14 Thread S.E.P.
Ah, OK, thank you all for the confirmation and information.

On Thu, Apr 14, 2016 at 9:27 PM, IOhannes m zmoelnig 
wrote:

> On 2016-04-14 07:45, S.E.P. wrote:
> > Dear List,
> > I'm wondering if my messages (e.g. my last two or three) have been
> accepted
> > by the list or if they've been rejected due to registration of the wrong
> > gmail/googlemail variant:
> http://puredata.info/community/lists/Netiquette
> >
> > Let me know if you receive this!
>
> the easiest way to check whether an email has been accepted is by
> checking out the archives. (accepted) mails are archived immediately
> after they have been received by the mailinglist daemon.
>
> https://lists.puredata.info/pipermail/pd-list/2016-04/114310.html
> https://lists.puredata.info/pipermail/pd-list/2016-04/114311.html
> https://lists.puredata.info/pipermail/pd-list/2016-04/114312.html
>
>
> fgmasdr
> IOhannes
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Good Time Stretching patches/advice?

2016-04-14 Thread Jaime Oliver
phase vocoders, try the example in the help patches. 
best,
J
> On Apr 14, 2016, at 1:32 AM, S.E.P.  
> wrote:
> 
> Hi List,
> 
> As I've discussed at the PD patch repo, I'm looking for an optimal Time 
> Stretching patch: 
> http://forum.pdpatchrepo.info/topic/9909/time-stretching-patches-any-recommendations
>  
> 
> 
> From the ideas and patches proposed there (I'll refer to the post # to avoid 
> attachments), I've found that a simple array based patch with a very short 
> sample works well for some patches, e.g. a contrabass (cf. post 17), whereas 
> [small_paul1] works better for something more complex, like a saxophone 
> multiphonic (cf. post 8 and 18).
> 
> Obviously, I'd prefer a unified solution that works for a wide variety of 
> samples. Any advice?
> 
> Best regards,
> S.E.
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] [OT] Re: Have you received this message?

2016-04-14 Thread IOhannes m zmoelnig
On 2016-04-14 07:45, S.E.P. wrote:
> Dear List,
> I'm wondering if my messages (e.g. my last two or three) have been accepted
> by the list or if they've been rejected due to registration of the wrong
> gmail/googlemail variant: http://puredata.info/community/lists/Netiquette
> 
> Let me know if you receive this!

the easiest way to check whether an email has been accepted is by
checking out the archives. (accepted) mails are archived immediately
after they have been received by the mailinglist daemon.

https://lists.puredata.info/pipermail/pd-list/2016-04/114310.html
https://lists.puredata.info/pipermail/pd-list/2016-04/114311.html
https://lists.puredata.info/pipermail/pd-list/2016-04/114312.html


fgmasdr
IOhannes




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Good Time Stretching patches/advice?

2016-04-14 Thread michael noble
On Thu, Apr 14, 2016 at 2:32 PM, S.E.P. <
dreamoftheshoreofanotherwo...@gmail.com> wrote:

> Any advice?


Perhaps Katja's Soundtouch external?
http://www.katjaas.nl/pitchshift/soundtouch~.html
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] quiero salir de esta base de datos, gracias

2016-04-14 Thread Pia Sommer
-- 
www.piasommer.cl
http://soundcloud.com/piasommer
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list