Skip to content

Commit 61b3ce0

Browse files
committed
Simplify builder
1 parent 44d0407 commit 61b3ce0

File tree

1,003 files changed

+2617
-3935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,003 files changed

+2617
-3935
lines changed

src/content/reference/en/JSON/stringify.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ description: >
1010
1111
The JSON.stringify() method converts a JavaScript object or value to a JSON <a
1212
href="#/p5/string">string</a>.</p>
13+
isConstructor: false
1314
line: 490
1415
params:
1516
- name: object
1617
description: |
1718
<p>:Javascript object that you would like to convert to JSON</p>
1819
type: Object
1920
itemtype: method
21+
alt: This example does not render anything
2022
class: JSON
2123
example:
2224
- |-
@@ -29,7 +31,6 @@ example:
2931
console.log(typeof myObjectAsString); // prints 'string' to the console
3032
</code>
3133
</div>
32-
alt: This example does not render anything
3334
chainable: false
3435
---
3536

src/content/reference/en/console/log.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ description: >
3636
values),
3737
3838
or it may be any one or more JavaScript <a href="#/p5/object">objects</a>.</p>
39+
isConstructor: false
3940
line: 512
4041
params:
4142
- name: message
4243
description: |
4344
<p>:Message that you would like to print to the console</p>
4445
type: String|Expression|Object
4546
itemtype: method
47+
alt: This example does not render anything
4648
class: console
4749
example:
4850
- |-
@@ -54,7 +56,6 @@ example:
5456
console.log(myNum + 12); // prints 17 to the console
5557
</code>
5658
</div>
57-
alt: This example does not render anything
5859
chainable: false
5960
---
6061

src/content/reference/en/p5.Amplitude/getLevel.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ file: lib/addons/p5.sound.js
66
description: |
77
<p>Returns a single Amplitude reading at the moment it is called.
88
For continuous readings, run in the draw loop.</p>
9+
isConstructor: false
910
line: 3209
1011
params:
1112
- name: channel

src/content/reference/en/p5.Amplitude/setInput.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ file: lib/addons/p5.sound.js
66
description: |
77
<p>Connects to the p5sound instance (main output) by default.
88
Optionally, you can pass in a specific source (i.e. a soundfile).</p>
9+
isConstructor: false
910
line: 3117
1011
params:
1112
- name: snd

src/content/reference/en/p5.Amplitude/smooth.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ file: lib/addons/p5.sound.js
66
description: |
77
<p>Smooth Amplitude analysis by averaging with the last analysis
88
frame. Off by default.</p>
9+
isConstructor: false
910
line: 3293
1011
params:
1112
- name: set

src/content/reference/en/p5.Amplitude/toggleNormalize.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ description: |
1212
if a louder moment occurs, the amount that Normalize adds to
1313
all the values will change. Accepts an optional boolean parameter
1414
(true or false). Normalizing is off by default.</p>
15+
isConstructor: false
1516
line: 3264
1617
params:
1718
- name: boolean

src/content/reference/en/p5.AudioIn/amp.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ submodule: p5.sound
55
file: lib/addons/p5.sound.js
66
description: |
77
<p>Set amplitude (volume) of a mic input between 0 and 1.0. <br/></p>
8+
isConstructor: false
89
line: 6257
910
params:
1011
- name: vol

src/content/reference/en/p5.AudioIn/amplitude.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ submodule: p5.sound
55
file: lib/addons/p5.sound.js
66
description: |
77
<p>Input amplitude, connect to it by default but not to master out</p>
8+
isConstructor: false
89
line: 6098
910
itemtype: property
1011
class: p5.AudioIn

src/content/reference/en/p5.AudioIn/connect.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ file: lib/addons/p5.sound.js
66
description: |
77
<p>Connect to an audio unit. If no parameter is provided, will
88
connect to the main output (i.e. your speakers).<br/></p>
9+
isConstructor: false
910
line: 6191
1011
params:
1112
- name: unit

src/content/reference/en/p5.AudioIn/currentSource.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module: p5.sound
44
submodule: p5.sound
55
file: lib/addons/p5.sound.js
66
description: ''
7+
isConstructor: false
78
line: 6085
89
itemtype: property
910
class: p5.AudioIn

0 commit comments

Comments
 (0)