Re: [PD] legato portamento

2017-07-03 Thread IOhannes m zmoelnig
On 2017-07-02 22:53, Simon Iten wrote: > (can there sound more then one note on the same pitch on the same instrument?) you mean, something like that weirdo one: http://bit.ly/1G68IQb ? gmasdr IOhannes signature.asc Description: OpenPGP digital signature ___

Re: [PD] legato portamento

2017-07-03 Thread Ingo
Some MIDI keyboards send more than one note on when a sustain pedal is pressed - even on the same MIDI channel. Most sound generators wouldn't know which note to stop at the note off at ths point ... Theoretically you could also use two different MIDI controllers although most likely they would

Re: [PD] legato portamento

2017-07-03 Thread Roman Haefeli
On Mon, 2017-07-03 at 10:11 +0200, IOhannes m zmoelnig wrote: > On 2017-07-02 22:53, Simon Iten wrote: > > > > (can there sound more then one note on the same pitch on the same > > instrument?) > you mean, something like that weirdo one: http://bit.ly/1G68IQb ? :-) You not always want to mute t

Re: [PD] legato portamento

2017-07-03 Thread Simon Iten
exactly my point. but guitar is really a weird instrument. i play bass, much better. > On 3 Jul 2017, at 10:11, IOhannes m zmoelnig wrote: > > On 2017-07-02 22:53, Simon Iten wrote: >> (can there sound more then one note on the same pitch on the same >> instrument?) > > you mean, something li

Re: [PD] legato portamento

2017-07-03 Thread Simon Iten
> On 3 Jul 2017, at 10:41, Roman Haefeli wrote: > > You not always want to mute the first note when a second note with the > same pitch is triggered, regardless whether such an instrument exists > or not. When creating software instruments, I often explicitly allow to > trigger two or more notes

Re: [PD] legato portamento

2017-07-03 Thread Dan Wilcox
I'm not sure if this is useful, but I have an implementation of the Minimoog's key triggering in the [s_minimoog] object in https://github.com/danomatika/rc-patches It basically keeps a sorted, unique list of the keys being held down & only allows the

[PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Roman Haefeli
Hey For those interested: I took the liberty to package William Brent's [convolve~ ] external and make it available through Deken. [convolve~ ] does real-time partitioned convolution where the partition size and thus the resulting delay can be set. http://williambrent.conflations.com/pages/resea

[PD] Rounding errors appear only in Windows

2017-07-03 Thread Roman Haefeli
Hey all I finally figured out some bug in netpd that looked platform dependent. It turns out it actually is platform dependent. I do something that only creates rounding errors on Windows (or Wine), but not on Linux or macOS.  Attached patch illustrates the issue. It pre-calculates a look-up tabl

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Alexandre Torres Porres
cool, but did you talk to him? Cause he's been working on updates of his externals and uploading them to deken, I've been helping him too on it cheers 2017-07-03 18:54 GMT-03:00 Roman Haefeli : > Hey > > For those interested: I took the liberty to package William Brent's > [convolve~ ] external

Re: [PD] HOA / spatialization approaches for a hemisphere

2017-07-03 Thread jmejia
Thanks Winfried - this looks exciting! Digging into this library now! -Jesse On 2017-06-29 11:00, Winfried Ritsch wrote: > Hello, > > Theoretically, with Ambisonics any configuration of loudspeaker outside a > listening spot, with speaker in distance which Produce a kind of plane > wavefield

[PD] failing to run some externals in libpd for android

2017-07-03 Thread Alexandre Torres Porres
howdy, I've been testing libpd for android and some externals. I've managed to use pd's extra objects as well as a few objects from cyclone and also from another library of my own - but some externals will fail, they compile and create and everything, I just do not hear any sound! And they're prett

Re: [PD] HOA / spatialization approaches for a hemisphere

2017-07-03 Thread jmejia
Thanks Pierre - these abstractions seem great! I was able to easily adapt it to work with my setup. I've been looking over Ville Pulki's paper but am a bit lost as to how to implement a spread function in your abstractions. Can you point me in the right direction? Thanks! -Jesse On 2017-06-2

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread William Brent
All good! Thanks Roman. One more I don't have to worry about ;) Been doing a lot of work on timbreID but didn't have any plans for improving [convolve~]. On Mon, Jul 3, 2017 at 7:25 PM, Alexandre Torres Porres wrote: > cool, but did you talk to him? Cause he's been working on updates of his > ex

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Roman Haefeli
On Mon, 2017-07-03 at 20:25 -0300, Alexandre Torres Porres wrote: > cool, but did you talk to him? Cause he's been working on updates of > his externals and uploading them to deken, I've been helping him too > on it No. I got a personal interested in it and just went ahead without coordination. I

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Roman Haefeli
On Mon, 2017-07-03 at 22:21 -0400, William Brent wrote: > All good! Thanks Roman. One more I don't have to worry about ;) Been > doing a lot of work on timbreID but didn't have any plans for > improving [convolve~]. Cool. Thanks for your feedback. I really didn't mean to interfere with anyone's pl

Re: [PD] Rounding errors appear only in Windows

2017-07-03 Thread Roman Haefeli
On Die, 2017-07-04 at 00:11 +0200, Roman Haefeli wrote: > Hey all > > I finally figured out some bug in netpd that looked platform > dependent. > It turns out it actually is platform dependent. I do something that > only creates rounding errors on Windows (or Wine), but not on Linux > or > macOS. 

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Alexandre Torres Porres
So, I love all William's externals, big fan! Can't wait for the new TimbreID coming out, been waiting for a while now convolve~ is awesome, and I also like "convolve" as well - would any of you upload that one too? :) - I could do it eventually. BTW, tested convolve~ on mac, all fine! As long as

[PD] [Bug]Pd crashes when sending 'menuclose' to a patch opened multiple times

2017-07-03 Thread Zack Lee
Hi, I found out when I open a pd patch multiple times and then if I try to close them using 'menuclose', it seems like it is causing pd to crash. It didn't always crash, but in my experience it crashed about 9 out of 10 times. Here's the screenshot of my test patch. [image: 본문 이미지 1] I also test