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.
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 exampleAudioIn_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!