KVR Audio is the Internet's number one news and information resource for open standard audio plugins. We report new releases, product announcements and product updates (major and minor) for all VST Plugins, DirectX Plugins and Audio Units Plugins. We manage a fully searchable audio plugin database (updated daily), and offer many free member services including user reviews, product update notifications and a very active discussion forum. We also host official support forums for many plugin developers plus the official Receptor support forum.
Plug-in Database: Virtual
Instruments, Effects & Hosts
Plug-in
Ranks
Banks & Patches
Download & Upload
Plug-in Ratings
by KVR Members
Wiki: Tutorials,
Audio Lexicon, ...
Listen to Music
by KVR Members
Search
KVR

Google Powered Search:

in new window

KVR Powered Plug-in Search:

Author Topic: Version 2.4.0 Win VST release
jackoo
KVRer
- profile
- pm
- e-mail
- www
PostPosted: Mon Sep 28, 2009 11:19 am reply with quote
UPDATE: Find the latest VST version on this thread:
http://www.kvraudio.com/forum/viewtopic.php?t=2682 77

Hello everybody.

First of all, I'd like to thank Paul for still working on this project.

Since nobody yet released a VST dll for windows, for the latest version (2.4.0), I thought I should compile the great synth myself, even though I'm not a pro coder.

It should be a little more stable than the 2.2.1 version.

Legato mode is now implemented, and also the export button on pad synth.

Please see Paul's list for the latest version changes.

Also please read the release readme included.

Since I am primary interested in the VST version, I only compiled that. Please don't ask for the standalone version, I had no time for that.

So, I hope this dll works for you;

Download link [hosted on mediafire - OUTDATED!!! see other thread]:
http://www.mediafire.com/?sharekey=22750d4529a22ca 5a0f2f20c509059d9e04e75f6e8ebb871

Maybe somebody could help me to better host this file.

I'm looking forward to receiving your feedback with this file.
Last edited by jackoo on Sat Jan 02, 2010 2:43 am; edited 4 times in total
^ Joined: 03 Jul 2006  Member: #112176  
folderol
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Mon Sep 28, 2009 2:18 pm reply with quote
Not a vst-er myself, but well done for taking this on Thumbs Up!
----
I like crowded Pubs... more people to lean against!
^ Joined: 05 Aug 2006  Member: #115433  Location: UK
rlahalla
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Mon Sep 28, 2009 2:22 pm reply with quote
jackoo wrote:
Maybe somebody could help me to better host this file.
Sure, I'll have it hosted on TeamDNR.. I'll post a link in a little bit..
^ Joined: 20 Feb 2004  Member: #13047  Location: in ur head pullin cablez out [boston, ma]
rlahalla
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Mon Sep 28, 2009 3:08 pm reply with quote
The plug is hosted here..

ZynAddSubFX VST v2.40
^ Joined: 20 Feb 2004  Member: #13047  Location: in ur head pullin cablez out [boston, ma]
aMUSEd
KVRAF
- profile
- pm
- www
PostPosted: Mon Sep 28, 2009 3:21 pm reply with quote
Is this any good? I recall trying the standalone version years ago but not getting it to show presets in the patch browser
----
^ Joined: 14 Sep 2002  Member: #3838  Location: IP therefore IAM (virtually)
rlahalla
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Mon Sep 28, 2009 3:26 pm reply with quote
I remember that the last one wouldn't work well in Ableton, but this one has no standalone version. I'm going to test in Ableton in a few and I'll let you know if it's better than the last time I tried it. I hope so, cos I love this synth..
^ Joined: 20 Feb 2004  Member: #13047  Location: in ur head pullin cablez out [boston, ma]
VSTJuNkiE
KVRian
- profile
- pm
PostPosted: Mon Sep 28, 2009 3:50 pm reply with quote
jackoo wrote:


fixed. Wink
----
"You know how stupid ableton live is? It's really smart, but that's what makes it stupid." - Larsby
^ Joined: 18 Jun 2008  Member: #183082  Location: The "Outer Rim" of Madness
pbhs
KVRist
- profile
- pm
PostPosted: Wed Sep 30, 2009 7:07 am reply with quote
Tested with VSTHost (Hermann Seib) and Jeskola Buzz (rel.1132) and everything works fine .
Very good the legato mode.
I have encountered only a couple of crash using this new VST versions with Buzz: it seems that if ZynAddSubFx is receiving notes comands and I try to load a new global program (file xmz) the VST loader (Polac VSTi) and Buzz goes in crash.
(tested on Win Xp professional SP2).
I will do some comparative test between this VST version and that provided by MatterBlue (Sourceforge sonic port project ....) maybe using also Reaper for host.

Regards.

PS : many thanks to VDX for providing this new VST version of this "spaceship" synth.
^ Joined: 05 Oct 2006  Member: #122707  Location: Venezia - Italy
fundamental
KVRist
- profile
- pm
PostPosted: Fri Oct 02, 2009 2:49 pm reply with quote
Thanks for taking the time to help distribute this.
There is now a link on the project-web's download page to point users to this page.

I personally have not used the VST, but it does seem like there are a good number of users that will appreciate this more current version of the VST.
^ Joined: 21 Oct 2008  Member: #191933  
theorize
KVRist
- profile
- pm
PostPosted: Sat Oct 10, 2009 10:18 am reply with quote
When I export a wave for padsynth all i get is a wave.. am I doing something wrong?
----
In the future there will be robots!
^ Joined: 26 Nov 2007  Member: #166700  
fundamental
KVRist
- profile
- pm
PostPosted: Sat Oct 10, 2009 12:02 pm reply with quote
>When I export a wave for padsynth all i get is a wave.. am I doing something wrong?
This is a bit off topic for this thread, but:
You should get a set of .wav files.
These files are an exportation of the internal data used for PADsynth's sound.

Verbose Version:
The implementation of PADsynth involves a good number of calculations that are computationally expensive.
(such as Fourier transforms from the FFTW lib)
In order to make it so that the notes can be played in realtime without a supercomputer these calculations are run to construct a series of samples at some non-realtime stage.
(done when the 'apply' button is hit)
These are stored internally and are looped when the notes are played.
These loops are put through a good number of layers as they are output from zyn, but the base is the precalculated loop.
The export function allows for one to get access to the aforementioned loop.

For those who do not know why this might be useful, think about something like a soundfont.
They are based off of precalculated looped samples similar to the ones that this export feature allows for one to get.
So, these output files could be used for computationally cheap synthesis.
^ Joined: 21 Oct 2008  Member: #191933  
jackoo
KVRer
- profile
- pm
- e-mail
- www
PostPosted: Sun Oct 11, 2009 5:48 am reply with quote
unfortunately, theorize was trying to say that the export function doesn't actually work for my VST release.

Because of a bug in the way the output wav file was opened ("w" instead of "wb") the output wave file sounded something like white noise.

I plan to fix this, and some other bugs in my next VST release.

Also, I'm working on implementing sort of a "Midi Learn" function to zyn, such that all (well most Razz) of zyn's parameters could be assigned to a midi control and controlled in real time (except the fundamental parameters of PadSynth, which by design are not meant to be modified in real time, because of computational intensive operations as fundamental said... will see about that)... but that will require a little more time on my part, so have a lil patience please.. Very Happy

Nevertheless, watch this space...
^ Joined: 03 Jul 2006  Member: #112176  
fundamental
KVRist
- profile
- pm
PostPosted: Sun Oct 11, 2009 6:09 am reply with quote
Quote:
I plan to fix this, and some other bugs in my next VST release.

Well, if you are modifying any of the code to fix things with the VST please do post patches to the sourceforge page.
It would be nice for the official codebase to benefit from the VST updates.
Right now I would imagine that there are a number of things off with the VST, so I would be happy to help get any fixes into the codebase.
I know that many users would appreciate this portion of this synth becoming more usable.
(in case you did not know I am a ZynAddSubFX dev)

Quote:
I'm working on implementing sort of a "Midi Learn" function to zyn

Well, I would say that you should not need to do this.
This feature exists in the experimental branch of the zynaddsubfx git repo.
Harald Hvaal has done a good bit of work on that.
It currently works for some of the parameters, but the system that allows for the learning is not fully integrated yet.
It does 'work' though.
This system is fairly near maturity, so it should not be too long before it will begin to filter into master.
^ Joined: 21 Oct 2008  Member: #191933  
jackoo
KVRer
- profile
- pm
- e-mail
- www
PostPosted: Tue Nov 03, 2009 9:24 am reply with quote
well, it took a while, but a beta version is now available with the MidiLearn functionality that I was talking about.

Please see about it in my other thread.
http://www.kvraudio.com/forum/viewtopic.php?t=2682 77
^ Joined: 03 Jul 2006  Member: #112176  
Uedi
KVRer
- profile
- pm
PostPosted: Mon Dec 14, 2009 8:29 am reply with quote
Oh! New version! Smile)
Can't wait to try it.

But I'll keep the older one.
I use the stand alone for piano practise!!
It has a great reverb.
Thanks!!
^ Joined: 22 Aug 2008  Member: #187662  Location: Underground
Reply to topic KVR Forum Index » ZynAddSubFX All times are GMT - 8 Hours

Printable version
Page 1 of 2
Goto page 1, 2  Next
Display posts from previous:   
Post new topic
Previous Topic
Next Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Disclaimer: All communications made available as part of this forum and any opinions, advice, statements, views or other information expressed in this forum are solely provided by, and the responsibility of, the person posting such communication and not of kvraudio.com (unless kvraudio.com is specifically identified as the author of the communication).