On Tue, 25 Jun 2013, dr.diesel wrote:
> Hello all,
>
> I'm trying to communicate to a Rigol spectrum analyzer, which is routed to
> /dev/usbtmc0 once connected via USB. You can easily echo and cat serial
> commands to usbtmc0 but I'd prefer to use a socket of some sort, any
> suggestions on how t
Comment #4 on issue 438 by francois...@gmail.com: gb.xml.rpc sometimes
doesn't parse data correctly due to incompleteness of received data
http://code.google.com/p/gambas/issues/detail?id=438
When i look in latest revision i don't see the fix in miniserver.class :
For cCount = 1 to 100 ste
Comment #2 on issue 446 by bugcatch...@gmail.com: Select statement returns
no data
http://code.google.com/p/gambas/issues/detail?id=446
Thank you. That solved the problem.
Paul
--
You received this message because this project is configured to send all
issue notifications to this address.
Hello,
I made an application for listening to audio files as well as Midi files.With
the previous version of the component "gb.media" Midi files could be performed
and could be heard.
Now, with the new version of the "gb.media", which uses the new version of
GStreamer 1.0.6, if I want to pla
Does Gambas support read/data commands like the following for loading a
simple array with fixed values?
for t=0 to 4
for x = 0 to 4
read v(t,x)
next x
next t
data 1,2,3,4,5,1,2,3,4,5,1,2,3,4,5..
Maybe I'm just not finding it?
-
Le 26/06/2013 23:28, Ru Vuott a écrit :
> Hello,
>
> I made an application for listening to audio files as well as Midi
> files.With the previous version of the component "gb.media" Midi files could
> be performed and could be heard.
>
> Now, with the new version of the "gb.media", which uses t
Hello Benoît,
excuse me, but... do you want the "midi File" or my gb.media application ?
I suppose my application.
bye
vuott
Gio 27/6/13, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Error playing File Midi with libgstreamer new