Frequently asked questions in Scripting: Difference between revisions
Frequently asked questions in Scripting (view source)
Revision as of 21:24, 4 July 2024
, 4 July 2024Changed a link from List Element to List
-u ndefined- (talk | contribs) m (Add "How can I add a Virtual Gamepad or UI Buttons to my game?" old wiki article, with minor changes) |
(Changed a link from List Element to List) |
||
Line 37: | Line 37: | ||
Other scales are possible using this method, such as the 31-note scale by dividing by 31 instead. | Other scales are possible using this method, such as the 31-note scale by dividing by 31 instead. | ||
In fact, given a [[List | In fact, given a [[List]] with the tuning of each note in a scale, one can achieve finer control: | ||
:o ^ (s[n % l] + floor(n / l)), where | :o ^ (s[n % l] + floor(n / l)), where |