zynaddsubfx

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

commit 7ab641b32a7b755b91fd3f4cb89a46f62d2ea59b
parent 674be82d79819d337f5d07c9f53d4352120673e3
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Thu, 30 Jun 2016 21:36:27 -0400

Part: Add Metadata To Receive Channel OSC

Diffstat:
Msrc/Misc/Part.cpp | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp @@ -60,7 +60,8 @@ static const Ports partPorts = { rParamZyn(Pminkey, rShort("min"), "Min Used Key"), rParamZyn(Pmaxkey, rShort("max"), "Max Used Key"), rParamZyn(Pkeyshift, rShort("shift"), "Part keyshift"), - rParamZyn(Prcvchn, "Active MIDI channel"), + rParamZyn(Prcvchn, rOptions(ch1, ch2, ch3, ch4, ch5, ch6, ch7, ch8, ch9, ch10, ch11, ch12, ch13, ch14, ch15, ch16), + "Active MIDI channel"), rParamZyn(Pvelsns, "Velocity sensing"), rParamZyn(Pveloffs, "Velocity offset"), rToggle(Pnoteon, "If the channel accepts note on events"),