home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vpdart01.zip / DOS / mustune.ini < prev    next >
Text File  |  1998-07-22  |  2KB  |  56 lines

  1. ; Draw Spectrum in logarithmic scale
  2. LogSpectrum     = Yes
  3.  
  4. ; Calibrate Sound Card
  5. Calibrate    = Yes
  6.  
  7. ; Use animated mouse cursor with timer
  8. MouseTimer    = Yes
  9.  
  10. ; Sample rate of ADC
  11. SampleRate     = 11025
  12.  
  13. ; User defined temperament, shift in cents from equal temperaments
  14. ; Default is Equal temperament
  15. ;           C,C#,D,D#,E,F,F#,G,G#,A,A#,B,C
  16. ;
  17. ;  Equal:
  18. UserScale = 0,0,0,0,0,0,0,0,0,0,0,0
  19. ;  Half Comma:
  20. ;UserScale = 16,-13,9,31,2,14,-5,17,-12,0,22,4
  21. ;  Mean-tone (Quarter Comma):
  22. ;UserScale = 10,-14,3,21,-3,14,-10,7,-17,0,17,-7
  23. ;  Fifth Comma:
  24. ;UserScale = 7,-9,3,14,-2,10,-8,4,-12,0,12,-4
  25. ;  Just Intonation (major pitch):
  26. ;UserScale = 16,-14,20,31,2,14,-16,18,-12,0,33,4
  27. ;  Just Intonation (minor pitch):
  28. ;UserScale = 16,49,20,32,2,14,47,18,30,0,34,4
  29. ;  Pythagorean:
  30. ;UserScale = -6,8,-2,-12,2,-8,6,-4,10,0,-10,4
  31. ;  Werkmeister III:
  32. ;UserScale = 12,2,4,6,2,10,0,8,4,0,8,4
  33. ;  Kirnberger III:
  34. ;UserScale = 10,1,3,4,-3,8,1,7,2,0,6,-2
  35. ;  Vallotti & Young
  36. ;UserScale = 6,0,2,4,-2,8,-2,4,2,0,6,-4
  37.  
  38. ; Base for calculating scale in Hertz (A)
  39. StandardPitch    = 440.0
  40.  
  41. ;pitch to be modulated (C,C#,D,D#,E,F,F#,G,G#,A,A#,B,C) default is C
  42. ModulatedPitch  = C
  43.  
  44. ;pitch not altered by temperament and stretching (C,C#,D,D#,E,F,F#,G,G#,A,A#,B,C) default is A
  45. ZeroPitch       = A
  46.  
  47. ;Level of temperament stretching from 0 (none) to 3
  48. Stretching = 0
  49.  
  50. ;Manual calibration coorection in cents (if Calibrate = No)
  51. ManualCorrection = 0
  52.  
  53. ; The responce time in seconds (0 to 10) of indicators (data smoothing)
  54. ; default is 0 (no smoothing). Make indicators behave more quitely.
  55. Smoothing        = 0.3
  56.