Synthmaker -> Flowstone Migration

For general discussion related FlowStone
Post Reply
rlr
Posts: 27
Joined: Tue Jul 13, 2010 9:17 pm

Synthmaker -> Flowstone Migration

Post 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?
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Re: Synthmaker -> Flowstone Migration

Post 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
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: Synthmaker -> Flowstone Migration

Post 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.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
infuzion
Posts: 109
Joined: Tue Jul 13, 2010 11:55 am
Location: Kansas City, USA, Earth, Sol

Re: Synthmaker -> Flowstone Migration

Post 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.
rlr
Posts: 27
Joined: Tue Jul 13, 2010 9:17 pm

Re: Synthmaker -> Flowstone Migration

Post 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?
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Re: Synthmaker -> Flowstone Migration

Post 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
rlr
Posts: 27
Joined: Tue Jul 13, 2010 9:17 pm

Re: Synthmaker -> Flowstone Migration

Post 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.
User avatar
digitalwhitebyte
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: Synthmaker -> Flowstone Migration

Post 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
Post Reply