home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / PARADIS1 / SOUND.PAS < prev    next >
Pascal/Delphi Source File  |  1991-01-28  |  2KB  |  55 lines

  1. (10198) Wed 22 Jan 92 20:42
  2. By: Ruurd Pels
  3. To: Kevin O'Donnell
  4. Re: Sound( );
  5. St:
  6. ---------------------------------------------------------------------------
  7. @MSGID: 2:512/23 297e1f86
  8. @PID: XRS! 4.52
  9. @REPLY: 1:243/2.5 297b4850
  10. Howdy Kevin!
  11.  
  12. On 20 Jan 92 17:08, Kevin O'donnell, happily tapping away at his keyboard,
  13. wrote to All:
  14.  
  15.  KO> Could anyone tell me what the correct frequency (in Hz) is for
  16.  KO> Middle C on the piano?  Or even better, A through G?
  17.  
  18. Correct frequency for middle A is 440 Hz. Method to derive scale:
  19.  
  20. Middle A is 440 Hz, one octave higher is double frequency, so a is 880 Hz
  21. In the whole scale, there are:
  22.  
  23. Name           Frequency
  24. -+-----        -----------------------------------------------
  25. F sharp        440 * 2 to the power of ( -3 divided by 12)
  26. G              440 * 2 to the power of ( -2 divided by 12)
  27. G sharp        440 * 2 to the power of ( -1 divided by 12)
  28. A              440 * 2 to the power of (  0 divided by 12)
  29. B flat         440 * 2 to the power of (  1 divided by 12)
  30. B              440 * 2 to the power of (  2 divided by 12)
  31. c              440 * 2 to the power of (  3 divided by 12)
  32. c sharp        440 * 2 to the power of (  4 divided by 12)
  33. d              440 * 2 to the power of (  5 divided by 12)
  34. d sharp        440 * 2 to the power of (  6 divided by 12)
  35. e              440 * 2 to the power of (  7 divided by 12)
  36. f              440 * 2 to the power of (  8 divided by 12)
  37. f sharp        440 * 2 to the power of (  9 divided by 12)
  38. g              440 * 2 to the power of ( 10 divided by 12)
  39. g sharp        440 * 2 to the power of ( 11 divided by 12)
  40. a              440 * 2 to the power of ( 12 divided by 12)
  41. a sharp        440 * 2 to the power of ( 13 divided by 12)
  42. b              440 * 2 to the power of ( 14 divided by 12)
  43. b sharp        440 * 2 to the power of ( 15 divided by 12)
  44. c'             440 * 2 to the power of ( 16 divided by 12)
  45.  
  46.  
  47.  
  48. Grtz, l~) l~ l~)
  49.       l~\ l~ l~  ;-)
  50.  
  51. ---
  52.  * Origin: -=*#@ Programs Are Seen Clearly As Language @#*=- (RA 2:512/23)
  53.  
  54. @PATH: 512/23 0 1007 
  55.