-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #644 from limzykenneth/main
Update to p5.js v1.11.2
- Loading branch information
Showing
296 changed files
with
15,882 additions
and
2,785 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: ashish singh | ||
url: https://www.linkedin.com/in/ashish1729/ | ||
category: contributor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: blackboxlogic | ||
url: http://alexhennings.dev | ||
category: contributor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: Luke Plowden | ||
url: http://www.lukeplowden.com | ||
category: contributor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: Martin Leopold Groedl | ||
url: https://groedl.xyz | ||
category: contributor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: toggleNormalize | ||
module: p5.sound | ||
submodule: p5.sound | ||
file: lib/addons/p5.sound.js | ||
description: | | ||
<p>Determines whether the results of Amplitude.process() will be | ||
Normalized. To normalize, Amplitude finds the difference the | ||
loudest reading it has processed and the maximum amplitude of | ||
1.0. Amplitude adds this difference to all values to produce | ||
results that will reliably map between 0.0 and 1.0. However, | ||
if a louder moment occurs, the amount that Normalize adds to | ||
all the values will change. Accepts an optional boolean parameter | ||
(true or false). Normalizing is off by default.</p> | ||
line: 3264 | ||
isConstructor: false | ||
itemtype: method | ||
class: p5.Amplitude | ||
params: | ||
- name: boolean | ||
description: | | ||
<p>set normalize to true (1) or false (0)</p> | ||
type: Boolean | ||
optional: true | ||
chainable: false | ||
--- | ||
|
||
|
||
# toggleNormalize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: amplitude | ||
module: p5.sound | ||
submodule: p5.sound | ||
file: lib/addons/p5.sound.js | ||
description: | | ||
<p>Input amplitude, connect to it by default but not to master out</p> | ||
line: 6098 | ||
isConstructor: false | ||
itemtype: property | ||
class: p5.AudioIn | ||
type: p5.Amplitude | ||
--- | ||
|
||
|
||
# amplitude |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: connect | ||
module: p5.sound | ||
submodule: p5.sound | ||
file: lib/addons/p5.sound.js | ||
description: | | ||
<p>Connect to an audio unit. If no parameter is provided, will | ||
connect to the main output (i.e. your speakers).<br/></p> | ||
line: 6191 | ||
isConstructor: false | ||
itemtype: method | ||
class: p5.AudioIn | ||
params: | ||
- name: unit | ||
description: | | ||
<p>An object that accepts audio input, | ||
such as an FFT</p> | ||
type: Object | ||
optional: true | ||
chainable: false | ||
--- | ||
|
||
|
||
# connect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: currentSource | ||
module: p5.sound | ||
submodule: p5.sound | ||
file: lib/addons/p5.sound.js | ||
description: '' | ||
line: 6085 | ||
isConstructor: false | ||
itemtype: property | ||
class: p5.AudioIn | ||
type: Number|null | ||
--- | ||
|
||
|
||
# currentSource |
Oops, something went wrong.