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
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
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
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
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
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
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
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