# SELCAL Tone Generator ## Building Assumes that the fluidsynth sources are in the fluidsynth/ directory. ``` git clone https://github.com/FluidSynth/fluidsynth.git mkdir build cd build cmake .. make tone-generator ``` ## Build with system packages? Requires the following packages (debian) ``` sudo apt install libfluidsynth2 libfluidsynth-dev ``` May also need some soundfonts from: ``` fluid-soundfont-gm/focal,focal 3.1-5.1 all Fluid (R3) General MIDI SoundFont (GM) fluid-soundfont-gs/focal,focal 3.1-5.1 all Fluid (R3) General MIDI SoundFont (GS) ```