Skip to content

Commit 98f62bc

Browse files
authored
Merge pull request #4 from prko/topic/reflect_Set_remove_breaking_change_in_3.14.0
fix typos
2 parents 4ada6d9 + 879d51e commit 98f62bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_Help (rendered HTML)/Classes/SPN.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<h2><a class='anchor' name='description'>Description</a></h2>
6060

6161
<p>This is an implementation of <em>Scientific Pitch Notation</em> (SPN). For the name system used in LilyPond (N.B.: the octave number follows the SPN.) and the musician-friendly naming convention, quarter tones are supported. For its own style \ez, sixteenth tones are supported.
62-
<p>In scientific pitch notation, middle A at <code>440 Hz</code> is defined as <code>A4</code>. It is identical to the <code>middle A</code> at <code>440 Hz</code> of <code>A4</code> on Roland instruments, but 1 octave higher than the <code>middle A</code> at <code>440 Hz</code> of <code>A3</code> on Yahaha instruments. A4 in scientific notation is identical to <code>A1</code> or <code>A'</code> in <em>Helmholtz Pitch Notation</em>.<table>
62+
<p>In scientific pitch notation, middle A at <code>440 Hz</code> is defined as <code>A4</code>. It is identical to the <code>middle A</code> at <code>440 Hz</code> of <code>A4</code> on Roland instruments, but 1 octave higher than the <code>middle A</code> at <code>440 Hz</code> of <code>A3</code> on Yamaha instruments. A4 in scientific notation is identical to <code>A1</code> or <code>A'</code> in <em>Helmholtz Pitch Notation</em>.<table>
6363
<tr><td><strong>References</strong>:<ul>
6464
<li><a href="https://en.wikipedia.org/wiki/Scientific_pitch_notation">https://en.wikipedia.org/wiki/Scientific_pitch_notation</a><textarea class='editor'>"https://en.wikipedia.org/wiki/Scientific_pitch_notation".openOS</textarea>
6565

@@ -706,8 +706,8 @@ <h3 class='method-code'><span class='method-prefix'>SPN.</span><a class='method-
706706
<p>Please refer to the same argument of the method <code>.cps</code>:</table></div><h3 class='method-code'><span class='method-prefix'>SPN.</span><a class='method-name' name='*getValue' href='https://doc.sccode.org/Overviews/Methods.html#getValue'>getValue</a>(<span class='argstr'>which: 'a4'</span>, <span class='argstr'>mappingSwitch: 'all'</span>)</h3>
707707
<div class='method'>
708708
<p>returns the corresponding MIDI pitch number, frequency in Hz or both from the given pitch name.<div class='note'><span class='notelabel'>NOTE:</span> Using the following shorcut is recommended:<textarea class='editor'>\a4.all // -&gt; ( 'midi': 69.0, 'cps': 440.0 )
709-
\a4.cps // -&gt; 261.6255653006
710-
\a4.midi // -&gt; 60.0</textarea>
709+
\a4.cps // -&gt; 440.0
710+
\a4.midi // -&gt; 69.0</textarea>
711711
</div><h4>Arguments:</h4>
712712
<table class='arguments'>
713713
<tr><td class='argumentname'>which<td class='argumentdesc'>

0 commit comments

Comments
 (0)