Page 1 of 1
Synthmaker -> Flowstone Migration
Posted: Sat Nov 24, 2012 12:57 am
by rlr
I did an A/B comparison of an osm file exported as a VSTi dll with the osm converted with FS and exported to VSTi. Everything is working, the one notable difference is the dll size, the FS export has ~1 additional MB than the SM export.
The only thing that bugs me is that Hermann Seibs VST host reports the FS export as "exports VST SDK <= 2.3 main function". Wasn't FS supposed to generate VST 2.4 compatible plugins? or did I overlook something?
Re: Synthmaker -> Flowstone Migration
Posted: Sat Nov 24, 2012 10:06 am
by jjs
somewhere on the SM forum this is allready been spoken about and has to do with some setting in flowestone, search on that forum and you also see the answer of Malc
Re: Synthmaker -> Flowstone Migration
Posted: Sat Nov 24, 2012 5:02 pm
by trogluddite
The additional file size probably comes from Ruby - for plugins with Ruby, the interpreter and definitions of the FlowStone Ruby objects and methods will need to be 'wrapped' into the .dll.
Re: Synthmaker -> Flowstone Migration
Posted: Sun Nov 25, 2012 4:12 am
by infuzion
trogluddite wrote:The additional file size probably comes from Ruby - for plugins with Ruby, the interpreter and definitions of the FlowStone Ruby objects and methods will need to be 'wrapped' into the .dll.
This, plus all the new primitives. Remember that old primitives never get deleted, so that old Mono Multiply is still in the .dll.
I am surprised it is only 1Mb additional for all that.
Re: Synthmaker -> Flowstone Migration
Posted: Sun Nov 25, 2012 3:55 pm
by rlr
The additional filesize is no problem. Its good to have the ruby runtime integrated into the plugin DLL.
But is it really VST 2.4?
Re: Synthmaker -> Flowstone Migration
Posted: Sun Nov 25, 2012 6:53 pm
by jjs
Read this about the vst 2.4, it is there and working as CoreStyler also confirmed.
http://synthmaker.co.uk/forum/viewtopic ... =90#p89888
Re: Synthmaker -> Flowstone Migration
Posted: Sun Nov 25, 2012 11:58 pm
by rlr
I was confused that VSThost reported an exported plugin as a VST 2.3 plugin. But after a more thorough look it indeed seems to be VST 2.4 compliant.
Re: Synthmaker -> Flowstone Migration
Posted: Mon Nov 26, 2012 1:56 am
by digitalwhitebyte
rlr wrote:I was confused that VSThost reported an exported plugin as a VST 2.3 plugin. But after a more thorough look it indeed seems to be VST 2.4 compliant.
you can inspect with this utility for better info
vst_scanner