[Csnd] How to turn off stuck MIDI notes?
Date | 2020-05-09 19:50 |
From | jack |
Subject | [Csnd] How to turn off stuck MIDI notes? |
Sometimes when Csound is receiving MIDI in realtime, MIDI notes get stuck. What's the best way to kill these (or, worst case, kill all active instrument instances)? I'm using Csound 6.14 and writing my score / orchestra files to it over UDP. A live score event to achieve this would be ideal - I checked the docs and wasn't able to find anything. -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2020-05-09 20:07 |
From | Guillermo Senna |
Subject | Re: [Csnd] How to turn off stuck MIDI notes? |
Hi Jack, Do you have a Yamaha keyboard or are you using a MIDI to USB adapter? On 9/5/20 15:50, jack wrote: > Sometimes when Csound is receiving MIDI in realtime, MIDI notes get stuck. > What's the best way to kill these (or, worst case, kill all active > instrument instances)? > > I'm using Csound 6.14 and writing my score / orchestra files to it over UDP. > A live score event to achieve this would be ideal - I checked the docs and > wasn't able to find anything. > > > > -- > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html > > 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 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 | 2020-05-09 20:39 |
From | Pete Goodeve |
Subject | Re: [Csnd] How to turn off stuck MIDI notes? |
Attachments | None |
Date | 2020-05-09 20:46 |
From | jack |
Subject | Re: [Csnd] How to turn off stuck MIDI notes? |
I'm using JACK midi. Most recently I've been getting it with a software sequencer, but it's happened with physical (USB) keyboards as well. -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2020-05-09 20:48 |
From | jack |
Subject | Re: [Csnd] How to turn off stuck MIDI notes? |
Pete G. wrote > Well, Csound does respect the "All Notes Off" (123) MIDI message, > if you can send that somehow. I did not realize that existed! I can definitely send one of those. Thanks! -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 |