You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Superpowered/SuperpoweredAdvancedAudioPlayer.h
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -385,10 +385,14 @@ class AdvancedAudioPlayer {
385
385
386
386
/// @return Returns with the current pitch bend percent. Will be 1 if there is no pitch bend happening.
387
387
JSWASM floatgetCurrentPitchBendPercent();
388
-
388
+
389
389
/// @brief Reset the pitch bend offset to the beatgrid to zero.
390
390
JSWASM voidresetBendMsOffset();
391
391
392
+
/// @brief Set the pitch bend offset to the beatgrid.
393
+
/// @param ms The value.
394
+
JSWASM voidsetBendOffsetMs(double ms);
395
+
392
396
/// @return Indicates if returning from scratching or reverse playback will maintain the playback position as if the player had never entered into scratching or reverse playback.
0 commit comments