Skip to content

Commit 5fffbaf

Browse files
committed
p5.Pulse link to p5.Oscilator fixed. Fixes #1436
1 parent 97aed1f commit 5fffbaf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/data/reference/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6329,7 +6329,7 @@
63296329
},
63306330
"p5.Pulse": {
63316331
"description": [
6332-
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
6332+
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/es/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
63336333
],
63346334
"params": {
63356335
"freq": "Number: (Optional) Frequency in oscillations per second (Hz)",

src/data/reference/hi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6314,7 +6314,7 @@
63146314
},
63156315
"p5.Pulse": {
63166316
"description": [
6317-
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
6317+
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/hi/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
63186318
],
63196319
"params": {
63206320
"freq": "Number: (Optional) Frequency in oscillations per second (Hz)",

src/data/reference/ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6424,7 +6424,7 @@
64246424
},
64256425
"p5.Pulse": {
64266426
"description": [
6427-
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
6427+
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/ko/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
64286428
],
64296429
"params": {
64306430
"freq": "숫자: (선택 사항) Frequency in oscillations per second (Hz)",

src/data/reference/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6680,7 +6680,7 @@
66806680
},
66816681
"p5.Pulse": {
66826682
"description": [
6683-
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
6683+
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/pt-BR/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
66846684
],
66856685
"params": {
66866686
"freq": "Number: (Optional) Frequency in oscillations per second (Hz)",

src/data/reference/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6314,7 +6314,7 @@
63146314
},
63156315
"p5.Pulse": {
63166316
"description": [
6317-
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
6317+
"Creates a Pulse object, an oscillator that implements Pulse Width Modulation. The pulse is created with two oscillators. Accepts a parameter for frequency, and to set the width between the pulses. See <a href=\" http://p5js.org/zh-hans/reference/#/p5.Oscillator\"> <code>p5.Oscillator</code> for a full list of methods."
63186318
],
63196319
"params": {
63206320
"freq": "Number: (Optional) Frequency in oscillations per second (Hz)",

0 commit comments

Comments
 (0)