-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.html
More file actions
152 lines (125 loc) · 3.64 KB
/
help.html
File metadata and controls
152 lines (125 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel=stylesheet type="text/css" href="stylesheets/style.css" />
<link rel="icon" href="img/favicon.png" type="image/x-icon" />
</head>
<body>
<header>
<div id="logo-wrapper">
<a href="./"><img id="logo" src="img/logo.png" alt="Yoshimi" /></a>
<a href="./"><img id="robot" src="img/robot_head.png" alt="Pink robot" /></a>
</div>
<div id="subtitle">
Software synthesizer for Linux
</div>
</header>
<div class="nav-wrapper">
<nav>
<span class="nav-row">
<a href="./" >Home</a>
</span>
<span class="nav-row">
<a href="downloads.html" >Downloads</a>
</span>
<span class="nav-row">
<a href="screenshots.html" >Screenshots</a>
</span>
<span class="nav-row">
<a href="demos.html" >Demos</a>
</span>
<span class="nav-row">
<a href="help.html" class="active" >Help</a>
</span>
</nav>
</div>
<div id="main-wrapper">
<main>
<h1>Help and documentation</h1>
<p>
Here you can find links to resources that are helpful for
getting started with using Yoshimi, as well as more detailed
material for the more advanced user. If there is something
you don't understand, don't hesitate to ask for help on the
<a href="contact.html#mailing-list">mailing list</a>
</p>
<h2>Comprehensive manuals</h2>
<ul>
<li>
<a href="docs/user-guide">
Yoshimi User Guide (HTML)
</a>
</li>
<li>
<a href="https://github.com/Yoshimi/yoshimi-doc/raw/master/pdf/yoshimi-advanced-reference-manual.pdf">
Yoshimi Advanced User Manual (PDF - slightly outdated)
</a>
<p>by <span class="person">Chris Ahlstrom / Will Godfrey</span></p>
</li>
<li>
<a href="https://raw.githubusercontent.com/ahlstromcj/yoshimi-cookbook/master/pdf/yoshimi-cookbook.pdf">
A Yoshimi Cookbook
</a>
<p>by <span class="person">Chris Ahlstrom</span></p>
</li>
</ul>
</p>
<h2>The Short Yoshimi guide</h2>
<ul>
<li>
<a href="https://sourceforge.net/projects/yoshimi/files/Doc/The%20Short%20Yoshimi%20Guide.odt"
target="_blank">Download (odt)</a>
</li>
</ul>
<h2>Tutorials</h2>
<ul>
<li>
<a href="https://github.com/Yoshimi/yoshimi/wiki/Basic-Setup">Basic Setup</a>
</li>
<li>
<a href="http://linuxsynths.com/YoshimiBanksDemos/yoshimi.html">Banks Demos</a>
</li>
<li>
<a href="https://puri.sm/posts/your-own-music-studio-with-jack-ardour-and-yoshimi">Your own Music Studio</a>
</li>
<li>
<a href="https://adriangin.wordpress.com/2014/08/04/raspberry-pi-synth-yoshimi-zynaddsubfx-part-4">Raspberry Pi
Synth</a>
</li>
<li>
<a
href="https://djbarney.wordpress.com/2013/10/27/generating-synthesised-drums-and-percussion-in-linux-using-yoshimi">
Generating synthesized drums and percussion
</a>
</li>
</ul>
<h2>Ideas & Projects</h2>
<ul>
<li>
<a href="./docs/YoshimiOrgan.pdf">Creating Digital Organ Sounds</a>
</li>
</ul>
</main>
</div>
<footer>
<div class="links">
<span class="nav-row">
<a href="about.html" >About</a>
</span>
<span class="nav-row">
<a href="history.html" >History</a>
</span>
<span class="nav-row">
<a href="people.html" >People</a>
</span>
<span class="nav-row">
<a href="contact.html" >Contact</a>
</span>
</div>
<div class="updated-date"> Updated 2026-02-28 </div>
</footer>
</body>
</html>