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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Move the Stopwatch and Sound properties to the RhythmService table
Add long (holding) note support
Add new optional noHold parameter to :CheckRhythm
Tables can now be stored using :SetKeys
for example, RhythmService:SetKeys({0.5, {1, 2}}) will create a key at the 0.5-second mark and follow your tolerance definitions normally. this will also create a normal key at the 1-second mark but it will be continuously measured until the 2-second mark (accounting for your tolerance definitions) or when the stopwatch ends. a code example can be found here
change :ToggleKey's keepPosition parameter type to boolean