[PD] MIDI 2.0 in Pd?

2020-02-02 Thread Julián Villegas
Hi, I came across this: https://www.midi.org/articles-old/details-about-midi-2-0-midi-ci-profiles-and-property-exchange and I was wondering if there are plans to upgrade Pd to fully use the new version of this protocol… To be honest, this is an ambitious plan for me to develop myself but I’d

Re: [PD] expression with arctn

2020-02-02 Thread Alexandre Torres Porres
Em dom., 2 de fev. de 2020 às 11:49, Jack escreveu: > Hello, > > You can look at : > http://yadegari.org/expr/expr.html best look at the help file of [expr], it is much more up to date than that link (unless you're not using the latest vanilla) ___

Re: [PD] PD Vanilia / Gem / Deken

2020-02-02 Thread Dan Wilcox
Maybe it would be helpful to display some text suggesting checking apt-get / the system package manager first when a user opens deken on a Debian system (or maybe Linux in general). > On 2/2/20 9:28 PM, Maurin Donneaud wrote: >> Dear IOhannes, >> >> The issue is : >> The only Gem package I can

Re: [PD] PD Vanilia / Gem / Deken

2020-02-02 Thread IOhannes m zmölnig
On 2/2/20 9:28 PM, Maurin Donneaud wrote: > Dear IOhannes, > > The issue is : > The only Gem package I can find with Deken is > :Gem-v0.0.extended-(Linux-i386-32)(Linux-amd64-64)-externals.tar.gz >

Re: [PD] expression with arctn

2020-02-02 Thread IOhannes m zmölnig
On 2/2/20 9:59 PM, Csaba Láng wrote: > looks like [atan2] works for me better than the expression you gave. indeed > i need all 4 quarters, what the expression does not indicate. how should it? anyhow, you *can* use [expr atan2($f2,$f1)] which does the same (though of course, if you only want

Re: [PD] expression with arctn

2020-02-02 Thread Csaba Láng
looks like [atan2] works for me better than the expression you gave. indeed i need all 4 quarters, what the expression does not indicate. On Sun, Feb 2, 2020 at 9:01 PM IOhannes m zmölnig wrote: > Am 2. Februar 2020 20:52:14 MEZ schrieb "Csaba Láng" >: > >thank you gentlemen, this is what I

Re: [PD] PD Vanilia / Gem / Deken

2020-02-02 Thread Maurin Donneaud
Dear IOhannes, The issue is : The only Gem package I can find with Deken is :Gem-v0.0.extended-(Linux-i386-32)(Linux-amd64-64)-externals.tar.gz Coould

Re: [PD] expression with arctn

2020-02-02 Thread IOhannes m zmölnig
Am 2. Februar 2020 20:52:14 MEZ schrieb "Csaba Láng" : >thank you gentlemen, this is what I needed. never figured out that atan >is >arctn. in general, you might prefer `atan2` over `atan`, as this allows for all four quadrants. `[expr]` has both variants. mfg.hft.fsl IOhannes

Re: [PD] expression with arctn

2020-02-02 Thread Csaba Láng
thank you gentlemen, this is what I needed. never figured out that atan is arctn. On Sun, Feb 2, 2020 at 8:49 PM Jack wrote: > Hello, > > You can look at : > http://yadegari.org/expr/expr.html > ++ > > Jack > > > > Le 02/02/2020 à 20:18, Csaba Láng a écrit : > > Dear list, > > > > how would you

Re: [PD] expression with arctn

2020-02-02 Thread Jack
Hello, You can look at : http://yadegari.org/expr/expr.html ++ Jack Le 02/02/2020 à 20:18, Csaba Láng a écrit : > Dear list, > > how would you calculate with an expression this formula: > > arctg(y/x) > > > looks like tan, sin, cos cannot be in the expression, does it mean I > have to

Re: [PD] expression with arctn

2020-02-02 Thread IOhannes m zmölnig
On 2/2/20 8:18 PM, Csaba Láng wrote: > Dear list, > > how would you calculate with an expression this formula: > > arctg(y/x) the canonical object for this is [atan2]. since you asked about "expressions", use: [expr atan($f2/$f1)] > > > looks like tan, sin, cos cannot be in the expression,

[PD] expression with arctn

2020-02-02 Thread Csaba Láng
Dear list, how would you calculate with an expression this formula: arctg(y/x) looks like tan, sin, cos cannot be in the expression, does it mean I have to brake it into parts? Best, Popesz ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] compiling hidio for Windows

2020-02-02 Thread ffdd cchh
Ok, I did Christof's step c) and copied those dummy functions (and basically commented out anything but a debug_post() inside "hidio_devices()" and "hidio_elements()", and indeed got a binary. But, it's no use. I try to get some data on why it crashes but it just says 'segmentation fault': ```

Re: [PD] compiling hidio for Windows

2020-02-02 Thread ffdd cchh
Hi Dan, Yes! I have joyosc on my mac, but I am trying to compile it on a windows now, without admin privileges. I managed to get all 3 libs (SDL2, tinyxml2, and liblo) but I am stuck on missing "lo/lo.h" headers. I will make an issue on your repo if I can't continue for some reason. Thanks for

Re: [PD] compiling hidio for Windows

2020-02-02 Thread ffdd cchh
You are right! I now have undefined references only on hidio.o: hidio.o: In function `hidio_write_event': Z:\Desktop\hidio/hidio.c:357: undefined reference to `hidio_write_event_symbols' Z:\Desktop\hidio/hidio.c:336: undefined reference to `hidio_write_event_ints' Z:\Desktop\hidio/hidio.c:347:

Re: [PD] compiling hidio for Windows

2020-02-02 Thread Martin Peach
I'm not sure but I think -lhdi should be -lhid, since it's a human interface device library. See https://docs.microsoft.com/en-us/windows-hardware/drivers/hid/introduction-to-hid-concepts Martin On Sun, Feb 2, 2020 at 12:04 PM ffdd cchh wrote: > Hi Martin, Christof, > > thanks both. Still no

Re: [PD] compiling hidio for Windows

2020-02-02 Thread ffdd cchh
Hi Martin, Christof, thanks both. Still no luck. I managed through steps a) b) and d), with the exception that I could not add "-lhdi", as it appears to not be installed here. Is that pointing to this: https://cran.r-project.org/web/packages/hdi/index.html ? The log now points to *many*