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] 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
> 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 / STATUS_BYTE / noteOn - noteOff mesage

2022-10-04 Thread Simon Iten
ers >> >> Em qui., 29 de set. de 2022 às 19:19, Dan Wilcox > <mailto:danomat...@gmail.com>> escreveu: >> Pd treats noteoff as a noteon with 0 velocity, hence the [stripnote] object, >> etc. >> >> If you want to explicitly handle noteoff, yo

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-04 Thread Alexandre Torres Porres
is and get the >>>>>>> next >>>>>>> two values which are MIDI note and release velocity. >>>>>>> >>>>>>> I would also like this to be available in vanilla, but, hey, well, >>>>>>&g

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-03 Thread Simon Iten
t;>>>> two values which are MIDI note and release velocity. >>>>>>> >>>>>>> I would also like this to be available in vanilla, but, hey, well, >>>>>>> there are the mentioned externals already and this is quite rare as I

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-03 Thread Simon Iten
t;> there are the mentioned externals already and this is quite rare as I >>>>>> pointed out. If you need to do it as a pure vanilla application for >>>>>> whatever reason, you can create such abstraction with [midiin]. >>>>>> >>>

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-03 Thread Alexandre Torres Porres
ioned externals already and this is quite rare as I >>>>> pointed out. If you need to do it as a pure vanilla application for >>>>> whatever reason, you can create such abstraction with [midiin]. >>>>> >>>>> cheers >>>>> >

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-02 Thread Simon Iten
son, you can create such abstraction with [midiin]. >>>> >>>> cheers >>>> >>>> Em qui., 29 de set. de 2022 às 19:19, Dan Wilcox >>>> escreveu: >>>> >>>>> Pd treats noteoff as a noteon with 0 velocity, hence

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-02 Thread Simon Iten
6 PM, pd-list-requ...@lists.iem.at >> <mailto:pd-list-requ...@lists.iem.at> wrote: >> >> Message: 2 >> Date: Tue, 27 Sep 2022 17:42:15 +0200 >> From: Lorenzo Sutton > <mailto:lorenzofsut...@gmail.com>> >> To: pd-list@lists.iem.at <mailto:pd-list

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-01 Thread Alexandre Torres Porres
the midi >>> tester patch for working with raw bytes... >>> >>> 1. Help -> Browser... >>> 2. Pure Data / 7.stuff / tools / miditester.pd >>> 3. receive [pd channel messages] >>> >>> On Sep 27, 2022, at 9:56 PM, pd-list-requ...

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-09-30 Thread Peter Brinkmann via Pd-list
sages] >> >> On Sep 27, 2022, at 9:56 PM, pd-list-requ...@lists.iem.at wrote: >> >> Message: 2 >> Date: Tue, 27 Sep 2022 17:42:15 +0200 >> From: Lorenzo Sutton >> To: pd-list@lists.iem.at >> Subject: Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mes

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-09-30 Thread Alexandre Torres Porres
ep 2022 17:42:15 +0200 > From: Lorenzo Sutton > To: pd-list@lists.iem.at > Subject: Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage > Message-ID: > Content-Type: text/plain; charset=UTF-8; format=flowed > > Hi, > > On 26/09/2022 20:43, Maurin Donneaud wrote: > >

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-09-29 Thread Dan Wilcox
ges] > On Sep 27, 2022, at 9:56 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 2 > Date: Tue, 27 Sep 2022 17:42:15 +0200 > From: Lorenzo Sutton <mailto:lorenzofsut...@gmail.com>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: Re: [PD

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-09-27 Thread Lorenzo Sutton
Hi, On 26/09/2022 20:43, Maurin Donneaud wrote: Dear List Looking at the MIDI 1.0 documentation : https://www.midi.org/specifications-old/item/table-2-expanded-messages-list-status-bytes I notice that the MIDI NOTES are transmitted over three bytes     byte 1 -> STATUS_BYTE [chan & function]

[PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-09-26 Thread Maurin Donneaud
Dear List Looking at the MIDI 1.0 documentation :     https://www.midi.org/specifications-old/item/table-2-expanded-messages-list-status-bytes I notice that the MIDI NOTES are transmitted over three bytes     byte 1 -> STATUS_BYTE [chan & function]