SandBox: Difference between revisions
Line 1,362: | Line 1,362: | ||
|- | |- | ||
|} | |} | ||
Result: It incorrectly ignores the empty rows |
Revision as of 12:54, 6 October 2018
This is the sandbox. To experiment with editing, click "edit this page". Crash
Table Syntax
A | B |
---|---|
1 | 2 |
x | xx |
A | B |
---|---|
1 | 2 |
x | xx |
?? | 1 | 2 |
---|---|---|
A | a1 | a2 |
B | b1 | b2 |
Steps per Octave | Step Size | comments |
---|---|---|
15 | 80 | This is nice |
24 | 50 | Peppermint |
12 | 100 | Try this for free |
6 | 200 | Debussy loves it. |
Math
[math]\displaystyle{ \displaystyle \sqrt[3]{7/4} }[/math]
Wikitext reference
"I can now edit this." - Bobby Lee
The syntax produces a less elegant output,
but playing the sound works also if there is no flash player present (or enabled) - it also provides a link for details and download. The Details link I find important: you don't have to click [Edit] to explore the file name.
Link to an In-Page Anchor
! test.scl ! test scale 9 ! 270.96774 348.38710 503.22581 696.77419 851.61290 890.32258 929.03226 1006.45161 1200.00000
Big edo table test
Might be a possible design for EDO#300...999 as more edo pages are made.
The density of existing edo pages decreases with size. With many more edo pages in future (up to 200, 300, eventually 1000) a big table instead of a list allows to easily keep track of non–existent edo pages.
wikispaces
style table
100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 |
110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 |
120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 |
130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 |
140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 |
150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 |
160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 |
170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 |
180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 |
190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 |
Note the lack of red links, like in http://xenharmonic.wikispaces.com/EDO#Individual%20pages%20for%20EDOs-100...199.
Embedding Text Files
- File:Prop9q.scl.txt
- File:Prop9q.scl.txt
- == Summary ==
uploaded scala file from wikispaces page
- == Summary ==
uploaded scala file from wikispaces page
embedding special
1.
2.
- 15ed4 (← links)
- Familiar melodies in unfamiliar tunings (← links)
- Kentaku's Approach to 13EDO (← links)
- Joakim Bang Larsen (← links)
- User talk:PiotrGrochowski (← links)
- User talk:Mike Battaglia (← links)
- Xenharmonic Wiki talk:Finished bugs (← links)
5. Special:Block/Mike Battaglia
List model
- list
- list
- list
- list
- list
- list
•list
•list
•list
![]() |
SandBox is deprecated. |
Scala test
Currently, scala files are scattered around this wiki. A scala file is a file describing a tuning by giving its ratios. To test different ways of dealing with this, I created partch9.
Multiple divisions per row as divisions per octave
The names come from User:PiotrGrochowski/Extra-Diatonic Intervals.
1edo | 2edo | 3edo | 4edo |
---|---|---|---|
unison | unison | unison | unison |
major third | minor third | ||
augmented fourth | augmented fourth | ||
minor sixth | major sixth |
Result: The fractional rowspan of 1.333333333333333 was rounded down to 1.
1edo | 2edo | 3edo | 4edo |
---|---|---|---|
unison | unison | unison | unison |
minor third | |||
major third | |||
augmented fourth | augmented fourth | ||
minor sixth | |||
major sixth |
Result: It incorrectly ignores the empty rows