zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit f671cf5b29a17759b9599bb6b5e6a4f0d0c00814
parent 247e2337c4cb0de818303bfd48c568aab8f747be
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Thu, 23 Feb 2017 19:18:08 -0500

Microtonal: Adjust Metadata Labels

Diffstat:
Msrc/Misc/Microtonal.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Misc/Microtonal.cpp b/src/Misc/Microtonal.cpp @@ -43,8 +43,8 @@ const rtosc::Ports Microtonal::ports = { rToggle(Pinvertupdown, rShort("inv."), "key mapping inverse"), rParamZyn(Pinvertupdowncenter, rShort("center"), "center of the inversion"), rToggle(Penabled, rShort("enable"), "Enable for microtonal mode"), - rParamZyn(PAnote, rShort("A note"), "The note for 'A'"), - rParamF(PAfreq, rShort("A freq"), "Frequency of the 'A' note"), + rParamZyn(PAnote, rShort("1/1 midi note"), "The note for 'A'"), + rParamF(PAfreq, rShort("ref freq"), "Frequency of the 'A' note"), rParamZyn(Pscaleshift, rShort("shift"), "UNDOCUMENTED"), rParamZyn(Pfirstkey, rShort("first key"), "First key to retune"), rParamZyn(Plastkey, rShort("last key"), "Last key to retune"),