Pffff, first thing to appear on the market would be a VST3->VST2 converter, presumably based on their own sample...chk071 wrote:I think the result would become different, if Steinberg forced VST3 further, by, say, totally removing VST2 support from Cubase or Nuendo. Which one day, if VST3 gets a bit more popular, and every developer develops VST3, couldn't be so unrealistic anymore...
How important is VST3 support for you as a customer
-
- KVRAF
- 1940 posts since 16 Aug, 2004 from Vienna, Austria
- KVRAF
- 14304 posts since 20 Nov, 2003 from Lost and Spaced
Which they would have to immediately take down. Remember the whole AAX debacle....
-
- KVRAF
- 1940 posts since 16 Aug, 2004 from Vienna, Austria
- KVRAF
- 14304 posts since 20 Nov, 2003 from Lost and Spaced
Then I ask again, why not just VST v3?
At this point I have 4 different versions of some plugins.
At this point I have 4 different versions of some plugins.
- KVRAF
- 14304 posts since 20 Nov, 2003 from Lost and Spaced
With separate folders for every version.
Put 32 bit here, because you can't put it with the 64 bit version but don't put it in the VST3 folder or it won't work.
Steinberg is obviously off its nut. First the ILok, now this.
It's like Betamax vs. VHS all over again.
I petition for ONE VST standard across the board. An industry standard. No BS. It would save developers a lot of headaches, and save my sanity.
Put 32 bit here, because you can't put it with the 64 bit version but don't put it in the VST3 folder or it won't work.
Steinberg is obviously off its nut. First the ILok, now this.
It's like Betamax vs. VHS all over again.
I petition for ONE VST standard across the board. An industry standard. No BS. It would save developers a lot of headaches, and save my sanity.
-
- KVRAF
- 16977 posts since 23 Jun, 2010 from north of London ON
I also would like there to be a standard for these things. This business of having umpteen different formats, like osiris mentioned is really making it more of an issue for file management....
Barry
If a billion people believe a stupid thing it is still a stupid thing
If a billion people believe a stupid thing it is still a stupid thing
- KVRAF
- 12522 posts since 21 Mar, 2008 from Hannover, Germany
VST 2 is alraedy a kind of standard but some DAW/host developers (e.g. Logic, ProTools) decide not to support it.trimph1 wrote:I also would like there to be a standard for these things. This business of having umpteen different formats, like osiris mentioned is really making it more of an issue for file management....
Ingo
Ingo Weidner
Win 10 Home 64-bit / mobile i7-7700HQ 2.8 GHz / 16GB RAM //
Live 10 Suite / Cubase Pro 9.5 / Pro Tools Ultimate 2021 // NI Komplete Kontrol S61 Mk1
Win 10 Home 64-bit / mobile i7-7700HQ 2.8 GHz / 16GB RAM //
Live 10 Suite / Cubase Pro 9.5 / Pro Tools Ultimate 2021 // NI Komplete Kontrol S61 Mk1
- KVRAF
- 25849 posts since 20 Jan, 2008 from a star near where you are
Did it take you almost three years to make up your mind about that?arkmabat wrote:I don't care about VST3 is at 61% haha
-
- KVRAF
- 42529 posts since 21 Dec, 2005
Finally, someone got it! (though I liked my keep calm post
)
Seriously though, I could give a rats ass. For one thing, my vst 2 plugs work just fine in studio one and I believe I get better performance out of VST 2. Live doesn't have vst 3 so it's moot.
I am personally tired of having all the different plugs on my computer. FFS, just make it all one
Seriously though, I could give a rats ass. For one thing, my vst 2 plugs work just fine in studio one and I believe I get better performance out of VST 2. Live doesn't have vst 3 so it's moot.
I am personally tired of having all the different plugs on my computer. FFS, just make it all one
- KVRAF
- 12615 posts since 7 Dec, 2004
I like having different targets (x64, win32) in different binaries and anything of that nature because it provides information and functionality that would otherwise be hidden.
Of course people will prefer to hide information that isn't important to them... Ideally we'd have something like .vst to identify which are vst plugins, and some additional compatibility to allow hosts to identify the platform.
It's all Steinberg's fault!
Nobody is prevented from adopting this change immediately though. I already do this. Renaming .dll to .vst and editing your host to search for .vst is trivial.
The x64 issue is a little more complex and requires some kludgery but it isn't excessive:
http://stackoverflow.com/questions/4952 ... t-or-64bit
Get your hosts to do this and all your problems will be solved, and stop using Cubase!
Of course people will prefer to hide information that isn't important to them... Ideally we'd have something like .vst to identify which are vst plugins, and some additional compatibility to allow hosts to identify the platform.
It's all Steinberg's fault!
Nobody is prevented from adopting this change immediately though. I already do this. Renaming .dll to .vst and editing your host to search for .vst is trivial.
The x64 issue is a little more complex and requires some kludgery but it isn't excessive:
http://stackoverflow.com/questions/4952 ... t-or-64bit
Get your hosts to do this and all your problems will be solved, and stop using Cubase!
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
- KVRAF
- 14304 posts since 20 Nov, 2003 from Lost and Spaced
For me it's not that simple...
The VST2 Waves plugin Element only shows up as an FX in FL. Only the VST 3 version will work....
Sorry, only the 32 bit VST3 version will work, the 64 bit VST3 version's GUI goes blackish gray if you try to touch the GUI.
Steinberg just needs to clean up its mess.
Agreed. .vst for all.
The VST2 Waves plugin Element only shows up as an FX in FL. Only the VST 3 version will work....
Sorry, only the 32 bit VST3 version will work, the 64 bit VST3 version's GUI goes blackish gray if you try to touch the GUI.
Steinberg just needs to clean up its mess.
Agreed. .vst for all.
- KVRAF
- 12615 posts since 7 Dec, 2004
the "only FX in FL" is easily hackable as well, you just need to get it to use a different ID when returning from a particular function. Alternatively the FL VST wrapper could implement a classification system where you can reclass plugins manually. This would be ideal and quite easy to implement but you're reliant on the author to implement it.
Basically a file containing plugin names and class,
waves_elements.dll = instrument
Something like that.
If that isn't the problem, it's also possible FL's VST wrapper just doesn't like something about the plugin, in which case that's the fault of the FL wrapper. Perhaps it only likes if the plugin responds to specific can_do strings or so on.
Basically a file containing plugin names and class,
waves_elements.dll = instrument
Something like that.
If that isn't the problem, it's also possible FL's VST wrapper just doesn't like something about the plugin, in which case that's the fault of the FL wrapper. Perhaps it only likes if the plugin responds to specific can_do strings or so on.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
- KVRAF
- 2696 posts since 3 Aug, 2003 from Narnia
- KVRAF
- 24456 posts since 7 Jan, 2009 from Croatia
VST3 is completely unimportant to me. I've no need for note expression - poly AT is just fine for me.
