<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-unicode">
        <pre wrap="">If you are going higher, multiply the values of the previous octave by 2 
or lower divide by 2 

Example A 440hz and octave higher is 880hz and an octave lower is 220hz 


Sorry if the following gets wonky on the math but it may be of use if 
you are programming 

If you want to work chromatically, each note is multiplied by the 12th 
root of 2 (1.059463094) 

so Bb = 440 * 2^(1/12) or 440 * 1.059463094 
B = valueofBb * 2^(1/12) or 440 * 1.059463094 * 
1.059463094 
C = valueofB * 2^(1/12) or 440 * 1.059463094 * 
1.059463094 

or 440 * ((2^(1/12))^NumberOfChromatictonesFromA) 
or 440 * ( 1.059463094 ^NumberOfChromatictonesFromA) 


</pre>
      </div>
      <br>
      <br>
      <br>
      On 01/08/2016 02:27 AM, Mohamed wrote:<br>
    </div>
    <blockquote cite="mid:568F8F1C.1050507@gmail.com" type="cite">Hi
      guys, so, I plan on creating a production that features SoftVoice
      in it, and because SoftVoice has no standard note scale like
      dectalk does, I need a table that has the frequencies. I know that
      the DECtalk manual has a table of notes, but it only goes from c2
      to c5, and I need notes beyond that range. Does anyone have a
      table that lists notes that go higher than c5?
      <br>
      Thanks.
      <br>
      _______________________________________________
      <br>
      Dectalk mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:Dectalk@bluegrasspals.com">Dectalk@bluegrasspals.com</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://bluegrasspals.com/mailman/listinfo/dectalk">http://bluegrasspals.com/mailman/listinfo/dectalk</a>
      <br>
    </blockquote>
    <br>
  </body>
</html>