| Author | Topic: Version 2.4.0 Win VST release | ||
|---|---|---|---|
|
|||
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 | ||
|
|||
Not a vst-er myself, but well done for taking this on |
|||
| ^ | Joined: 05 Aug 2006 Member: #115433 Location: UK | ||
|
|||
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] | ||
|
|||
| ^ | Joined: 20 Feb 2004 Member: #13047 Location: in ur head pullin cablez out [boston, ma] | ||
|
|||
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) | ||
|
|||
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] | ||
|
|||
jackoo wrote: Download link [hosted on mediafire]:
http://www.mediafire.com/?sharekey=22750d4529a22ca 5a0f2f20c509059d9e04e75f6e8ebb871 fixed. |
|||
| ^ | Joined: 18 Jun 2008 Member: #183082 Location: The "Outer Rim" of Madness | ||
|
|||
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 | ||
|
|||
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 | ||
|
|||
When I export a wave for padsynth all i get is a wave.. am I doing something wrong? |
|||
| ^ | Joined: 26 Nov 2007 Member: #166700 | ||
|
|||
>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 | ||
|
|||
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 Nevertheless, watch this space... |
|||
| ^ | Joined: 03 Jul 2006 Member: #112176 | ||
|
|||
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 | ||
|
|||
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 | ||
|
|||
Oh! New version! 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 |
![]() |
All times are GMT - 8 Hours | |
|
Printable version |
||
![]() 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).
Powered by phpBB © phpBB Group













