[Csnd] Midi CC IO from opcode
| Date | 2019-07-28 02:45 |
| From | Richard Knight |
| Subject | [Csnd] Midi CC IO from opcode |
|
Hi, I'm trying to create an opcode which can read (ideal) / write (desired) midi CC values (globally, not those associated with the instrument in insdshead) but couldn't find a way with the plugin/csdl API. Please could someone point me in the right direction if there is a way? |
| Date | 2019-07-28 07:17 |
| From | "Jeanette C." |
| Subject | Re: [Csnd] Midi CC IO from opcode |
Jul 28 2019, Richard Knight has written:
>
>
> Hi, I'm trying to create an opcode which can read (ideal) / write
> (desired) midi CC values (globally, not those associated with the
> instrument in insdshead) but couldn't find a way with the plugin/csdl
> API.
...
Hi richard,
have you discovered the opcodes midiin and midiout?
Good luck and best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* SoundCloud: https://soundcloud.com/jeanette_c
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* GitHub: https://github.com/jeanette-c
* Twitter: https://twitter.com/jeanette_c_s
E-mail my heart and say our love will never die... <3
(Britney Spears)
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-07-28 17:40 |
| From | Richard Knight |
| Subject | Re: [Csnd] Midi CC IO from opcode |
> Hi richard,
> have you discovered the opcodes midiin and midiout?
>
> Good luck and best wishes,
>
> Jeanette
>
Hi
Thanks, yes, however what I am trying to do is write an opcode in C/C++
using the plugin/csdl API - not in csound orchestra itself. I have had a
look at the source of some opcodes namely ctrl7, will have a look at
midiin to see if it gives any other clues.
all the best
Richard
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 |