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
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
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,
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
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
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
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