[Csnd] MIDI: detect channel of incoming note message?
Date | 2019-10-26 18:13 |
From | Dave Seidel |
Subject | [Csnd] MIDI: detect channel of incoming note message? |
If I use
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
massign, 0, "myinstr" to route incoming MIDI notes from all channels to the same instrument, is there an opcode to tell me which channel a new note is coming in on? Context: I have MIDI notes assigned to a triggering instrument in a duophonic application (Implication Organ). I am now trying to interface with a module (Doepfer A-192-2) that uses MIDI ouyput channels 1 and 2 to distinguish between its two different CV inputs. I'd like to use the channel number to govern how I trigger subsequent (sound-producing) instruments, which would simplify the existing logic. |
Date | 2019-10-26 18:18 |
From | Dave Seidel |
Subject | Re: [Csnd] MIDI: detect channel of incoming note message? |
Sorry, found it: midichn. Missed it because it's not mentioned on the MIDI Input page in the manual. On Sat, Oct 26, 2019 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2019-10-26 21:13 |
From | john |
Subject | Re: [Csnd] MIDI: detect channel of incoming note message? |
Where do you thint should be in the manual? We ca improve the current state. On Sat, 26 Oct 2019, Dave Seidel wrote: > Sorry, found it: midichn. Missed it because it's not mentioned on the MIDI > Input page in the manual. > > On Sat, Oct 26, 2019 at 1:13 PM Dave Seidel |
Date | 2019-10-26 22:30 |
From | Dave Seidel |
Subject | Re: [Csnd] MIDI: detect channel of incoming note message? |
I think it would be good to mention it on the "MIDI input" page in the "Real-time MIDI Support" section, probably as part of the statement MIDI information for MIDI-triggered instruments: veloc , midictrl and notnum. See also Converters. On Sat, Oct 26, 2019 at 4:13 PM john <jpff@codemist.co.uk> wrote: Where do you thint should be in the manual? We ca improve the current
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2019-10-27 17:07 |
From | john |
Subject | Re: [Csnd] MIDI: detect channel of incoming note message? |
Thank you. Change noted. On Sat, 26 Oct 2019, Dave Seidel wrote: > I think it would be good to mention it on the "MIDI input" page in the > "Real-time MIDI Support" section, probably as part of the statement > > MIDI information for MIDI-triggered instruments: veloc , midictrl and notnum. > See also Converters. > > On Sat, Oct 26, 2019 at 4:13 PM john |
Date | 2019-10-27 18:14 |
From | Dave Seidel |
Subject | Re: [Csnd] MIDI: detect channel of incoming note message? |
Thanks, John. On Sun, Oct 27, 2019 at 1:07 PM john <jpff@codemist.co.uk> wrote: Thank you. Change noted.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|