Lee Revell wrote: > Is concurrent access to MIDI by the ALSA sequencer and OSS apps really > forbidden? Concurrent accesses with the rawmidi and sequencer interfaces to the same device are forbidden (regardless of whether the respective ALSA or OSS interface is used). The rawmidi APIs cannot allow sharing because, being 'raw', they don't interpret the data going through them. Regards, Clemens