by Sebastian@d16 » Mon Nov 25, 2013 3:45 pm
Hi,
At some point we are going to provide whole variety of skins to select from; different colors and sizes as well.
About the multithreading; i'm not sure how it exactly works in FL Studio, but i believe it makes possible to run plug-ins on separate threads, while single plug-in cannot be by host "splitted" on two three or more separate threads. THat's why we had to implement multi-core support on our side (plug-in internally creates threads on its own). Just increase polyphony voices and enable more layers in LuSH and you'll see hyperthreading in FL Studio won't help, you will need multi-core enabled in our plug-in. Also it's worth mentioning that initial cost of multi-core is pretty high, so it sometimes not worth to enable it if you presets has just few voices of polyphony, because thread management can take substantial part of total plug-in cpu overload.
Cheers,
Sebastian