Oxe FM now opensource and linux vst version
Moderators: khz, MattKingUSA
Re: Oxe FM now opensource and linux vst version
This really does sounds good, some of the basses and leads are incredible.
Thanks for posting here, really pleased that it's vst now
Thanks for posting here, really pleased that it's vst now

-
- Established Member
- Posts: 1557
- Joined: Sat Jun 21, 2014 8:37 pm
Re: Oxe FM now opensource and linux vst version
And it's getting some serious man-hours from the dev, a little discussion
at the link, so a place for feature requests etc
http://www.kvraudio.com/forum/viewtopic ... 1&t=388988
Seems like there are new releases/updates of various tools effects and instruments every week
at the link, so a place for feature requests etc
http://www.kvraudio.com/forum/viewtopic ... 1&t=388988
Seems like there are new releases/updates of various tools effects and instruments every week

Re: Oxe FM now opensource and linux vst version
Wow, it is one of the best freeware fm synth and yet different than Dexed
-
- Established Member
- Posts: 132
- Joined: Mon May 21, 2012 4:42 pm
Re: Oxe FM now opensource and linux vst version
Does different skins work on linux?
Tried it yesterdag but it fails, it always shows the original skin, even if i install a different skin.
The skins is located where the vst is and uses the directory skins like it should according the readme.
Tried it yesterdag but it fails, it always shows the original skin, even if i install a different skin.
The skins is located where the vst is and uses the directory skins like it should according the readme.
Re: Oxe FM now opensource and linux vst version
Managed to crash renoise with this yesterday, simply by removing an instance (right click, clear).
- davephillips
- Established Member
- Posts: 548
- Joined: Sat Aug 15, 2015 1:05 pm
Re: Oxe FM now opensource and linux vst version
@tripomatic - It appears that you have to rebuild it to fit a new skin on it. See the notes at https://github.com/oxesoft/oxefmsynth for more information.
@sysrqer - Better tell Daniel. Have you verified the crash on repeated tries ?
Best,
dp
@sysrqer - Better tell Daniel. Have you verified the crash on repeated tries ?
Best,
dp
Re: Oxe FM now opensource and linux vst version
Dave, it's fairly consistent but not every time. I will report it.
Re: Oxe FM now opensource and linux vst version
Yeah, it happens here also... (with renoise)
-
- Established Member
- Posts: 132
- Joined: Mon May 21, 2012 4:42 pm
Re: Oxe FM now opensource and linux vst version
davephillips wrote:@tripomatic - It appears that you have to rebuild it to fit a new skin on it. See the notes at https://github.com/oxesoft/oxefmsynth for more information.
@sysrqer - Better tell Daniel. Have you verified the crash on repeated tries ?
Best,
dp
IC, only can't compile it

Can you compile it Dave of someone else?
/home/stijn/srcs/VST3_SDK//public.sdk/source/vst2.x/vstplugmain.cpp:52:36: error: 'audioMasterCallback' was not declared in this scope
VST_EXPORT AEffect* VSTPluginMain (audioMasterCallback audioMaster)
^
/home/stijn/srcs/VST3_SDK//public.sdk/source/vst2.x/vstplugmain.cpp:53:1: error: expected ',' or ';' before '{' token
{
^
Makefile.vstlinux:72: recipe for target 'oxevst64' failed
make[1]: *** [oxevst64] Error 1
Makefile:18: recipe for target 'all' failed
make: *** [all] Error 2