Skip to content

Commit 428c989

Browse files
committed
Update contributor list and reference
1 parent bc15e6a commit 428c989

File tree

282 files changed

+15835
-2743
lines changed

Some content is hidden

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

282 files changed

+15835
-2743
lines changed

public/reference/data.json

Lines changed: 7775 additions & 2418 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: ashish singh
2+
url: https://www.linkedin.com/in/ashish1729/
3+
category: contributor
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: blackboxlogic
2+
url: http://alexhennings.dev
3+
category: contributor
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Luke Plowden
2+
url: http://www.lukeplowden.com
3+
category: contributor
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Martin Leopold Groedl
2+
url: https://groedl.xyz
3+
category: contributor
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: toggleNormalize
3+
module: p5.sound
4+
submodule: p5.sound
5+
file: lib/addons/p5.sound.js
6+
description: |
7+
<p>Determines whether the results of Amplitude.process() will be
8+
Normalized. To normalize, Amplitude finds the difference the
9+
loudest reading it has processed and the maximum amplitude of
10+
1.0. Amplitude adds this difference to all values to produce
11+
results that will reliably map between 0.0 and 1.0. However,
12+
if a louder moment occurs, the amount that Normalize adds to
13+
all the values will change. Accepts an optional boolean parameter
14+
(true or false). Normalizing is off by default.</p>
15+
line: 3264
16+
isConstructor: false
17+
itemtype: method
18+
class: p5.Amplitude
19+
params:
20+
- name: boolean
21+
description: |
22+
<p>set normalize to true (1) or false (0)</p>
23+
type: Boolean
24+
optional: true
25+
chainable: false
26+
---
27+
28+
29+
# toggleNormalize
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: amplitude
3+
module: p5.sound
4+
submodule: p5.sound
5+
file: lib/addons/p5.sound.js
6+
description: |
7+
<p>Input amplitude, connect to it by default but not to master out</p>
8+
line: 6098
9+
isConstructor: false
10+
itemtype: property
11+
class: p5.AudioIn
12+
type: p5.Amplitude
13+
---
14+
15+
16+
# amplitude
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: connect
3+
module: p5.sound
4+
submodule: p5.sound
5+
file: lib/addons/p5.sound.js
6+
description: |
7+
<p>Connect to an audio unit. If no parameter is provided, will
8+
connect to the main output (i.e. your speakers).<br/></p>
9+
line: 6191
10+
isConstructor: false
11+
itemtype: method
12+
class: p5.AudioIn
13+
params:
14+
- name: unit
15+
description: |
16+
<p>An object that accepts audio input,
17+
such as an FFT</p>
18+
type: Object
19+
optional: true
20+
chainable: false
21+
---
22+
23+
24+
# connect
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: currentSource
3+
module: p5.sound
4+
submodule: p5.sound
5+
file: lib/addons/p5.sound.js
6+
description: ''
7+
line: 6085
8+
isConstructor: false
9+
itemtype: property
10+
class: p5.AudioIn
11+
type: Number|null
12+
---
13+
14+
15+
# currentSource
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: disconnect
3+
module: p5.sound
4+
submodule: p5.sound
5+
file: lib/addons/p5.sound.js
6+
description: |
7+
<p>Disconnect the AudioIn from all audio units. For example, if
8+
connect() had been called, disconnect() will stop sending
9+
signal to your speakers.<br/></p>
10+
line: 6216
11+
isConstructor: false
12+
itemtype: method
13+
class: p5.AudioIn
14+
chainable: false
15+
---
16+
17+
18+
# disconnect

0 commit comments

Comments
 (0)