1 May 2007 11:59
Re: Receiving from portmidi
Ok i really am in 2.11.0 and receiving won't work. You can really see that portmidi-open is starting the receive : CM> (receiver? *pm*) NIL CM> (define *pm* (portmidi-open :latency 0 :input 6)) ; No value CM> (receiver? *pm*) T In pm.scm (revision 1.47), i can seen that portmidi-open calls rt-stream-receive-data via open-io, right after Pm:OpenInput. So again it seems designed to behave that way. Could someone test example 3 from portmidi topic (http://commonmusic.sourceforge.net/doc/dict/portmidi-topic.html) ? You don't really need incoming data, a quick copy-paste with corresponding input pm id will be enough to know if the problem comes from my setup. Cause I know must be missing something but I'm running out of leads. > Hello common music people, > > Here's the big picture : I can't receive any midi events, sending seem to > be working and i'd really appreciate some help. > > I'm really looking forward to a working setup, i already read Notes From > The Metalevel and am on the starting block. >(Continue reading)
RSS Feed