Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Is there a way to use fluidsynth as a VST plugin?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
kerryhall
Posts: 275
Joined: 2008-08-19 11:06
Has thanked: 3 times

Is there a way to use fluidsynth as a VST plugin?

#1 Post by kerryhall »

Trying to get soundfonts to play in reaper.

I've been looking at:

https://github.com/osxmidi/SFZero-X

But sadly the binaries don't work with Debian (needs libcurl3 and Debian 10 only has libcurl4)

And compiling it...well...just read the instructions for yourself.

I've been using fluidsynth to play soundfonts for midi input and it works great! But is there a way to use fluidsynth as a VST for a DAW?

Or failing that, how can I play soundfonts with my DAW? Soundfonts are 30+ years old at this point, surely there is a way to use them with a DAW by now?

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Is there a way to use fluidsynth as a VST plugin?

#2 Post by kedaha »

Interesting.
I don't know if it would work but maybe you could simply remove libcurl4, if installed, and download libcurl3 directly from Debian packages and install it with dpkg or gdebi.
However I see libcurl4-gnutls-dev there as a dependency which looks incongruent with it needing libcurl3.
Simulate the command to see what would be removed with current libcurl4.
$ apt remove --purge -s libcurl4
Regarding getting it to work with a DAW, no idea, but if I anything occurs to me I'll post again.
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

kerryhall
Posts: 275
Joined: 2008-08-19 11:06
Has thanked: 3 times

Re: Is there a way to use fluidsynth as a VST plugin?

#3 Post by kerryhall »

Thank you! I would honestly prefer to avoid any package hacking, I've had things break in the past trying to do that.

I would like to basically explore any other option that allows me to accomplish my goal (playing soundfonts in a daw).

kerryhall
Posts: 275
Joined: 2008-08-19 11:06
Has thanked: 3 times

Re: Is there a way to use fluidsynth as a VST plugin?

#4 Post by kerryhall »

Still looking but haven't found anything.

Is this possible? Does anyone have any suggestions here?

Thank you!

User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Is there a way to use fluidsynth as a VST plugin?

#5 Post by sunrat »

Fluidsynth (and Qsynth) work in Qtractor, Ardour, and Mixbus as LV2 plugins. Probably in Rosegarden too, maybe you could run it in Rosegarden or Qtractor and route the audio to Reaper with JACK.
I have no idea if Reaper supports LV2, or if Fluidsynth has a VST version.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

kerryhall
Posts: 275
Joined: 2008-08-19 11:06
Has thanked: 3 times

Re: Is there a way to use fluidsynth as a VST plugin?

#6 Post by kerryhall »

In case anyone else is reading this, I found a solution.

Carla is a plugin that allows all sorts of plugin types to work in reaper. Not only that, but it allows soundfonts to be played too!

I highly recommend it. Requires the kxstudio repo.

kerryhall
Posts: 275
Joined: 2008-08-19 11:06
Has thanked: 3 times

Re: Is there a way to use fluidsynth as a VST plugin?

#7 Post by kerryhall »

In addition to Carla, another option is to use sfizz to play sfz files, and convert sf2 to sfz with polyphone.

Post Reply