Skip to content

Commit

Permalink
Remove incorrect JavaDoc replacement
Browse files Browse the repository at this point in the history
The overridden JavaDoc was correct; this must have been copied
from the Beat class.
  • Loading branch information
brunchboy committed Dec 6, 2024
1 parent b6c2538 commit db7c302
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/org/deepsymmetry/beatlink/PrecisePosition.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ public int getPlaybackPosition() {
return playbackPosition;
}

/**
* Get the device pitch at the time of the beat. This is an integer ranging from 0 to 2097152, which corresponds
* to a range between completely stopping playback to playing at twice normal tempo. The equivalent percentage
* value can be obtained by passing the pitch to {@link Util#pitchToPercentage(long)}, and the corresponding
* fractional scaling value by passing it to {@link Util#pitchToMultiplier(long)}.
*
* @return the raw device pitch
*/
@Override
public int getPitch() {
return pitch;
Expand Down

0 comments on commit db7c302

Please sign in to comment.