Re: [PD] MIDI / STATUS_BYTE / NoteOn - NoteOff Mesage

2023-10-26 Thread José de Abreu
hey alexandre, my two keyboards doesn't have mpe, neither aftertouch, but they have release velocity and pd report them via [midiin] they are Roland Juno D (second edition) and Roland Juno Di a quick way to check if a keyboard has release velocity is checking its Midi Implementation Chart, they

Re: [PD] MIDI / STATUS_BYTE / NoteOn - NoteOff Mesage

2023-10-26 Thread Alexandre Torres Porres
That’s nice, which are they? On Thu, 26 Oct 2023 at 18:54 José de Abreu wrote: > hey alexandre, my two keyboards doesn't have mpe, neither aftertouch, but > they have release velocity and pd report them via [midiin] > > they are Roland Juno D (second edition) and Roland Juno Di > > a quick way

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Alexandre Torres Porres
Why is that? I need to get my hands on an actual controller before I feel like reading in that much depth. I won’t try to code things if I can’t test them. For now I have the simple parsing object that does the same thing as that external I reffered to, which was something I could test. On Thu,

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Alexandre Torres Porres
I’m not even sure if the cheap gear I bought allows much editing actually:) let’s see On Thu, 26 Oct 2023 at 19:21 Alexandre Torres Porres wrote: > Why is that? I need to get my hands on an actual controller before I feel > like reading in that much depth. I won’t try to code things if I can’t

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Miller Puckette
Use another instance of Pd :) On 10/25/23 23:43, Alexandre Torres Porres wrote: I'm finally trying to get a hold of what the deal is with MIDI Polyphonic Expression, which is hard because I have no modern controller that uses it. So one question is does anyone know of a nice free open source

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Alexandre Torres Porres
I'm getting a cheap (but not so much for brazilians) mpe controller by keith mcmillen, let's dig in :) I made progress and found that Live, for instance, is able to edit and send MPE data and I was better checking things in MAX, which never ceases to amaze me with the creepy feature bloated

[PD] tcpsend disconnects

2023-10-26 Thread Csaba Láng
Hi list, I am struggling with this for many years, and looks like cannot solve the issue of the tcpsend object which disconnects by itself. Would be easy to reconnect if I had an outlet with the info if connected or not like netsend has. Is there any solution to keep it connected stable? Any

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Alexandre Torres Porres
Em qui., 26 de out. de 2023 às 13:36, Alexandre Torres Porres < por...@gmail.com> escreveu: > oops, I had sent the wrong link, I was referring to this > https://github.com/DanielRudrich/pd_mpe > > And it actually looks like a very simple "Pd Vanilla like" object, we > could use the same idea and

Re: [PD] MIDI / STATUS_BYTE / NoteOn - NoteOff Mesage

2023-10-26 Thread Alexandre Torres Porres
> On Oct 2 21:56:38 CEST 2022 Simon Iten wrote: > there are “plenty” of polyphonic aftertouch controllers on the market, some of the newer MPE hardware controllers > use CC messages for this though. https://www.midi.org/midi-articles/midi-polyphonic-expression-mpe). some of them > also have

Re: [PD] MIDI specifications for Multidimensional Polyphonic Expression (MPE) in Pd

2023-10-26 Thread Alexandre Torres Porres
Ha, I knew I had brought this up before, and it's funny it's been so long, I didn't think this has been on the back of my mind for over 7 years already :) damn... Em sáb., 5 de mar. de 2016 às 12:27, Alexandre Torres Porres < por...@gmail.com> escreveu: > > > 2016-03-02 14:06 GMT-03:00 Ingo :

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Alexandre Torres Porres
Em qui., 26 de out. de 2023 às 13:36, Alexandre Torres Porres < por...@gmail.com> escreveu: > People use MPE to control virtual synth plugins > this could be of interest for christoph's [vstplugin~] external then, just realized it. > ___

Re: [PD] tcpsend disconnects

2023-10-26 Thread Roman Haefeli
Hey Csaba On Thu, 2023-10-26 at 19:51 +0200, Csaba Láng wrote: > I am struggling with this for many years, and looks like cannot solve > the issue of the tcpsend object which disconnects by itself. Which [tcpsend] are you talking about? There are two flavors around: * mrpeach (unmaintained) *

Re: [PD] MPE in Pd Vanilla?

2023-10-26 Thread Alexandre Torres Porres
Ok, I wrote something similar to that [mpe] external (btw, there's a small bug in how it handles pitch bend) this one takes raw midi input, such as from [midiin], and gives you something you can connect directly to a [clone] object, so you can route inside it the most commonly supported mpe