> Hello,
> 
> I'ld like to make a midi sequencer by using the API of ALSA.
> The question is: in Gambas can I call the API of ALSA ? In positive case,
> how I can do it ?
> 

Not directly, but you can use EXTERN to call functions directly in the ALSA 
library.

But why do you need ALSA to write a midi sequencer? Can't you just use the 
midi port device file?

-- 
Benoît Minisini

------------------------------------------------------------------------------

_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to