You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.8 KiB
73 lines
2.8 KiB
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17.
|
|
.TH FLUAJHO "1" "February 2021" "Fluajho 1.6.2" "User Commands"
|
|
.SH NAME
|
|
Fluajho - SF2 soundfont sample player for JACK based on Fluidsynth.
|
|
.SH DESCRIPTION
|
|
usage: fluajho [\-h] [\-v] [\-s DIRECTORY] [\-p] [\-m] [\-V]
|
|
.PP
|
|
Fluajho \- Version 1.6.2 \- Copyright 2021 by Laborejo Software Suite \-
|
|
https://www.laborejo.org/fluajho
|
|
.SS "optional arguments:"
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
show this help message and exit
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-version\fR
|
|
show program's version number and exit
|
|
.TP
|
|
\fB\-s\fR DIRECTORY, \fB\-\-save\fR DIRECTORY
|
|
Use this directory to save. Will be created or loaded
|
|
from if already present. Deactivates Agordejo/NewSession\-Manager support.
|
|
.TP
|
|
\fB\-p\fR, \fB\-\-profiler\fR
|
|
(Development) Run the python profiler and produce a
|
|
\&.cprof file at quit. The name will appear in your
|
|
STDOUT.
|
|
.TP
|
|
\fB\-m\fR, \fB\-\-mute\fR
|
|
(Development) Use a fake cbox module, effectively
|
|
deactivating midi and audio.
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-verbose\fR
|
|
(Development) Switch the logger to INFO and print out
|
|
all kinds of information to get a high\-level idea of
|
|
what the program is doing.
|
|
.SH USAGE
|
|
|
|
"Fluajho" (with jh as in pleasure) means fluid in Esperanto. It is a simple sf2 soundfont
|
|
host/player for Linux. Behind the scenes the Fluidsynth library is at work, hence the name.
|
|
|
|
.sf2 is an old file format for making MIDI signals audible through virtual instruments, although it
|
|
is still in moderate use today.
|
|
|
|
Why does Fluajho exist? There are many soundfont players for Linux,
|
|
most of them even based on Fluidsynth. Fluajho was written for a clearly defined use case:
|
|
Load an .sf2 in the New Session Manager (Agordejo) and save the soundfont in the session directory.
|
|
This makes it possible to archive the session, for example as a backup or to share it.
|
|
|
|
You can load one soundfont file per Fluajho instance. Each instance holds 16 of the soundfonts
|
|
instruments that can be assigned to 16 MIDI channels. Finally connect external sequencers, such as
|
|
Laborejo, Patroneo or Vico, through JACK-Midi to play the instruments.
|
|
.SH EXAMPLES
|
|
Start fluajho through NSM, e.g. through Agordejo. This will take care of all
|
|
settings and save directories.
|
|
|
|
Other modes of operations, mostly for testing, are:
|
|
|
|
Run without session management and save in /tmp.
|
|
fluajho --save /tmp
|
|
|
|
Run without audio and midi. Skips all JACK checks. Used to just look at the GUI, e.g. to make screenshots
|
|
fluajho --mute
|
|
.SH "REPORTING BUGS"
|
|
https://www.laborejo.org/bugs
|
|
.SH COPYRIGHT
|
|
Fluajho 1.6.2 - Copyright 2021
|
|
Laborejo Software Suite
|
|
https://www.laborejo.org/
|
|
.SH "SEE ALSO"
|
|
The full documentation for Fluajho is maintained as a multi-lingual html site to your systems doc-dir.
|
|
For example:
|
|
xdg-open file:///usr/share/doc/fluajho/index.html
|
|
|
|
The documentation can also be found online https://www.laborejo.org/documentation/fluajho
|
|
|