Template:Step vis: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Ganaram inukshuk (talk | contribs)
Created page with "<includeonly>{{#invoke:Step_vis|step_vis_frame |Step Pattern={{{1|}}} }}</includeonly>"
 
Ganaram inukshuk (talk | contribs)
Added documentation
Line 1: Line 1:
<includeonly>{{#invoke:Step_vis|step_vis_frame
<includeonly>{{#invoke:Step_vis|step_vis_frame
|Step Pattern={{{1|}}}
|Step Pattern={{{1|}}}
}}</includeonly>
}}</includeonly><noinclude>
This template is used to visualize the step pattern of a scale given as a sequence of whole-number step sizes.
== Usage ==
 
Step patterns are entered as shown below. The first parameter should contain the step pattern, with step sizes separated by spaces.
 
<pre>{{Step vis|5 5 5 3 5 5 3}}</pre>
{{Step vis|5 5 5 3 5 5 3}}
 
<pre>{{Step vis|1=5 5 5 3 5 5 3}}</pre>
{{Step vis|1=5 5 5 3 5 5 3}}
 
== Limitations ==
 
Step sizes of 0 are currently not supported, and such step sizes will be the same as that of a step size of 1.
 
<pre>{{Step vis|5 5 5 0 5 5 0}}</pre>
{{Step vis|5 5 5 0 5 5 0}}
 
<pre>{{Step vis|5 5 5 1 5 5 1}}</pre>
{{Step vis|5 5 5 1 5 5 1}}
</noinclude>

Revision as of 05:27, 11 December 2023

This template is used to visualize the step pattern of a scale given as a sequence of whole-number step sizes.

Usage

Step patterns are entered as shown below. The first parameter should contain the step pattern, with step sizes separated by spaces.

{{Step vis|5 5 5 3 5 5 3}}

Script error: The function "step_vis_frame" does not exist.

{{Step vis|1=5 5 5 3 5 5 3}}

Script error: The function "step_vis_frame" does not exist.

Limitations

Step sizes of 0 are currently not supported, and such step sizes will be the same as that of a step size of 1.

{{Step vis|5 5 5 0 5 5 0}}

Script error: The function "step_vis_frame" does not exist.

{{Step vis|5 5 5 1 5 5 1}}

Script error: The function "step_vis_frame" does not exist.