> I would like to use perl, I guess, to record what an
>external device plays, and then be able to play it
>back.
>
>http://www.perl.com/CPAN-local/authors/id/S/SE/SETHJ/MIDI-Music-0.01.tar.gz
>
> needs SNDCTL_SEQ_RT_ENABLE so it can record MIDI
>events and calcualtes the delta times itself, I guess.
>
> What do I need to do to make MIDI::Music work ?
>Do I need to patch MIDI::Music.xs or do I need to
>patch ALSA ? What would be easier ? 
>
>searching through /usr/src/linux/alsa-driver-0.5.11
>for SNDCTL_SEQ_RT_ENABLE yielded no results, neither
>did
>http://www.google.com/search?q=alsa+SNDCTL_SEQ_RT_ENABLE&btnG=Google+Search

i am not sure about the sequencer API specifically, but in general,
the ALSA API in 0.5.X bears little resemblance to the one in
0.9.X. porting software from one to the other is not hard, but its not
just a matter of "this ioctl is missing, use this one instead". 

takashi can comment more fruitfully on the sequencer API in
particular.

--p

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to