fluidsynth : /dev/midi not existent

On linux, fluidsynth (or timidity++) and frescobaldi (a lilypond front-end) can talk to each other through virtual midi ports,
and I'm attempting to do something equivalent on freebsd.

When I try to launch :

Code:
fluidsynth -a oss -m oss soundfont.sf2

it complains because /dev/midi doesn't exist. Is there a way to make it available ?

I tried to install and start sndio, alsa-seq-server and virtual-oss,
but without success.

Any hint ?
 
Back
Top