Csound Csound-dev Csound-tekno Search About

midi over OSC

Date2015-08-09 03:27
FromRoger Kelly
Subjectmidi over OSC
AttachmentsNone  None  
I am trying to implement MIDI over OSC.  The example in the manual uses turnoff2 and only handles single notes at a time.

How can I catch "note-off" and turn off the correct instance of an instrument?


Date2015-08-09 10:41
Fromjoachim heintz
SubjectRe: midi over OSC
on which example in the manual do you refer?


Am 09.08.2015 um 04:27 schrieb Roger Kelly:
> I am trying to implement MIDI over OSC.  The example in the manual uses
> turnoff2 and only handles single notes at a time.
>
> How can I catch "note-off" and turn off the correct instance of an
> instrument?
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-15 19:40
FromRoger Kelly
SubjectRe: midi over OSC
AttachmentsNone  None  
I actually figured out what I was doing wrong.  I needed to turnoff based on fractional instrument number matching the "note off" note event.

On Sun, Aug 9, 2015 at 4:41 AM, joachim heintz <jh@joachimheintz.de> wrote:
on which example in the manual do you refer?


Am 09.08.2015 um 04:27 schrieb Roger Kelly:
> I am trying to implement MIDI over OSC.  The example in the manual uses
> turnoff2 and only handles single notes at a time.
>
> How can I catch "note-off" and turn off the correct instance of an
> instrument?
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


Date2015-08-15 20:44
Fromjoachim heintz
SubjectRe: midi over OSC
that's good to know.  perhaps you can post your code here, for anyone in 
a similar situation?


Am 15.08.2015 um 20:40 schrieb Roger Kelly:
> I actually figured out what I was doing wrong.  I needed to turnoff
> based on fractional instrument number matching the "note off" note event.
>
> On Sun, Aug 9, 2015 at 4:41 AM, joachim heintz  > wrote:
>
>     on which example in the manual do you refer?
>
>
>     Am 09.08.2015 um 04:27 schrieb Roger Kelly:
>      > I am trying to implement MIDI over OSC.  The example in the
>     manual uses
>      > turnoff2 and only handles single notes at a time.
>      >
>      > How can I catch "note-off" and turn off the correct instance of an
>      > instrument?
>      >
>      >
>      >
>      >
>     ------------------------------------------------------------------------------
>      >
>      >
>      >
>      > _______________________________________________
>      > Csound-users mailing list
>      > Csound-users@lists.sourceforge.net
>     
>      > https://lists.sourceforge.net/lists/listinfo/csound-users
>      > Send bugs reports to
>      > https://github.com/csound/csound/issues
>      > Discussions of bugs and features can be posted here
>      >
>
>     ------------------------------------------------------------------------------
>     _______________________________________________
>     Csound-users mailing list
>     Csound-users@lists.sourceforge.net
>     
>     https://lists.sourceforge.net/lists/listinfo/csound-users
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     Discussions of bugs and features can be posted here
>
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here