1yoshimi(1) General Commands Manual yoshimi(1)
2
3
4
6 yoshimi - a software music synthesiser
7
9 yoshimi [-option] [cmd]
10
12 Yoshimi is a polyphonic multi-part sound synthesiser utilising three
13 distinct 'engines' that can be used separately or together. These can
14 also be stacked into 'kits', typically for percussion. It fully sup‐
15 ports both JACK and ALSA for MIDI input and audio output.
16
17 Yoshimi can be run in a graphical interface, a command line interface,
18 or with control from both. A number of controls can also be accessed
19 via MIDI. The CLI has its own Readline parser and built-in help system
20 accessed by entering the commands '?' or 'help'.
21
22 The CLI help system is context sensitive, and apart from reminders of
23 common essential commands, only shows the relevant commands. However,
24 it is possible to specifically call for help from other contexts.
25
26 e.g. Within the 'part' context '? config' will show the commands for
27 configuration settings.
28
29 Yoshimi has a very extensive MIDI learn capability, exposing the major‐
30 ity of controls. The same MIDI CC and Channel pair can be linked to
31 multiple independent controls. There is also considerable post-learn
32 editing capability.
33
34 Other recent extensions are the ability to import and export entire in‐
35 strument banks in a safe and obvious manner. It is now also possible to
36 swap any instrument or bank with any other, in any bank root without
37 disrupting the rest of the structure.
38
39 One of the latest additions is the ability to load a list of MIDI-
40 learned settings from the command line at startup.
41
42 The most recent improvements are key and channel aftertouch, fully re‐
43 sizeabe windows, MIDI sync for LFOs and Panning extensions.
44
46 -?, --help Shows command syntax.
47
48 -a, --alsa-midi[=<device>] Use ALSA MIDI input.
49
50 -A, --alsa-audio[=<device>] Use ALSA audio output.
51
52 -b, --buffersize=<size> Set the internal buffer size.
53
54 -c, --no-cmdline Disable command line interface.
55
56 -C, --cmdline Enable command line interface.
57
58 -D, --define-root Define path to new bank root dir.
59
60 -i, --no-gui Disable graphical interface.
61
62 -I, --gui Enable graphical interface.
63
64 Attempting 'c' and 'i' will produce a warning, and although it is pos‐
65 sible to run with both disabled (accepting only MIDI) it is not recom‐
66 mended.
67
68 -j, --jack-midi[=<device>] Use JACK MIDI input.
69
70 -J, --jack-audio[=<device>] Connect to JACK server.
71
72 -k, --autostart-jack Auto start JACK server.
73
74 -K, --auto-connect Auto connect to jack server.
75
76 -l, --load=<file> Load .xmz patch set.
77
78 -L, --load-instrument=<file> Load .xiz instrument file.
79
80 -M, --load-midilearn=<file> Load .xly learned list file.
81
82 -N, --name-tag=<tag> Add a tag to the client name.
83
84 -o, --oscilsize=<size> Set the AddSynth oscillater size.
85
86 -R, --samplerate=<rate> Set the ALSA audio sample rate.
87
88 -S, --state[=<file>] Load previously saved state.
89 Defaults to "HOME/.config/yoshimi/yoshimi.state"
90
91 -u, --jack-session-file=<file> Load named JACK session file.
92
93 -U, --jack-session-uuid=<uuid> Use JACK session uuid.
94
95 Regardless of their position on the command line file loads will always
96 be in the order: session (or state), patch set, instrument, midi-learn
97
98 -V, --version Print Yoshimi version.
99
100 "Mandatory or optional arguments for long options are also mandatory or
101 optional for any corresponding short options."
102
103
104
105
106
107yoshimi 2.0.1 2021 yoshimi(1)