Re: [MSEide-MSEgui-talk] Some question about MSE thread...

2017-07-27 Thread Martin Schreiber
On Thursday 27 July 2017 10:17:36 Fred van Stappen wrote: > Hello Martin. > > > When closing a mse file-dialog, floating window from dock or docking a > floating widow, this has impact on a independent thread (for example a song > playing) ---> this pause for a short moment the audio-thread. > > >

Re: [MSEide-MSEgui-talk] Some question about MSE thread...

2017-07-27 Thread Fred van Stappen
Hello Martin. When closing a mse file-dialog, floating window from dock or docking a floating widow, this has impact on a independent thread (for example a song playing) ---> this pause for a short moment the audio-thread. I did try using a mse thread or a fpc-tthread but the result is the

Re: [MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-27 Thread Graeme Geldenhuys
On 2017-07-27 16:45, Martin Schreiber wrote: Exception handling has been implemented in MSElang Are you planning on implementing try..finally..except block. A all in one syntax that saves you a ton of typing and indentation? eg: try // something here finally // clean-up code

[MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-27 Thread Martin Schreiber
Hi, Exception handling has been implemented in MSElang https://gitlab.com/mseide-msegui/mselang/wikis/home/mselang_exceptions https://gitlab.com/mseide-msegui/mselang/wikis/home/mselang_objects Thoughts? Martin -- Check

Re: [MSEide-MSEgui-talk] Exception handling in MSElang

2017-07-27 Thread Martin Schreiber
On Thursday 27 July 2017 17:59:50 Graeme Geldenhuys wrote: > On 2017-07-27 16:45, Martin Schreiber wrote: > > Exception handling has been implemented in MSElang > > Are you planning on implementing try..finally..except block. A all in > one syntax that saves you a ton of typing and indentation? >

Re: [MSEide-MSEgui-talk] Some question about MSE thread...

2017-07-27 Thread Fred van Stappen
>> Is it possible to let the audio-thread totally independent ? > Do you wait on the main thread in worker thread in some way or another? Huh, maybe... (but could you give some code of what you propose so I can check it ?) > the operating system probably thinks there is something more

Re: [MSEide-MSEgui-talk] Some question about MSE thread...

2017-07-27 Thread Martin Schreiber
On Thursday 27 July 2017 22:23:25 Fred van Stappen wrote: > >> Is it possible to let the audio-thread totally independent ? > > > > Do you wait on the main thread in worker thread in some way or another? > > Huh, maybe... (but could you give some code of what you propose so I can > check it ?) >