Your wish is my command. Done!Taron wrote: ...OSC should really have a link right to your thread, hehe...
Hyakken is the HY dev !
-
- KVRAF
- 2725 posts since 19 Dec, 2010 from North America
One Synth Challenge: https://sites.google.com/site/kvrosc/about
- KVRian
- 552 posts since 23 Mar, 2011 from Schwerte, Germany
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.hyakken wrote:Hello,
Here is new beta version
(...)
Please test it.
Thank you.
Like your synth a lot!

- KVRAF
- 3204 posts since 17 Apr, 2010 from Slovenia
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.
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.
-
- KVRist
- 428 posts since 21 Jun, 2015 from India
Hi! I only encountered one bug.
The Presets get initialized every time i reopen the project/ reopen Tracktion 5.
The Presets get initialized every time i reopen the project/ reopen Tracktion 5.
-
- KVRist
- 326 posts since 21 Dec, 2015 from Japan
After finishing new GUI, I will rebuild lfo.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.
Please download preset folder from the link below.Paree wrote:Hi! I only encountered one bug.
The Presets get initialized every time i reopen the project/ reopen Tracktion 5.
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.
-
- KVRist
- 428 posts since 21 Jun, 2015 from India
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.
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.
-
- KVRist
- 326 posts since 21 Dec, 2015 from Japan
Thank you for your detail.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.
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.
-
- KVRist
- 428 posts since 21 Jun, 2015 from India
Yep. Knob position is recalled but the sound isn't recalled.hyakken wrote:Thank you for your detail.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.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
-
- KVRist
- 326 posts since 21 Dec, 2015 from Japan
Thank you.
I will download Traktion5 today.
I will download Traktion5 today.
-
- KVRist
- 326 posts since 21 Dec, 2015 from Japan
I just tested with T5.Paree wrote:Yep. Knob position is recalled but the sound isn't recalled.hyakken wrote:Thank you for your detail.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.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
And it seems HY-Mono recalled fine for me.
Can you try new beta?
http://www.mediafire.com/file/5cioratoi ... ta_win.zip
- KVRian
- 1353 posts since 31 Aug, 2007 from wales
@hyakken
any chance of your step sequencers being ported as vst?
dave
any chance of your step sequencers being ported as vst?
dave
-
- KVRist
- 428 posts since 21 Jun, 2015 from India
Didn't workhyakken wrote:I just tested with T5.Paree wrote:Yep. Knob position is recalled but the sound isn't recalled.hyakken wrote:Thank you for your detail.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.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
And it seems HY-Mono recalled fine for me.
Can you try new beta?
http://www.mediafire.com/file/5cioratoi ... ta_win.zip
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.
- KVRAF
- 8099 posts since 13 Jan, 2003 from Darkest Kent, UK
from p15 of this thread: "I'm making vst version of SEQ16 now"dave dove wrote:@hyakken
any chance of your step sequencers being ported as vst?
should be cool
-
- KVRist
- 326 posts since 21 Dec, 2015 from Japan
I will release vst version of SEQ16 this month.dave dove wrote:@hyakken
any chance of your step sequencers being ported as vst?
dave
The plugins is mostly done.
I have to make manual and web page.
-
- KVRist
- 326 posts since 21 Dec, 2015 from Japan
My plugins read its presets from user document folder.Paree wrote:Didn't workhyakken wrote:I just tested with T5.Paree wrote:Yep. Knob position is recalled but the sound isn't recalled.hyakken wrote:Thank you for your detail.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.
Saved parameter states(knob position or button states) are correctly recalled when you open your project?
And it seems HY-Mono recalled fine for me.
Can you try new beta?
http://www.mediafire.com/file/5cioratoi ... ta_win.zip
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 )
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.
