Frequently asked questions in Scripting: Difference between revisions

Changed a link from List Element to List
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 Element|list]] with the tuning of each note in a scale, one can achieve finer control:
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