-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboring_index.html_old
More file actions
295 lines (243 loc) · 12.8 KB
/
boring_index.html_old
File metadata and controls
295 lines (243 loc) · 12.8 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Audovia</title>
<link href="favicon.ico" rel="icon" type="image/x-icon">
<meta content="Donald G Gray" name="author">
<meta content="Audovia is an Open Source application for making
music." name="description">
<meta property="og:image"
content="http://audovia.com/image/AudoviaHome.png">
<meta property="og:title" content="Audovia">
<meta property="og:description" content="Audovia is an Open Source
software application for making music with up to 15 instrumental
voices and a percussion track.">
<style type="text/css">
body {background-color: #FFFFFF; color: #000000;}
a:link {color: #551A8B;}
a:visited {color: #551A8B;}
a:active {color: #EE0000;}
a.nounderline {text-decoration:none;}
div.centre {text-align: center;}
div.left {text-align: left;}
div.subheader {color: #551A8B; line-height: 1.8; text-align: center;}
span.header {color: #551A8B; font-family: Perpetua; font-size: xx-large;}
span.subheader {font-family: Perpetua; font-size: 22px;}
span.invite {color: #555555; font-family: Verdana; font-size: 15px;}
span.composer {color: #817F73; font-family: Verdana;}
span.song {color: #551A8B; cursor: pointer; font-family: Verdana;}
span.xml {color: #551A8B; cursor: pointer; font-family: Verdana;}
span.title {color: #817F73; font-family: Verdana; font-size: small;}
span.body {color: #555555; font-family: Verdana; font-size: 15px; line-height: 1.3;}
span.fullsize {color: #817F73; font-family: Verdana; font-size: medium;}
td.heading {background-color: #FFFFFF;}
td.background {background-color: #FFFFFF;}
</style>
</head>
<body>
<table style=" width: 980px; text-align: left; margin-left: auto;
margin-right: auto;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="heading" style="text-align: center; vertical-align:
top;">
<div>
<table style=" width: 100%;" border="0" cellpadding="4"
cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="width: 30px; vertical-align: top;"><br>
</td>
<td style=" vertical-align: top; width: 180px;"><img
alt="Song Builder Icon"
src="image/SongBuilderColourIcon96.png"
align="left" height="74" width="74"></td>
<td style=" vertical-align: top;">
<div class="centre"><span class="header">Audovia</span><br>
</div>
<div class="subheader"><span class="subheader"><em>a</em></span><span
class="subheader"><em><span class="subheader"><em>n
Open Source application for making</em></span>
music</em></span></div>
</td>
<td style=" vertical-align: top; text-align: right;
width: 180px;">
<!-- Place this code where you want the badge to render. -->
<a
href="https://plus.google.com/u/0/communities/115182680696167827789?prsrc=3"
rel="publisher" target="_blank"
style="text-decoration:none;display:inline-block;color:#333;text-align:center;
font:13px/16px
arial,sans-serif;white-space:nowrap;"> <span
style="display:inline-block;font-weight:bold;vertical-align:top;margin-right:5px;
margin-top:8px;">Audovia</span><span
style="display:inline-block;vertical-align:top;margin-right:15px;
margin-top:8px;"> on</span><img
src="http://ssl.gstatic.com/images/icons/gplus-32.png"
alt="Google+"
style="border:0;width:32px;height:32px;"></a>
<a href="https://github.com/SongBase/Audovia"
target="_blank"><img
src="image/GitHub-Mark-32px.png" alt="GitHub"
style="border:0;width:32px;height:32px;"></a>
</td>
<td style=" vertical-align: top; width: 30px;"><br>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr>
<td style=" vertical-align: middle; text-align: center;
height: 80px;"><a href="index.html"
style="text-decoration:none;"><button type="button"
style="background-color:#eeeeee; border-color: #551A8B;
padding:5px; cursor:pointer"><font face="Verdana"
color="#551A8B"><big><b>Home</b></big></font></button></a>
<a href="examples.html" style="text-decoration:none;"><button
type="button" style="background-color:#eeeeee;
padding:5px; cursor:pointer"><font face="Verdana"
color="#551A8B"><big><b>Songs</b></big></font></button></a>
<a href="demonstration.html" style="text-decoration:none;"><button
type="button" style="background-color:#eeeeee;
padding:5px; cursor:pointer"><font face="Verdana"
color="#551A8B"><big><b>Video</b></big></font></button></a>
<a href="sharing.html" style="text-decoration:none;"><button
type="button" style="background-color:#eeeeee;
padding:5px; cursor:pointer"><font face="Verdana"
color="#551A8B"><big><b>Sharing</b></big></font></button></a>
<a href="mailto:info@gray10.com"
style="text-decoration:none;"><button type="button"
style="background-color:#eeeeee; padding:5px;
cursor:pointer"><font face="Verdana" color="#551A8B"><big><b>Help</b></big></font></button></a>
</td>
</tr>
<tr>
<td class="background" style="vertical-align: top;">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td valign="top">
<blockquote><span class="body"><strong></strong>Make
music on your laptop or PC with <span
style="font-weight: bold;">Audovia</span>.
Songs can have up to 15 instrumental voices and
a percussion track with instruments chosen from
a soundbank of 128 instruments. Either the
default soundbank or one of your own can be
used. Songs can be developed, tested and
edited very quickly and easily by virtue of the
database structure and the JFugue MusicString
notation.<br>
<br>
Notes are specified by their name and octave or
by their MIDI value and their durations are
specified either by character code, or
numerically. You can use notes from C0 to
G10, corresponding to MIDI values 0 to
127. Middle C is C5.<br>
<br>
The opening phrase of Joy to the World can be
written as:<br>
<br>
</span>
<div style="margin-left: 40px;"><span
style="font-family: Courier New;"><span
class="body">C6h B5q. A5i
G5h. F5q E5h D5h
C5h.</span></span><br>
<span class="body"></span></div>
<span class="body"> </span><br>
<span class="body">Within the application, use <em>File/Template</em>
to create a song, then <em>File/Tree View</em>
and expand the nodes. Select each bar in
turn and enter the notes<strong><em></em></strong>.
Select "Song" and press Play to play back your
music. From the <em>File</em> menu, you
can export to MIDI, MusicXML or WAV for music
processing or publishing. The WAV files
can be opened in <a class="nounderline"
target="_blank"
href="http://audacityteam.org/"><span
style="font-style: italic;"><span
style="font-weight: bold;">Audacity</span></span></a>,
then exported to MP3.</span> <span
class="body">You can print your scores by
opening the MusicXML files in <a
class="nounderline" target="_blank"
href="https://musescore.org/"><span
style="font-style: italic;"><span
style="font-weight: bold;">MuseScore</span></span></a>.</span><br>
<br>
<div class="left"><span class="body"> Please see
the <a
href="doc/AudoviaDocumentation-3-0-8.pdf"
class="nounderline" target="_blank"><span
style="font-style: italic; font-weight:
bold;">Documentation</span></a> for more
information.<br>
</span> <br style="clear:right;">
<div style="margin-left: 40px;"> <span
class="fullsize"><em>Audovia 3.0.11 for
Microsoft Windows</em> </span> <a
href="https://bintray.com/artifact/download/songbuilder/generic/installAudovia-3-0-11.msi"
style="text-decoration:none;"><button
type="button"
style="background-color:#eeeeee;
padding:5px; cursor:pointer"><font
face="Verdana" color="#551A8B"><big><b>Download</b></big></font></button></a>
</div>
<br>
<div class="left"><span class="body"> Before
running <strong>Audovia</strong> on
Microsoft Windows you will first need to
install the latest version of Java from <a
href="http://java.com/"
class="nounderline" target="_blank"><em><strong>Java.com</strong></em></a>.
<br>
<br>
Sample songs are available from the "Demo"
folder in <i>File/XML Import</i>.<br>
<br>
The Linux version of <span
style="font-weight: bold;">Audovia</span>
is available from the Ubuntu Software
Center.</span><span class="body"><br>
</span></div>
</div>
</blockquote>
<span class="body"><em><br>
<br>
</em></span>
<div style="text-align: center;"><span class="body"><em>
Copyright © 2015 Donald G Gray</em><span
style="font-style: italic;"></span><span
style="font-style: italic;"></span></span><br>
<span class="body"></span></div>
<span class="body"> </span> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>