Skip to content

Commit 6d6a3b1

Browse files
committed
Mods to generate the Sound library index page
1 parent cdfd417 commit 6d6a3b1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

content/api_en/libraries/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@ <h5><a href="pdf/index.html">PDF Export</a></h5>
3030
at high resolutions.</p>
3131
</li>
3232

33+
<li>
34+
<h5><a href="sound/index.html">Sound</a></h5>
35+
<p>Playback audio files, audio input, synthesize sound, and effects.</p>
36+
</li>
37+
3338
<li>
3439
<h5><a href="net/index.html">Network</a></h5>
3540
<p>Send and receive data over the Internet through simple clients and servers.</p>
3641
</li>
37-
38-
<li>
39-
<h5><a href="http://code.compartmental.net/tools/minim/">&raquo; Minim</a></h5>
40-
<p>Uses JavaSound to provide an easy-to-use audio library while
41-
still providing flexibility for more advanced users.</p>
42-
</li>
4342

4443
</ul>
4544

generate/libraries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
`cd $path && /usr/bin/git pull https://github.com/processing/processing-docs/`;
1919

2020

21-
$libraries = array('net', 'serial', 'video', 'dxf', 'pdf');
21+
$libraries = array('net', 'serial', 'video', 'dxf', 'pdf', 'sound');
2222
$lib_dir = REFERENCEDIR.'libraries/';
2323

2424
// Create Index

generate/libraries_local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$benchmark_start = microtime_float();
99

1010

11-
$libraries = array('net', 'serial', 'video', 'dxf', 'pdf');
11+
$libraries = array('net', 'serial', 'video', 'dxf', 'pdf', 'sound');
1212
$lib_dir = DISTDIR.'libraries';
1313

1414

0 commit comments

Comments
 (0)