Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-17 Thread Martin Schreiber
On Saturday 17 March 2018 14:21:58 fredvs wrote: > > But with C (and Java too) it could be that parameters are before and after > the source to compile. > > Example with your alsadrop2.c > > > gcc -oalsadrop2 -lasound -pthread -g alsadrop2.c `pkg-config --cflags > --libs alsa` > > You can see t

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-17 Thread fredvs
Hello Martin. Thanks for explanations. Ok, I will jump into alsa code (that I have to discover). Other thing. I am busy to make ideU compatible with C for compiling and debugging. It works perfectly (like for Pascal, Python and Java). But with C (and Java too) it could be that parameters are b

Re: [MSEide-MSEgui-talk] Updated spanish translation

2018-03-17 Thread Martin Schreiber
On Friday 16 March 2018 16:53:10 Julio Jiménez wrote: > Hi Martin > > Updated mseconsts_es.pas > Thanks, applied. Martin > Regards -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-17 Thread Martin Schreiber
On Friday 16 March 2018 23:31:31 fredvs wrote: > Hello Martin. > > On my system, in alsadrop2.c with usleep(70) in line 124 ---> crash if > using "sysdefault" alsa device. > > With usleep(100) or more ---> OK, no crash and my ears do not feel any > difference with alsadrop2 compiled with de