merge faq with debian branch

This commit is contained in:
Alexey Loginov 2019-06-11 01:39:39 +03:00
parent 9462e55deb
commit c5af666e3c
1 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,12 @@ To install fluidsynth you must install the following packages 'fluidsynth' 'flui
'fluid-soundfont-gs' using your favourite package manager.
To start the fluidsynth sound generator copy and paste the following command line (one very long command line).
```bash
fluidsynth /usr/share/sounds/sf2/FluidR3_GM.sf2
```
or
```bash
fluidsynth -C 0 -R 0 -r 22050 -c 6 -z 128 -l -a alsa -o audio.alsa.device=plughw:0 -o midi.alsa_seq.id=fs /usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2
```
@ -36,6 +42,12 @@ On PianoBooster set the Setup/Midi Setup/Midi Output Device: to `FLUID Synth (fs
If you get problems with unsteady playback or the audio cutting out then try closing all other programs,
turning off your wireless network and unplug any network cable.
If you get an error, make sure to have snd-seq-midi kernel module loaded in your
system (sudo modprobe snd-seq-midi).
You might prefer to use qsynth as GUI interface to fluidsynth for easy setting
of Reverbs, chorus effects, etc.
Using 'timidity': [wrapper script and desktop file](https://github.com/captnfab/PianoBooster/tree/master/tools/timidity).
## How do I hear the sound on Mac?