Re: [Yoshimi-devel] In-process multi-instance support arrived!

2014-10-31 Thread Andrew Deryabin
31.10.2014 23:51, Will Godfrey wrote: > On Thu, 30 Oct 2014 21:56:32 +0400 > Andrew Deryabin wrote: > >> Hi, all! >> >> I've merged my recent commits to lv2_plugin branch into master. >> Before actual work on lv2 plugin interface (though core lv2 methods >> already implemented in pre-alpha s

Re: [Yoshimi-devel] In-process multi-instance support arrived!

2014-10-31 Thread Will Godfrey
On Thu, 30 Oct 2014 21:56:32 +0400 Andrew Deryabin wrote: > Hi, all! > > I've merged my recent commits to lv2_plugin branch into master. > Before actual work on lv2 plugin interface (though core lv2 methods > already implemented in pre-alpha state) I want to optimize and expand > yoshimi

Re: [Yoshimi-devel] In-process multi-instance support arrived!

2014-10-30 Thread Андрей Дерябин
Hi, Will! I,ve modificartons to multi instance windows. Now first window exits program. Others simply deregister synth, frees instance resorces and closed. 31 окт. 2014 г. 2:36 пользователь "Andrew Deryabin" < andrewderya...@gmail.com> написал: > 31.10.2014 02:03, Will Godfrey пишет: > >> On Thu,

Re: [Yoshimi-devel] In-process multi-instance support arrived!

2014-10-30 Thread Andrew Deryabin
Found the problem! It seams, that there is a must have operation before every initstate_r function: >>memset(random_state, 0, sizeof(random_state)); >>memset(&random_buf, 0, sizeof(random_buf)); if (initstate_r(synth->random(), random_state, sizeof(random_state), &ran

Re: [Yoshimi-devel] In-process multi-instance support arrived!

2014-10-30 Thread Andrew Deryabin
Hi, Will! > On Thu, 30 Oct 2014 21:56:32 +0400 > Andrew Deryabin wrote: > >> Hi, all! >> >> I've merged my recent commits to lv2_plugin branch into master. >> Before actual work on lv2 plugin interface (though core lv2 methods >> already implemented in pre-alpha state) I want to optimize and

Re: [Yoshimi-devel] In-process multi-instance support arrived!

2014-10-30 Thread Will Godfrey
On Thu, 30 Oct 2014 21:56:32 +0400 Andrew Deryabin wrote: > Hi, all! > > I've merged my recent commits to lv2_plugin branch into master. > Before actual work on lv2 plugin interface (though core lv2 methods > already implemented in pre-alpha state) I want to optimize and expand > yoshimi

[Yoshimi-devel] In-process multi-instance support arrived!

2014-10-30 Thread Andrew Deryabin
Hi, all! I've merged my recent commits to lv2_plugin branch into master. Before actual work on lv2 plugin interface (though core lv2 methods already implemented in pre-alpha state) I want to optimize and expand yoshimi in several ways. One of them - multi instance support. Now there