You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ The new Sound library for Processing 3 provides a simple way to work with audio.
6
6
7
7
The easiest way to install the Sound library is through Processing's Contribution Manager. The library comes with many example sketches, the full online reference can be found [here](https://www.processing.org/reference/libraries/sound/). Please report bugs [https://github.com/processing/processing-sound/issues](here).
8
8
9
+
For detailed changelogs and to download older releases, have a look at the [Github releases page](https://github.com/processing/processing-sound/releases).
2. into the `library/` folder copy (or soft-link) your Processsing's `core.jar` (and, optionally, also your Android SDK's `android.jar`, API level 26 or higher). Other dependencies (in particular Phil Burk's [JSyn](http://www.softsynth.com/jsyn/) engine on which this library is based) are downloaded automatically.
13
15
3.`ant dist` (or, alternatively, run build.xml from within Eclipse)
14
16
15
-
The resulting `processing-sound.zip` can be extracted into your Processing installation's `libraries/` folder.
17
+
The resulting `sound.zip` can be extracted into your Processing installation's `libraries/` folder.
0 commit comments