RE: [linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-11 Thread John Lazzaro
> 2) Can I use DMIDI in combination with TCP/IP (I saw you mentioned UDP > on your site)? If you're sending over IP, you should also look at MWPP, an RTP packetization for MIDI under development in the IETF. See: http://www.cs.berkeley.edu/~lazzaro/sa/pubs/txt/current-mwpp.txt -

Re: [linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-11 Thread Nick Bailey
On Friday 11 Oct 2002 11:11 am, you wrote: > All data transmission is done using UDP so yes, it uses > TCP/IP. On a private LAN latencies and packet loss should eh? > not be a problem. On my LAN at home I've not had a dropped > packet and at work with a very saturated 10mbit segment > we've o

Re: [linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-11 Thread Frank Barknecht
Hi, Ivica Bukvic hat gesagt: // Ivica Bukvic wrote: > 4) Is there a way to send MIDI data in such a way that it is perceived > by other app on the system (i.e. like sending a midi signal through > midi-out which is via cable connected to midi-in on the same machine, > except without doing so physi

RE: [linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-11 Thread Phil Kerr
server simply act > transparently between sender and receiver (if they are presumably on the > same machine)? > > Again, thanks for your help! Sincerely, > > Ivica Ico Bukvic > > > -Original Message- > > From: Phil Kerr [mailto:philkerr@;elec.gla.ac.u

RE: [linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-10 Thread Ivica Bukvic
10, 2002 9:49 PM > To: Ivica Bukvic > Subject: Re: [linux-audio-dev] Needing advice on implementing MIDI in my > app (RTMix) > > Hi Ivica, > > DMIDI may be of some use to you. You can have one DMIDI server and your > MIDI > applications can broadcast DMIDI data. You

Re: [linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-10 Thread Paul Davis
>1) First off, is there a simple GPL library that is easy to implement >and that focuses on MIDI? If not, any website with some sample code >would be greatly appreciated! libmidi++, used in ardour but entirely separate from it, does this. however, its written in C++, and i suspect you will find i

[linux-audio-dev] Needing advice on implementing MIDI in my app (RTMix)

2002-10-10 Thread Ivica Bukvic
Hi all, Currently, I am working on implementing MIDI in my app, and this is what I am currently trying to solve: I just simply want to implement MIDI >not as a sequencer<, but rather as an external controller of various events (since this is what my app RTMix does). Now, the problem is also that