Re: [Gambas-user] sound in gambas 3

2014-02-09 Thread Tobias Boege
On Sat, 08 Feb 2014, Dominique Michel wrote: > Le Sat, 08 Feb 2014 03:33:34 +0100, > Beno?t Minisini a ?crit : > > > Le 08/02/2014 02:04, Beno?t Minisini a ?crit : > > > Le 08/02/2014 01:24, Dominique Michel a ?crit : > > >> Hi, > > >> > > >> I try to do my first gambas program, and I am stuck wi

Re: [Gambas-user] sound in gambas 3

2014-02-09 Thread Benoît Minisini
Le 08/02/2014 21:03, Dominique Michel a écrit : > Le Sat, 8 Feb 2014 19:36:49 +0100, > Fabien Bodard a écrit : > >> Is it a way to introspect the media lib ? I think so, but I didn't implement it. It is a big job. > > I use gst-inspect for that. I don't know if it is possible to do it in > Gamba

Re: [Gambas-user] sound in gambas 3

2014-02-08 Thread Dominique Michel
Le Sat, 8 Feb 2014 19:36:49 +0100, Fabien Bodard a écrit : > Is it a way to introspect the media lib ? I use gst-inspect for that. I don't know if it is possible to do it in Gambas. On my system: gst-inspect-1.0 audiotestsrc As I understand the Media.control, it send the control name to gstre

Re: [Gambas-user] sound in gambas 3

2014-02-08 Thread Fabien Bodard
Is it a way to introspect the media lib ? I mean For each s in Media.ControlList hMedia = MediaControl($hcont, s) for each sprop in hMedia next next get props and signatures... like for dBus. 2014-02-08 19:41 GMT+01:00 Dominique Michel : > Le Sat, 08 Feb 2014 03:33:34 +0100, > Benoît

Re: [Gambas-user] sound in gambas 3

2014-02-08 Thread Dominique Michel
Le Sat, 08 Feb 2014 03:33:34 +0100, Benoît Minisini a écrit : > Le 08/02/2014 02:04, Benoît Minisini a écrit : > > Le 08/02/2014 01:24, Dominique Michel a écrit : > >> Hi, > >> > >> I try to do my first gambas program, and I am stuck with the sound. > >> > >> All I have for now is 2 labels, 2 val

Re: [Gambas-user] sound in gambas 3

2014-02-07 Thread Benoît Minisini
Le 08/02/2014 02:04, Benoît Minisini a écrit : > Le 08/02/2014 01:24, Dominique Michel a écrit : >> Hi, >> >> I try to do my first gambas program, and I am stuck with the sound. >> >> All I have for now is 2 labels, 2 value boxes and 1 toggle button. >> >> When I press the toggle button, it launch

Re: [Gambas-user] sound in gambas 3

2014-02-07 Thread Benoît Minisini
Le 08/02/2014 01:24, Dominique Michel a écrit : > Hi, > > I try to do my first gambas program, and I am stuck with the sound. > > All I have for now is 2 labels, 2 value boxes and 1 toggle button. > > When I press the toggle button, it launch a message box with the 2 > values in the value boxes and

[Gambas-user] sound in gambas 3

2014-02-07 Thread Dominique Michel
Hi, I try to do my first gambas program, and I am stuck with the sound. All I have for now is 2 labels, 2 value boxes and 1 toggle button. When I press the toggle button, it launch a message box with the 2 values in the value boxes and some text. 1 is a frequency, the other is the amplitude. I w