processing / processing-sound

Audio library for Processing built with JSyn
https://processing.org/reference/libraries/sound/
GNU Lesser General Public License v2.1
149 stars 50 forks source link

Changing comments to fit with the new reference system #69

Closed Anadroid closed 3 years ago

Anadroid commented 3 years ago

This PR adjusts the comments in the java files to fit with the new reference system created for the new processing website. You can see details for the new reference system here.

Changes are made to all the comments that have @webref in them. Since the sound library classes rely on some inherited methods and this methods should appear on the sound reference page on the processing website, we have created individual .json files to make it possible. These files are directly made in the website repo for example AudioIn_add_.json, AudioIn_amp_.json, AudioIn_pan_.json etc. The content for these files corresponds to the old .xml files found here and detailed .java references here.

Let me know if you have any questions!