]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 28 Jun 2005 13:43:41 +0000 (13:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 28 Jun 2005 13:43:41 +0000 (13:43 +0000)
ChangeLog
scm/midi.scm

index ecd0dc0646855e18a741144d13d136e00e029045..f4b479c6a0034bee4af1e6dbfff4f605950c4df4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+
+2005-06-25  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
+
+       * scm/midi.scm: changed midi volumes in absolute-volume-alist from
+       0.05 - 1.00 to 0.25 - 1.00
+
+       * scm/midi.scm: moved the default-instrument-equalizer procedure
+       to just under the insturment-equalizer-alist it takes as an
+       argument.
+
+
 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/advanced-notation.itely (Font selection):
index 70fa620bc0976ed21b91b6cbeac6b2c4975af2fb..ca26e2dfb1780a4a61cd39dc419544a6ff5d997b 100644 (file)
       '(
        ("sf" . 1.00)
        ("fffff" . 0.95)
-       ("ffff" . 0.91)
-       ("fff" . 0.81)
-       ("ff" . 0.71)
-       ("f" . 0.61)
-       ("mf" . 0.50)
-       ("mp" . 0.40)
-       ("p" . 0.30)
-       ("pp" . 0.20)
-       ("ppp" . 0.10)
-       ("pppp" . 0.08)
-       ("ppppp" . 0.05)
+       ("ffff" . 0.92)
+       ("fff" . 0.85)
+       ("ff" . 0.80)
+       ("f" . 0.75)
+       ("mf" . 0.68)
+       ("mp" . 0.61)
+       ("p" . 0.55)
+       ("pp" . 0.49)
+       ("ppp" . 0.42)
+       ("pppp" . 0.34)
+       ("ppppp" . 0.25)        )
        )
       absolute-volume-alist))
 
         )
        instrument-equalizer-alist))
 
+(define-public (default-instrument-equalizer s)
+  (let ((entry (assoc s instrument-equalizer-alist)))
+    (if entry
+       (cdr entry))))
+
 ;; (name . program+32768*(channel10 ? 1 : 0))
 (define instrument-names-alist '())
 (set! instrument-names-alist
          )
        instrument-names-alist))
 
-(define-public (default-instrument-equalizer s)
-  (let ((entry (assoc s instrument-equalizer-alist)))
-    (if entry
-       (cdr entry))))
-
 (define-public (percussion? instrument)
   "
 returns whether the instrument should use midi channel 9