Classic ZynAddSubFX VST download
- KVRAF
- 7018 posts since 19 Apr, 2002 from Utah
Just tried this on my system, and it is the first time it has worked for years!!!
Thanks!
--Sean
Thanks!
--Sean
-
- KVRian
- 649 posts since 22 Nov, 2006
Hi jackoo,jackoo wrote:@sagetone: Please try this version. It *should* fix your issues... in theory![]()
With 475, I still have the teleport server and auxhost issues with both Bitbridge and Jbridge.
Thank you,
Todd
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
well.. unfortunately I can't make a native 64bit compile, because my current system does not permit it. And I can't do any testing on 64bit.
-
- KVRian
- 649 posts since 22 Nov, 2006
Hi jackoo,
Hey, I'm not upset here, you've already made great advancements with this synth. So thank you for that!! The issues with teleport and auxhost are not show stoppers, I can still use the synth in projects.
Thank you again,
Todd
Hey, I'm not upset here, you've already made great advancements with this synth. So thank you for that!! The issues with teleport and auxhost are not show stoppers, I can still use the synth in projects.
Thank you again,
Todd
https://www.reverbnation.com/toddsilva
Ryzen 9 5950x with 64G, i7 5820K with 32G DDR4, networked using AudioGridder, Bitwig, NI, U-he, and Arturia soft synths to name a few
Eurorack system https://www.modulargrid.net/e/racks/view/432465
Ryzen 9 5950x with 64G, i7 5820K with 32G DDR4, networked using AudioGridder, Bitwig, NI, U-he, and Arturia soft synths to name a few
Eurorack system https://www.modulargrid.net/e/racks/view/432465
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
a small update dedicated to V'ger:
ZynAddSubFX VST v2.4.1.476beta
- Now the main Zyn window should remember it's position and not insist opening up in the same place as before.
- Minor changes to the threading system: GUI Thread is now created in DllMain.
===
VDX
ZynAddSubFX VST v2.4.1.476beta
- Now the main Zyn window should remember it's position and not insist opening up in the same place as before.
- Minor changes to the threading system: GUI Thread is now created in DllMain.
===
VDX
== VDX == One Man can make a difference!
My music is on https://soundcloud.com/vdxi | Info | More Info
My music is on https://soundcloud.com/vdxi | Info | More Info
- KVRAF
- 3922 posts since 15 Dec, 2009
Thank you, works perfectly now. 
All that's left now is to port Zyn to native VST.. (just kidding
)
All that's left now is to port Zyn to native VST.. (just kidding
-
- KVRist
- 65 posts since 5 Oct, 2006 from Venice - Italy
Hi Jackoo (aka VDX),
my best thanks for the latest realease.
I am using the "ZynAddSubFX VST v2.4.1.476beta" with VSTHost and "Jeskola Buzz Studio" and everything works OK.
No crash till now.
Really a great work here from you.
Best regards.
Paolo BHS.
my best thanks for the latest realease.
I am using the "ZynAddSubFX VST v2.4.1.476beta" with VSTHost and "Jeskola Buzz Studio" and everything works OK.
No crash till now.
Really a great work here from you.
Best regards.
Paolo BHS.
You can find my music here BuzzMusic BHSMusic
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
hmm... I'm thinking of linking the MidiLearn engine to the native VST automation...
If this works, you'd have to add the controls you want automated in the midi learn list, and then if you play with a knob, the host would recognize that and automate that appropriately...
don't know yet how difficult this is to implement...
If this works, you'd have to add the controls you want automated in the midi learn list, and then if you play with a knob, the host would recognize that and automate that appropriately...
don't know yet how difficult this is to implement...
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
something like this:
ZynAddSubFX VST v2.4.1.480beta
ZynAddSubFX VST
ver. 2.4.1.480beta VST VDX version
- Native VST Automation support
- Also some patches collected over the internet
===VST Automation Usage:
- Zyn now has VST parameters which can be seen by the host
- By default, these are unused, and they're all called '[unused]'
- If you wish to make some controls automate-able, you need them to add them to the list in the MidiLearn window.
- If the control is to be used for native VST automation then the CTRL value must be 0 (otherwise CTRL is used
for MIDI CC, and MidiLearn works like in previous versions.)
- After the controls have been added to the list, they now correspond to the parameters seen by the host
- First in the list is parameter0, second in list is parameter1 and so on... max 100.
- After the controls are in the list, Zyn will try to update their names (parameter names) according to their meaning.
- It is up to the host to recheck / refresh the naming of the parameters or not.
- If the parameter names are not updated, just save the project, and reload it.
- After a control is added to the list, if you modify its value in the GUI (twist the knob in Zyn), the host will receive VST automation data. It is up to the host to record that data. The host can play back the data and Zyn will automate the control appropiately.
- For some controls, you may be interested in automating the control only within a certain range. For this reason, if you modify the MIN and MAX values in the MidiLearn window, the knob in the GUI will "zoom in" on the specified range. Also automation will be done within that specified range
=========
- If you choose to have Zyn's windows on top of the host, all tooltips will NOT be shown (technical FLTK reasons...)
- If you wish to see the tooltips, please deactivate the option.
===========
curious if anybody actually uses this...
===
VDX
ZynAddSubFX VST v2.4.1.480beta
ZynAddSubFX VST
ver. 2.4.1.480beta VST VDX version
- Native VST Automation support
- Also some patches collected over the internet
===VST Automation Usage:
- Zyn now has VST parameters which can be seen by the host
- By default, these are unused, and they're all called '[unused]'
- If you wish to make some controls automate-able, you need them to add them to the list in the MidiLearn window.
- If the control is to be used for native VST automation then the CTRL value must be 0 (otherwise CTRL is used
for MIDI CC, and MidiLearn works like in previous versions.)
- After the controls have been added to the list, they now correspond to the parameters seen by the host
- First in the list is parameter0, second in list is parameter1 and so on... max 100.
- After the controls are in the list, Zyn will try to update their names (parameter names) according to their meaning.
- It is up to the host to recheck / refresh the naming of the parameters or not.
- If the parameter names are not updated, just save the project, and reload it.
- After a control is added to the list, if you modify its value in the GUI (twist the knob in Zyn), the host will receive VST automation data. It is up to the host to record that data. The host can play back the data and Zyn will automate the control appropiately.
- For some controls, you may be interested in automating the control only within a certain range. For this reason, if you modify the MIN and MAX values in the MidiLearn window, the knob in the GUI will "zoom in" on the specified range. Also automation will be done within that specified range
=========
- If you choose to have Zyn's windows on top of the host, all tooltips will NOT be shown (technical FLTK reasons...)
- If you wish to see the tooltips, please deactivate the option.
===========
curious if anybody actually uses this...
===
VDX
Last edited by jackoo on Thu Apr 28, 2011 4:29 pm, edited 2 times in total.
== VDX == One Man can make a difference!
My music is on https://soundcloud.com/vdxi | Info | More Info
My music is on https://soundcloud.com/vdxi | Info | More Info
-
- KVRAF
- 5710 posts since 24 May, 2004 from []1
What is VDX?
What does "patches collected over the internet" mean and why is it funny?
What does "patches collected over the internet" mean and why is it funny?
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
VDX is my name. The patches are taken through Zen. No funny bone.
-
- KVRAF
- 5710 posts since 24 May, 2004 from []1
What is Zen?
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
A universal preset manager by Big Tick.Musical Gym wrote:What is Zen?
http://www.bigtickaudio.com/zen/about-zen
-
- KVRAF
- 5710 posts since 24 May, 2004 from []1
Thanks
- KVRian
- Topic Starter
- 1055 posts since 3 Jul, 2006
hmm... so either this native automation thing works perfectly, or nobody needs it, or nobody understood how to use it

