File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ gain = desired volume (0 = mute, 255 = 1dB)
103
103
channel = channel whose playback speed is to be changed. (0 - 2)
104
104
pitch = desired acceleration of the channel. ((0.0 - 1.0) 0 = normal speed, 1 = double speed
105
105
````
106
- ** "ESP32_MAS.stopCan (uint8_t channel)"**
106
+ ** "ESP32_MAS.stopChan (uint8_t channel)"**
107
107
* Stops the output of the channel immediately.*
108
108
````
109
109
channel = channel to be stopped. (0 - 2)
110
110
````
111
- ** "String ESP32_MAS.getCan (uint8_t channel)"**
111
+ ** "String ESP32_MAS.getChan (uint8_t channel)"**
112
112
* Queries the state of the respective channel.*
113
113
````
114
114
channel = channel whose state is to be queried. (0 - 2)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ loopFile KEYWORD1
9
9
outChan KEYWORD1
10
10
setGain KEYWORD1
11
11
setPitch KEYWORD1
12
- stopCan KEYWORD1
13
- getCan KEYWORD2
12
+ stopChan KEYWORD1
13
+ getChan KEYWORD2
14
14
getGain KEYWORD2
15
15
getPitch KEYWORD2
Original file line number Diff line number Diff line change 126
126
channel = channel whose playback speed is to be changed. (0 - 2)
127
127
pitch = desired acceleration of the channel. (0 = 0, 1 = doubble speed)
128
128
129
- "ESP32_MAS.stopCan (uint8_t channel)"
129
+ "ESP32_MAS.stopChan (uint8_t channel)"
130
130
Stops the output of the channel immediately.
131
131
channel = channel to be stopped. (0 - 2)
132
132
133
- "String ESP32_MAS.getCan (uint8_t channel)"
133
+ "String ESP32_MAS.getChan (uint8_t channel)"
134
134
Queries the state of the respective channel.
135
135
channel = channel whose state is to be queried. (0 - 2)
136
136
Return:
You can’t perform that action at this time.
0 commit comments