Hey, I'd advise C++ & RtMidi if you've done any OOP before, I started out with that combination, there are some good examples on the RtMidi webpage<http://www.music.mcgill.ca/%7Egary/rtmidi/> .
It provides a MIDI interface on all of Linux-Mac-PC, so its cross-platform. And I'd advise you to start with "normal" scheduling (I've never coded an RT app, but MIDI apps works 100% realtime for me without any upgrading of priority). Good luck, -Harry On Sat, Oct 3, 2009 at 2:07 PM, Carlo Capocasa <[email protected]>wrote: > Hi, > > I'm looking into doing some real time MIDI programming with either C++ > or Common lisp. > > I would specifically not schedule anything but deliver everything as > "play it right now" notes. > > Is it necessary to use realtime scheduling the way JACK does? > > Or is it ok to use normal "user mode" programs? > > Your expert advice much appreciated! > > Carlo > > _______________________________________________ > Linux-audio-dev mailing list > [email protected] > http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev >
_______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
