Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 880 Bytes

faq.md

File metadata and controls

21 lines (13 loc) · 880 Bytes

Frequently Asked Questions

Can I use my own custom soundfont?

You are free to use a soundfont of your choosing, just make sure to update SF2_PATH in robopianist/__init__.py to point to its location. Note only .sf2 soundfonts are supported.

I get a ImportError("Couldn't find the FluidSynth library.")

See this stackoverflow answer for a solution.

OSError: undefined symbol ffi_type_uint32

Add the following to your ~/.bashrc:

export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libffi.so.7