Re: [PD] loading Gem

2017-06-27 Thread Lucas Cordiviola
Before I forget, We will fail to load the lib if the path to GEM contains any “white space”, i.e: declare -lib C:/Users/john smith/AppData/Roaming/pd/Gem here: john smith or declare -lib C:/Program Files (x86)/pd/extra/Gem here: Program Files (x86) Report your complete path to the Gem folder.

Re: [PD] csoundapi~.pd

2017-06-27 Thread IOhannes m zmölnig
On 06/27/2017 11:41 PM, JTG III wrote: > You'll get a rather old version of it that way, I think 6.02, while the > current version is 6.09.1. Debian/stable comes with 6.08.0, which is only half a year old. it's not as bad as you claim. gfmards IOhannes signature.asc Description: OpenPGP

Re: [PD] csoundapi~.pd

2017-06-27 Thread JTG III
You'll get a rather old version of it that way, I think 6.02, while the current version is 6.09.1. Luckily it's rather simple to compile from source On Jun 27, 2017 4:59 PM, "IOhannes m zmölnig" wrote: > On 06/27/2017 10:14 PM, Pagano, Patrick wrote: > > i would like to use

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
ah sorry :-) > On 27 Jun 2017, at 23:37, cyrille henry wrote: > > have a look at the attachement patch in my mail. > > Le 27/06/2017 à 23:31, Simon Iten a écrit : >> ok, what would be a simpler counter? sorry i don’t see another approach atm. >> cheers >> simon >>> On 27 Jun

Re: [PD] legato portamento

2017-06-27 Thread cyrille henry
have a look at the attachement patch in my mail. Le 27/06/2017 à 23:31, Simon Iten a écrit : ok, what would be a simpler counter? sorry i don’t see another approach atm. cheers simon On 27 Jun 2017, at 23:25, cyrille henry wrote: hello, i would try a more simple counter, but

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
ok, what would be a simpler counter? sorry i don’t see another approach atm. cheers simon > On 27 Jun 2017, at 23:25, cyrille henry wrote: > > hello, > i would try a more simple counter, but i don't see any obvious problem, and I > can't test the patch. > cheers > c > > > Le

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
thanks johannes, good advice. i replaced the notein with a makenote (and your random select chain) and set the metro duration one below the note duration (to get overlapping notes) i can go down to 5ms notes and it does not glitch. i also changed the fanouts to triggers as suggested and changed

Re: [PD] csoundapi~.pd

2017-06-27 Thread IOhannes m zmölnig
On 06/27/2017 10:14 PM, Pagano, Patrick wrote: > i would like to use csoundapi~ if it still exists? > > I am using debian on raspberry pi and arch linux for organelle, > > > can someone point me to the place to find it? # aptitude install pd-csound gmsadr IOhannes signature.asc

Re: [PD] loading Gem

2017-06-27 Thread Lucas Cordiviola
Hi, Please also reply to the Pd-list. First find the “Gem” folder on your computer. This place has been selected by you when you downloaded the external. In my case is: C:\Users\Lucarda\AppData\Roaming\pd\Gem Start a new patch and create a [declare] object, like this: [declare -lib

[PD] csoundapi~.pd

2017-06-27 Thread Pagano, Patrick
Hello i would like to use csoundapi~ if it still exists? I am using debian on raspberry pi and arch linux for organelle, can someone point me to the place to find it? Patrick Pagano B.S, M.F.A Assistant Professor in Residence Digital Media & Design Web & Interactive Technologies

Re: [PD] legato portamento

2017-06-27 Thread IOhannes m zmölnig
On 06/27/2017 09:03 PM, Simon Iten wrote: > it works fine here as well as long as I don't send very fast runs (20 notes > per second and more) did you try with fast midi input? for testing, try to get rid of any hardware device, and replace it by a stub (e.g. [metro]+[random 4]+[select 0 1 2

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
it works fine here as well as long as I don't send very fast runs (20 notes per second and more) did you try with fast midi input? cheers On Jun 27, 2017 18:14, "Lucas Cordiviola" wrote: > Hi Simon, > > Your patch is working perfect here on Win8.1. > > I don't get “stack

Re: [PD] track piano players score position?

2017-06-27 Thread Antoine Villeret
hello, you should take a look at antescofo project by ircam http://forumnet.ircam.fr/fr/produit/antescofo/ it is dedicated to score following and there is a pd object cheers a -- do it yourself http://antoine.villeret.free.fr 2017-06-27 19:04 GMT+02:00 Miller Puckette : > This

Re: [PD] track piano players score position?

2017-06-27 Thread Miller Puckette
This is called "score following" and there's a research literature on it... one possible starting point would be my own collection, the Pd Repertory Project, which contains a score following infrastructure. See for instance the documentation here:

Re: [PD] legato portamento

2017-06-27 Thread Lucas Cordiviola
Hi Simon, Your patch is working perfect here on Win8.1. I don't get “stack overflow error”. You can try [notein yourchannel?], just to test? Salutti, Lucarda. Mensaje telepatico asistido por maquinas. From: Pd-list on behalf

[PD] legato portamento

2017-06-27 Thread Simon Iten
dear list, i try to make a monoponic bass synth patch that glides from note to note, but only when more than one note is pressed. here is my attempt that works, but if i play very fast i get stuck notes and a stack overflow error. this seems to come from the counter. when i remove the counter

Re: [PD] Building Pd for MacOS (was MIDI timing FIFO overflowed receiving sysex)

2017-06-27 Thread Paul Rankin via Pd-list
On Tue, 27 Jun 2017, at 07:56 PM, Dan Wilcox wrote: > > In the future, it would be helpful for us to know if the included scripts are > not working so we can check & fix them :) > > My entire goal of the autotools update was to make building Pd easier so user > testing is important. Cool. I

Re: [PD] Building Pd for MacOS (was MIDI timing FIFO overflowed receiving sysex)

2017-06-27 Thread Dan Wilcox
> On Jun 27, 2017, at 11:42 AM, Paul Rankin wrote: > > Yeah sorry, it has been a little while since I tried these options and forgot > how it worked internally. However the upshot was that none of these methods > worked for me, hence ActiveTcl. I really wanted the

Re: [PD] Building Pd for MacOS (was MIDI timing FIFO overflowed receiving sysex)

2017-06-27 Thread Dan Wilcox
In any case, I obviously need to write all this up in the Pd REAMDE or INSTALL files. I've been meaning to do so anyway, so thanks for doing this test for me. > On Jun 27, 2017, at 6:46 AM, Alexandre Torres Porres wrote: > > 2017-06-26 16:47 GMT-03:00 Dan Wilcox

Re: [PD] Building Pd for MacOS (was MIDI timing FIFO overflowed receiving sysex)

2017-06-27 Thread Dan Wilcox
> On Jun 27, 2017, at 9:18 AM, pd-list-requ...@lists.iem.at wrote: > On Tue, 27 Jun 2017, at 03:05 PM, Paul Rankin via Pd-list wrote: >> This will allow you to ./osx-app.sh -s 0.47-1 which will create Pd-0.47-1.app > > Correction: > > $ ./osx-app.sh -s 8.6 0.47-1 > > (i.e. include the Tk

Re: [PD] Building Pd for MacOS (was MIDI timing FIFO overflowed receiving sysex)

2017-06-27 Thread Dan Wilcox
> On Jun 27, 2017, at 9:18 AM, pd-list-requ...@lists.iem.at wrote: > > Do you have Homebrew installed? This will make your life easier. > > $ brew install autoconf > > Building Pd on a Mac is a bit more difficult than previous replies have > suggested. I can't recall, but you may need to also

Re: [PD] Building Pd for MacOS (was MIDI timing FIFO overflowed receiving sysex)

2017-06-27 Thread Dan Wilcox
> On Jun 27, 2017, at 9:18 AM, pd-list-requ...@lists.iem.at wrote: > > I'm there > > ./autogen.sh <— you only need to run this if the configure script is not > in the distribution (aka cloned from Github) > > so, I cloned from github, which means I need to do this, right? So, I do it, >

Re: [PD] stripnote vs spigot

2017-06-27 Thread IOhannes m zmoelnig
On 2017-06-27 09:49, Simon Iten wrote: > dear list, > > are there any differences to use one (or two) spigots instead of a stripnote > on a notein object? > > i.e. > > [notein ] > | | > [stripnote] > > vs. > >[notein] >| | >[spigot] >| > (and add a second

[PD] stripnote vs spigot

2017-06-27 Thread Simon Iten
dear list, are there any differences to use one (or two) spigots instead of a stripnote on a notein object? i.e. |notein| || |stripnote| vs. |notein| | | |spigot| | (and add a second spigot if you need velocity as well) ___

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

2017-06-27 Thread Pierre Guillot
My VBAP repository is for "personal" use, I'm not sure that I will ever publish an "official" release but everything should work ! I did this because there were bugs in the "official" implementation when using a very large number of loudspeakers and I couldn't solve the problem from the original