VisualCodeBase / CodeBase

Power, Rich, Modern Programming Language
MIT License
12 stars 3 forks source link

DAWs are detecting effects as synth #15

Closed TitanGames-729 closed 1 year ago

TitanGames-729 commented 2 years ago

Hi, i am using latest version of codebase, i managed how to compile js plugins with it and i recompiled ReEQ by REJJ, it is same as in the example but they both are detecting in fl studio as synth. For some reason, i cannot change it to effect, it is changing automatically to synth. It worked 1 time in Fl Studio but 12 and after plugin scan it changed to synth again. The plugin from example has the same issue. Also if i will close the daw or change the plugin to another then windows show that fl studio crashed, 2 times, but that not affecting the daw and it continue to work.

VisualCodeBase commented 2 years ago

thank you very much, will check, if something wrong with pvf or not. for such cases that pvf auto detect plugin type is not what you want, you can force pvf to build it as you want with command line switch: -eff -syn the first one for effect plugin the second for synth plugin

you can add these switches to the project

TitanGames-729 commented 1 year ago

Huge thanks! it is detecting how vst now however the plugin not processing anything except of reaper where the plugin work perfectly as vst.

0bmlvSG3UZ

P.S. Miss clicked on close issue Face Palm

micsthepick commented 1 year ago

having the same issue with a plugin detected as a vsti in reaper, and setting -eff makes it work normally.