Re: [Gambas-user] Wave generator

2014-02-10 Thread Fabien Bodard
2014-02-10 11:00 GMT+01:00 Dominique Michel : > Le Mon, 10 Feb 2014 09:43:23 +0100, > Fabien Bodard a écrit : > >> Really buggy... >> >> First don't use ValueBox but simle textbox as it is just to display >> value (ReadOnly, align right) > > If you enter a value and click OK, that value is applied

Re: [Gambas-user] Wave generator

2014-02-10 Thread Dominique Michel
Le Mon, 10 Feb 2014 09:43:23 +0100, Fabien Bodard a écrit : > Really buggy... > > First don't use ValueBox but simle textbox as it is just to display > value (ReadOnly, align right) If you enter a value and click OK, that value is applied. That is what I want to do. I first try without the OK b

Re: [Gambas-user] Wave generator

2014-02-10 Thread Fabien Bodard
Really buggy... First don't use ValueBox but simle textbox as it is just to display value (ReadOnly, align right) the i can't get it playing... $hplayer.play can't set staus... (Benoit's example run here... so) What is the need of : Public Sub QuitGWG() $hPlayer.Close FMain.Close End Jus

Re: [Gambas-user] Wave generator

2014-02-09 Thread Dominique Michel
Le Mon, 10 Feb 2014 00:04:44 +0100, Dominique Michel a écrit : > Le Sun, 9 Feb 2014 17:24:05 +0100, > Tobias Boege a écrit : > > > On Sun, 09 Feb 2014, Dominique Michel wrote: > > > I made some changes to the Wave generator. > > > > > > A screen shoot is better than a long explanation: > > > h

Re: [Gambas-user] Wave generator

2014-02-09 Thread Dominique Michel
Le Sun, 9 Feb 2014 17:24:05 +0100, Tobias Boege a écrit : > On Sun, 09 Feb 2014, Dominique Michel wrote: > > I made some changes to the Wave generator. > > > > A screen shoot is better than a long explanation: > > http://postimg.org/image/7kbr04d31/ > > > > I tested it with both the alsasink an

Re: [Gambas-user] Wave generator

2014-02-09 Thread Tobias Boege
On Sun, 09 Feb 2014, Dominique Michel wrote: > I made some changes to the Wave generator. > > A screen shoot is better than a long explanation: > http://postimg.org/image/7kbr04d31/ > > I tested it with both the alsasink and the jackaudiosink, but I didn't > made a menu for that, because I don't

[Gambas-user] Wave generator

2014-02-09 Thread Dominique Michel
I made some changes to the Wave generator. A screen shoot is better than a long explanation: http://postimg.org/image/7kbr04d31/ I tested it with both the alsasink and the jackaudiosink, but I didn't made a menu for that, because I don't know how to test if a sink exist without to load it. And wh