faq about JACK in BSD Unix

This commit is contained in:
Alexey Loginov 2019-07-09 10:13:39 +03:00
parent c4b806a772
commit 347791a79b
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,6 @@ v0.7.0:
- Music courses added
- New logo
- Use FTGL library to draw fonts in GL context
- Translate notes
- Fix Qt strings localization
- New options: INSTALL_ALL_LANGS, USE_SYSTEM_FONT, NO_DOCS, USE_SYSTEM_RTMIDI,
WITH_MAN, WITH_TIMIDITY, WITH_FLUIDSYNTH, USE_FTGL, NO_LANGS, NO_LICENSE
@ -28,7 +27,8 @@ v0.7.0:
- Fix BSD Unix building by enabling NO_LANGS
- Saving skill's settings in config file
- Fixes for BSD Unix to use fluidsynth+JACK without ALSA
- Patch for behavior similar to computer touch-typing (gtypist)
- Patch for behavior similar to computer touch-typing (gtypist): "Follow Through
Errors" mode
v0.6.8: (11 May 2018)
- French and Galician translations

View File

@ -117,6 +117,8 @@ BSD Unix does not have ALSA, so you should use JACK:
*Note:* Path `/usr/share/sounds/sf2` is Debian, Ubuntu, OpenSuse, Slackware, etc. For Alt Linux, Arch Linux, CentOS, Fedora, Mageia, OpenMandriva, ROSA, etc. you must use path `/usr/share/soundfonts` instead. BSD Unix uses `/usr/local/share/sounds/sf2`.
*Note:* JACK in BSD Unix cannot be started realtime by user, but it starts realtime by default, user does not have permissions. Disabling realtime helps. How to disable realtime or allow user to use realtime please ask your favorite BSD Unix forum.
If you have a fast machine then you can leave out the flags `-C 0 -R 0 -r 22050` which turns off the reverb, chorus and reduce the sample rate.
The flags `-c 6 -z 128` control the latency try `-c 5 -z 128` for less latency,