David Ryan's notation: Difference between revisions

Wikispaces>daveryan23
**Imported revision 566304323 - Original comment: **
BudjarnLambeth (talk | contribs)
m Fixed double redirect
Tags: Redirect target changed Visual edit
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<h2>IMPORTED REVISION FROM WIKISPACES</h2>
#REDIRECT [[Rational comma notation]]     
This is an imported revision from Wikispaces. The revision metadata is included below for reference:<br>
See [[Ryan_ASCII_notation|Ryan ASCII Notation]]
: This revision was by author [[User:daveryan23|daveryan23]] and made on <tt>2015-11-13 05:08:11 UTC</tt>.<br>
: The original revision id was <tt>566304323</tt>.<br>
: The revision comment was: <tt></tt><br>
The revision contents are below, presented both in the original Wikispaces Wikitext format, and in HTML exactly as Wikispaces rendered it.<br>
<h4>Original Wikitext content:</h4>
<div style="width:100%; max-height:400pt; overflow:auto; background-color:#f8f9fa; border: 1px solid #eaecf0; padding:0em"><pre style="margin:0px;border:none;background:none;word-wrap:break-word;white-space: pre-wrap ! important" class="old-revision-html">A system of using ASCII characters to notate any fractional frequency in Just Intonation. Created by the musician and theorist David Ryan


* Preprint: http://arxiv.org/pdf/1508.07739
(Wiki admin - this page was created in error, the link give the correct page. DR)
 
**Abstract:**
Musical notation systems provide ways of recording which notes musicians should play at which times. One essential parameter described is the frequency. For twelve-note tuning systems the frequency can be described using letters A to G with sharp or flat symbols. For Just Intonation tuning systems these symbols are insufficient. This paper provides a system for describing any frequency which is a rational number multiplied by a suitable base frequency. Explicit notation is given for low prime numbers, and an algorithm for higher primes described.
 
**Key features:**
Can be inputted by computer keyboard alone (ASCII characters)
Can freely transpose keys in JI - done by multiplying notations - any two notations can be easily multiplied
Simple notations exist for 3-limit, 5-limit, 7-limit JI notes
Look-up table for providing ASCII notation for higher primes (11/8, 109/100, etc)
Algorithm for deriving these notations
Very compact notation for octave equivalence classes
Good for describing all the notes on a 5-limit or 7-limit tone lattice
 
**Challenges:**
Octaves are not sequential - easier to understand octave equivalence classes than exact notes . ( Example: C = 1/1 F = 4/3 G = 3/4 but 3/2 = `G so 3/2 requires an octave modifier to describe.)
 
**Notation examples:**
 
//2-limit://
C = 1/1
`C = 2/1 (definition of octave modifier using ` character to prefix)
,C = 1/2 (definition of octave modifier using , character to prefix)
,,,C = 1/8
 
//3-limit://
F = 4/3 C = 1/1 G = 3/4 D = 9/16 A = 27/64 E = 81/256 B = 243/1024
Bb = 16/9
F# = 729/4096
C# = 2187/16384 (this is equivalent to a sharp # character)
Cb = 16384/2187 (this is equivalent to a flat b character)
`G = 3/2
```D = 9/2
 
//5-limit://
E' = 5/4 (definition of ' modifier)
Ab. = 4/5 (definition of . modifier)
A' = 4/3
``E' = 5/1
`B' = 15/8
 
//7-limit//
Bb~7 = 7/8 (definition of ~7 modifier)
D_7 = 8/7 (definition of _7 modifier)
F~7 = 21/16
`Bb~7 = 7/4
`F~7 = 21/16
Eb~7 = 7/6
 
//Higher p-limits//
F#~11 = 11/8 (definition of ~11 modifier)
Gb_11 = 8/11 (definition of _11 modifier)
``F#~11 = 11/2
B~11 = 11/6
A#'~11 = 55/32 ( 11/8 * 5/4 = F#~11 * E' multiplied as notations)
etc!
 
The golden rule in this notation is: to derive notation for a more complicated fraction, break it down into simpler fractions; fractions with notation already known. In particular, separate out the fractions for each higher prime.
 
Some music created using this notation is available at:
* Dave Ryan's SoundCloud page: https://soundcloud.com/daveryan23</pre></div>
<h4>Original HTML content:</h4>
<div style="width:100%; max-height:400pt; overflow:auto; background-color:#f8f9fa; border: 1px solid #eaecf0; padding:0em"><pre style="margin:0px;border:none;background:none;word-wrap:break-word;width:200%;white-space: pre-wrap ! important" class="old-revision-html">&lt;html&gt;&lt;head&gt;&lt;title&gt;David Ryan's notation&lt;/title&gt;&lt;/head&gt;&lt;body&gt;A system of using ASCII characters to notate any fractional frequency in Just Intonation. Created by the musician and theorist David Ryan&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Preprint: &lt;!-- ws:start:WikiTextUrlRule:69:http://arxiv.org/pdf/1508.07739 --&gt;&lt;a class="wiki_link_ext" href="http://arxiv.org/pdf/1508.07739" rel="nofollow"&gt;http://arxiv.org/pdf/1508.07739&lt;/a&gt;&lt;!-- ws:end:WikiTextUrlRule:69 --&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;strong&gt;Abstract:&lt;/strong&gt;&lt;br /&gt;
Musical notation systems provide ways of recording which notes musicians should play at which times. One essential parameter described is the frequency. For twelve-note tuning systems the frequency can be described using letters A to G with sharp or flat symbols. For Just Intonation tuning systems these symbols are insufficient. This paper provides a system for describing any frequency which is a rational number multiplied by a suitable base frequency. Explicit notation is given for low prime numbers, and an algorithm for higher primes described.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Key features:&lt;/strong&gt;&lt;br /&gt;
Can be inputted by computer keyboard alone (ASCII characters)&lt;br /&gt;
Can freely transpose keys in JI - done by multiplying notations - any two notations can be easily multiplied&lt;br /&gt;
Simple notations exist for 3-limit, 5-limit, 7-limit JI notes&lt;br /&gt;
Look-up table for providing ASCII notation for higher primes (11/8, 109/100, etc)&lt;br /&gt;
Algorithm for deriving these notations&lt;br /&gt;
Very compact notation for octave equivalence classes&lt;br /&gt;
Good for describing all the notes on a 5-limit or 7-limit tone lattice&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Challenges:&lt;/strong&gt;&lt;br /&gt;
Octaves are not sequential - easier to understand octave equivalence classes than exact notes . ( Example: C = 1/1 F = 4/3 G = 3/4 but 3/2 = `G so 3/2 requires an octave modifier to describe.)&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Notation examples:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;2-limit:&lt;/em&gt;&lt;br /&gt;
C = 1/1&lt;br /&gt;
`C = 2/1 (definition of octave modifier using ` character to prefix)&lt;br /&gt;
,C = 1/2 (definition of octave modifier using , character to prefix)&lt;br /&gt;
,,,C = 1/8&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;3-limit:&lt;/em&gt;&lt;br /&gt;
F = 4/3 C = 1/1 G = 3/4 D = 9/16 A = 27/64 E = 81/256 B = 243/1024&lt;br /&gt;
Bb = 16/9&lt;br /&gt;
F# = 729/4096&lt;br /&gt;
C# = 2187/16384 (this is equivalent to a sharp # character)&lt;br /&gt;
Cb = 16384/2187 (this is equivalent to a flat b character)&lt;br /&gt;
`G = 3/2&lt;br /&gt;
```D = 9/2&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;5-limit:&lt;/em&gt;&lt;br /&gt;
E' = 5/4 (definition of ' modifier)&lt;br /&gt;
Ab. = 4/5 (definition of . modifier)&lt;br /&gt;
A' = 4/3&lt;br /&gt;
``E' = 5/1&lt;br /&gt;
`B' = 15/8&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;7-limit&lt;/em&gt;&lt;br /&gt;
Bb~7 = 7/8 (definition of ~7 modifier)&lt;br /&gt;
D_7 = 8/7 (definition of _7 modifier)&lt;br /&gt;
F~7 = 21/16&lt;br /&gt;
`Bb~7 = 7/4&lt;br /&gt;
`F~7 = 21/16&lt;br /&gt;
Eb~7 = 7/6&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Higher p-limits&lt;/em&gt;&lt;br /&gt;
F#~11 = 11/8 (definition of ~11 modifier)&lt;br /&gt;
Gb_11 = 8/11 (definition of _11 modifier)&lt;br /&gt;
``F#~11 = 11/2&lt;br /&gt;
B~11 = 11/6&lt;br /&gt;
A#'~11 = 55/32 ( 11/8 * 5/4 = F#~11 * E' multiplied as notations)&lt;br /&gt;
etc!&lt;br /&gt;
&lt;br /&gt;
The golden rule in this notation is: to derive notation for a more complicated fraction, break it down into simpler fractions; fractions with notation already known. In particular, separate out the fractions for each higher prime.&lt;br /&gt;
&lt;br /&gt;
Some music created using this notation is available at:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Dave Ryan's SoundCloud page: &lt;!-- ws:start:WikiTextUrlRule:70:https://soundcloud.com/daveryan23 --&gt;&lt;a class="wiki_link_ext" href="https://soundcloud.com/daveryan23" rel="nofollow"&gt;https://soundcloud.com/daveryan23&lt;/a&gt;&lt;!-- ws:end:WikiTextUrlRule:70 --&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</pre></div>