Hyakken is the HY dev !

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
Post Reply New Topic

Post

Taron wrote: ...OSC should really have a link right to your thread, hehe...
Your wish is my command. Done!

Post

hyakken wrote:Hello,

Here is new beta version
(...)

Please test it.

Thank you.
Hyakken, thanks a lot for being that fast. A first test shows no more freezes in Reaper so far. I will keep you informed about my experience with the new beta version.

Like your synth a lot!
Image

Post

Also, have another look at the LFO!
Even if you do not retrigger it, you should always loop it, rather than letting it run! I think you do not set it back after each PI, which will cause it to eventually fail.
The way I have it in my process routine is:

//lfo_step is at which ever rate, of course...

lfo_phase+= lfo_step;
if(lfo_phase>k2PI) lfo_phase-= k2PI;

Leave the lfo_phase running to avoid what is currently happening, when you change the rate. With this method, changing the rate will not make the lfo stutter! ;)

Uhm, obviously you'd just use the lfo_phase to run through your fast_sin(lfo_phase) or which ever lfo function you're using.

Post

Hi! I only encountered one bug.
The Presets get initialized every time i reopen the project/ reopen Tracktion 5.
https://www.youtube.com/channel/UCVmlgT ... subscriber


Advocator of free and open source software.

Post

Taron wrote:Also, have another look at the LFO!
Even if you do not retrigger it, you should always loop it, rather than letting it run! I think you do not set it back after each PI, which will cause it to eventually fail.
The way I have it in my process routine is:

//lfo_step is at which ever rate, of course...

lfo_phase+= lfo_step;
if(lfo_phase>k2PI) lfo_phase-= k2PI;

Leave the lfo_phase running to avoid what is currently happening, when you change the rate. With this method, changing the rate will not make the lfo stutter! ;)

Uhm, obviously you'd just use the lfo_phase to run through your fast_sin(lfo_phase) or which ever lfo function you're using.
After finishing new GUI, I will rebuild lfo.
Paree wrote:Hi! I only encountered one bug.
The Presets get initialized every time i reopen the project/ reopen Tracktion 5.
Please download preset folder from the link below.
win: put it to your document folder
mac: put it to Audio > Presets folder
http://www.mediafire.com/file/502wgppk2 ... lugins.zip
I think this will work.

Post

Sorry, i should have explained it better.
The Presets are recognized by HY Mono. But the sound is initializied.
The Program- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
The Actual Sound of the preset- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
Sound when project is reloaded/reopened- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing

Edit: I'm using 64bit Windows version.
https://www.youtube.com/channel/UCVmlgT ... subscriber


Advocator of free and open source software.

Post

Paree wrote:Sorry, i should have explained it better.
The Presets are recognized by HY Mono. But the sound is initializied.
The Program- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
The Actual Sound of the preset- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
Sound when project is reloaded/reopened- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing

Edit: I'm using 64bit Windows version.
Thank you for your detail.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?

And can you try this?
Saving your preset > then change preset > then recalling your last preset
I would like to know this works or not for your.
Last edited by hyakken on Tue Jan 10, 2017 9:09 am, edited 1 time in total.

Post

hyakken wrote:
Paree wrote:Sorry, i should have explained it better.
The Presets are recognized by HY Mono. But the sound is initializied.
The Program- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
The Actual Sound of the preset- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
Sound when project is reloaded/reopened- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing

Edit: I'm using 64bit Windows version.
Thank you for your detail.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
Yep. Knob position is recalled but the sound isn't recalled.
https://www.youtube.com/channel/UCVmlgT ... subscriber


Advocator of free and open source software.

Post

Thank you.
I will download Traktion5 today.

Post

Paree wrote:
hyakken wrote:
Paree wrote:Sorry, i should have explained it better.
The Presets are recognized by HY Mono. But the sound is initializied.
The Program- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
The Actual Sound of the preset- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
Sound when project is reloaded/reopened- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing

Edit: I'm using 64bit Windows version.
Thank you for your detail.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
Yep. Knob position is recalled but the sound isn't recalled.
I just tested with T5.
And it seems HY-Mono recalled fine for me.
Can you try new beta?
http://www.mediafire.com/file/5cioratoi ... ta_win.zip

Post

@hyakken

any chance of your step sequencers being ported as vst?

dave

Post

hyakken wrote:
Paree wrote:
hyakken wrote:
Paree wrote:Sorry, i should have explained it better.
The Presets are recognized by HY Mono. But the sound is initializied.
The Program- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
The Actual Sound of the preset- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
Sound when project is reloaded/reopened- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing

Edit: I'm using 64bit Windows version.
Thank you for your detail.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
Yep. Knob position is recalled but the sound isn't recalled.
I just tested with T5.
And it seems HY-Mono recalled fine for me.
Can you try new beta?
http://www.mediafire.com/file/5cioratoi ... ta_win.zip
Didn't work :(
Also, the problem seems to be with HY Filter2 and HYDelay2 as well. So, it might be with incompatibility of preset system with my PC ( Win 8 )
Last edited by Paree on Wed Jan 11, 2017 8:13 am, edited 1 time in total.
https://www.youtube.com/channel/UCVmlgT ... subscriber


Advocator of free and open source software.

Post

dave dove wrote:@hyakken

any chance of your step sequencers being ported as vst?
from p15 of this thread: "I'm making vst version of SEQ16 now"

should be cool :)

Post

dave dove wrote:@hyakken

any chance of your step sequencers being ported as vst?

dave
I will release vst version of SEQ16 this month.
The plugins is mostly done.
I have to make manual and web page.

Post

Paree wrote:
hyakken wrote:
Paree wrote:
hyakken wrote:
Paree wrote:Sorry, i should have explained it better.
The Presets are recognized by HY Mono. But the sound is initializied.
The Program- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
The Actual Sound of the preset- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing
Sound when project is reloaded/reopened- https://drive.google.com/file/d/0Bxrtp9 ... sp=sharing

Edit: I'm using 64bit Windows version.
Thank you for your detail.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
Yep. Knob position is recalled but the sound isn't recalled.
I just tested with T5.
And it seems HY-Mono recalled fine for me.
Can you try new beta?
http://www.mediafire.com/file/5cioratoi ... ta_win.zip
Didn't work :(
Also, the problem seems to be with HY Filter2 and HYDelay2 as well. So, it might be with incompatibility of preset system with my PC ( Win 8 )
My plugins read its presets from user document folder.
So can you try changing security level of document folder?
I don't know how to handle security level of win8.
But I guess this issue is related to windows security level.

Post Reply

Return to “Effects”