denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] Customising Denemo MIDI dynamics (was Re: Creating LilyPo


From: Richard Shann
Subject: [Denemo-devel] Customising Denemo MIDI dynamics (was Re: Creating LilyPond MIDI output (was Re: A possible scheme script))
Date: Tue, 05 Feb 2019 09:16:26 +0000

On Mon, 2019-02-04 at 15:40 -0800, rain wrote:
> being able to hear the dynamics changes more realistically would help
> with the writing process.
For single dynamic indicators (like mp, fff etc) you could insert one
and then go to the Object Editor, Advanced and change the value in the
Midibytes field (the range is 0-127 from the MIDI spec). Once you have
your chosen dynamic you can clone it to a palette button etc.

Alternatively I see the default values are set in the script for the
command:
Command: Dynamics
Choose dynamics and midi volume level.
Location: Object Menu ▶ Directives ▶ Markings
Internal Name: DynamicText

in that script there is this:

(define DefaultDynamicList '(("fff" "127" "Fortississimo")("ff" "111"
"Fortissimo") ("f" "95" "Forte") ("mf" "79" "MezzoForte")("mp" "63"
"MezzoPiano") ("p" "47" "Piano") ("pp" "31" "Pianissimo") ("ppp" "15"
"Pianississimo") ("More" "60" "") ("ppppp" "5" "ppppp")("pppp" "7"
"pppp")("ffff" "127" "ffff") ("fp" "" "fp")
   ("sf" "" "sf") ("sff" "" "sff") ("sp" "" "sp" ) ("spp" "" "spp")
("sfz" "" "sfz") ("rfz" "" "rfz") ("Custom" "" "")))

so you could edit that and save the script which would then override
the default script.

HTH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]