Re: [Gambas-user] Gambas & API of ALSA

2010-05-25 Thread Ru Vuott
riano Blengino ha scritto: > Da: Doriano Blengino > Oggetto: Re: [Gambas-user] Gambas & API of ALSA > A: "mailing list for gambas users" > Data: Martedì 25 maggio 2010, 09:36 > Ru Vuott ha scritto: > > Thank you very much. > > > > Now the prob

Re: [Gambas-user] Gambas & API of ALSA

2010-05-25 Thread Doriano Blengino
Ru Vuott ha scritto: > Thank you very much. > > Now the problem is how I can use those information with Gambas !!! :-( > I would interested too in writing a midi librarian for my keyboard, but leaved this idea behind because I am too busy these days. I wrote a working one under windows, but no

Re: [Gambas-user] Gambas & API of ALSA

2010-05-24 Thread Ru Vuott
Thank you very much. Now the problem is how I can use those information with Gambas !!! :-( Bye Paolo --- Lun 24/5/10, Laurent Carlier ha scritto: > Da: Laurent Carlier > Oggetto: Re: [Gambas-user] Gambas & API of ALSA > A: "mailing list for gambas users" > D

Re: [Gambas-user] Gambas & API of ALSA

2010-05-24 Thread Laurent Carlier
Le lundi 24 mai 2010 13:44:53, Ru Vuott a écrit : > Hello, > > you said I can use not ALSA, but use the "midi port device file". Well, the > new questions are: > > 1) must I to send the midi-values to /dev/midi for playing midi ? Is that > enough ? > > 2) on /dev I see a name port: "sequencer"

Re: [Gambas-user] Gambas & API of ALSA

2010-05-24 Thread Ru Vuott
.what's name of port that I can-must use for my project ? Thanks --- Lun 24/5/10, Benoît Minisini ha scritto: > Da: Benoît Minisini > Oggetto: Re: [Gambas-user] Gambas & API of ALSA > A: "mailing list for gambas users" > Data: Lunedì 24 maggio 2010, 00:18 >

Re: [Gambas-user] Gambas & API of ALSA

2010-05-23 Thread Benoît Minisini
> 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 m

[Gambas-user] Gambas & API of ALSA

2010-05-23 Thread Ru Vuott
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 ? -- __