Re: [linux-audio-dev] Quick question regarding raw midi access via alsa sequencer

2005-03-18 Thread Jens M Andreasen
On Fri, 2005-03-18 at 15:51 +, Chris Cannam wrote: > On Friday 18 Mar 2005 15:40, Ivica Ico Bukvic wrote: > > 2) The other option is obviously to use alsa-sequencer API but in that case > > is there a way to simply convert the stream of received MIDI data into raw > > midi format so that I can

Re: [linux-audio-dev] Quick question regarding raw midi access via alsa sequencer

2005-03-18 Thread Chris Cannam
On Friday 18 Mar 2005 15:40, Ivica Ico Bukvic wrote: > 2) The other option is obviously to use alsa-sequencer API but in that case > is there a way to simply convert the stream of received MIDI data into raw > midi format so that I can use my built-in raw MIDI parsing engine for > parsing the messa

Re: [linux-audio-dev] Quick question regarding raw midi access via alsa sequencer

2005-03-18 Thread Paul Davis
>I did a bit of hacking on my app trying to make it alsa sequencer compatible >but did not want to do too much changing in terms of how it deals with raw >MIDI data. From looking at the API reference it seems that I have 2 choices: libmidi++ in the ardour source tree has what you need. at least as

[linux-audio-dev] Quick question regarding raw midi access via alsa sequencer

2005-03-18 Thread Ivica Ico Bukvic
Hi all, I did a bit of hacking on my app trying to make it alsa sequencer compatible but did not want to do too much changing in terms of how it deals with raw MIDI data. From looking at the API reference it seems that I have 2 choices: 1) Use raw midi option and specify "virtual" name which make