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

2017-07-17 Thread Fred van Stappen
> An example is here: > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/thread/delayedstart Ha, ok sorry for previous mail. I will study it, write you later. I need a delayed thread because somethings must be done after creation of the thread and the main-loop has to wait

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

2017-07-17 Thread Martin Schreiber
On Monday 17 July 2017 14:38:15 Fred van Stappen wrote: > > An example is here: > > > > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/thread/d > >elayedstart > > Ha, ok sorry for previous mail. > > I will study it, write you later. > > I need a delayed thread because somethings

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

2017-07-17 Thread Fred van Stappen
> Can't it been done in constructor of the thread? No. Fre;D -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

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

2017-07-17 Thread Fred van Stappen
> An example is here: > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/thread/del Hello Martin. Ok. Indeed, with a demo it was **much** easier (but the battle was still hard). Conclusion: - The main loop in the msethread (the sound): ---> perfect, fluent, no scratch, no

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

2017-07-17 Thread Fred van Stappen
> > > Can't it been done in constructor of the thread? > >No. > Please explain, I am interested on the background. Huh... After creating the thread, there are other things to do, like adding input-output, setting dsp's, ... And before all that work is done, the main loop-method has to wait

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

2017-07-17 Thread Martin Schreiber
On Monday 17 July 2017 23:03:42 Fred van Stappen wrote: > > > > Can't it been done in constructor of the thread? > > > > > >No. > > > > Please explain, I am interested on the background. > > Huh... > > After creating the thread, there are other things to do, like adding > input-output, setting