-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
var diff = { | ||
maxDiff: 7, // This is the maximum acceleration, the same number. | ||
maxDiff: 18, // This is the maximum acceleration, the same number. | ||
avgDiff: 6.25, // This is the average acceleration, instr. below! | ||
// To get this number, copy-paste this into wolframalpha, followed by your number: int_0^1 x^ | ||
// avgDiff = 1 / (factAccel + 1) | ||
|
||
multiDiff: 4, // This is the multi-note chance, times 10 | ||
multiDiff: 2, // This is the multi-note chance, times 10 | ||
trillDiff: 0, // This is the min note spacing value, the same number. | ||
armspan: 1.7 // This is the armspan value, the same number. | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Version: 0.50a, last modified: 2017-09-12 | ||
Version: 0.50b, last modified: 2017-10-11 |