Skip to content

Commit 9171032

Browse files
committed
Fixed comment
1 parent 6e1d704 commit 9171032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Superpowered/SuperpoweredAdvancedAudioPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ class AdvancedAudioPlayer {
431431
/// @return Indicates if the player is in scratching mode.
432432
JSWASM bool isScratching();
433433

434-
/// @return If jog wheel mode is JogMode_Parameter, returns with the current parameter typically in the range of -1 to 1, or less than -1000000.0 if there was no jog wheel movement. processStereo or processMulti updates this value, therefore it's recommended to read it after those calls were made, in the same thread.
434+
/// @return If jog wheel mode is JogMode_Parameter, returns with the current parameter typically in the range of -1 to 1, or more than 1000000.0 if there was no jog wheel movement. processStereo or processMulti updates this value, therefore it's recommended to read it after those calls were made, in the same thread.
435435
JSWASM double getJogParameter();
436436

437437
private:

0 commit comments

Comments
 (0)