User:Sintel/sandbox: Difference between revisions

Fredg999 (talk | contribs)
Template was renamed
Sintel (talk | contribs)
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#invoke:harmonics_in_cet|harmonics_in_cet}}
=== box drawing scales ===


{{harmonics in cet}}
bold
<pre>
  L  L  s  L  L  L  s
┣━━━╋━━━╋━╋━━━╋━━━╋━━━╋━┫
C  D  E F  G  A  B c
</pre>


{{harmonics in cet|50}}
ascii
<pre>
  L  L  s  L  L  L  s
|---|---|-|---|---|---|-|
C  D  E F  G  A  B c
</pre>


{{harmonics in equal|24|intervals=integer}}
thin
<pre>
  L  L  s  L  L  L  s
├───┼───┼─┼───┼───┼───┼─┤
C  D  E F  G  A  B c
</pre>


{{Odd harmonics in edo|edo=32}}
=== Uniform maps ===
{{Uniform map|limit=7|edo=12}}
{{Uniform map|limit=7|edo=15}}
{{Uniform map|limit=5|min=14.5|max=15.5}}


{{harmonics in equal|32}}
== Bravura ==


{{harmonics in equal|1|9|8}}
C{{Bravura|&#xE282;}}
C{{Bravura|&#xE280;}}


{{harmonics in equal|11}}
== testing lua stuff ==


{{harmonics in equal|12}}
{{Infobox ET|debug=1}}


{{harmonics in equal|13}}
{{ED intro|17}}


{{harmonics in equal|15}}
{{Harmonics in equal|17|intervals=odd}}


{{harmonics in equal|18}}
{{Infobox Interval
| Ratio = 13/8
| Name = (lesser) tridecimal neutral sixth
| Color name = 3o6, tho 6th
| Sound = jid_13_8_pluck_adu_dr220.mp3
| debug = 1
}}


{{harmonics in equal|13|3}}
==== Mapping matrix markup ====


{{harmonics in equal|12|7|4}}
Using the <code>pre</code> tag:


{{harmonics in equal|12|16|9}}
<pre><nowiki>
      2 3 5
  2 [ 1 1 0]
3/2 [ 0 1 4]
</nowiki></pre>


{{harmonics in equal|19|3}}
Latex:


{{harmonics in equal|7|3|2}}
<math>
\begin{array}{c c}
& \begin{array}{c c c} 2 & 3 & 5 \\ \end{array} \\
\begin{array}{c c c}2 \\ 3/2 \end{array} &
\left[
\begin{array}{c c c}
1 & 1 & 0 \\
0 & 1 & 4
\end{array}
\right]
\end{array}
</math>


{{harmonics in equal|28|5}}
 
CSS <code>pre</code> and <code>ptt</code>:
 
<p style="white-space: pre;"><tt>
      2 3 5  
  2 [ 1 1 0]
3/2 [ 0 1 4]
</tt></p>