Midi Learn Button Connection?
-
Hi all!
Is there a reason that the Midi Learn button isn't available in the parameterId dropdown for Midi Controller Modules? I need access to that button - is it available via script?
Thanks in advance!
-
@Willem-B I don't understand, MIDI learn is for UI controls not for modulators. What functionality are you trying to create?
-
@d-healey Maybe I'm missing something. Its for the global Modulators, this is what I want to access:
-
@Willem-B that for you to set the CC number... if you wan the user to set the cc number you will have to code your own midi learn I think. Luckily its not to hard t do.
-
@Willem-B Effectively there's no access to this attribute. But you can easily wrap up your own in the onController CB.
-
HiseSnippet 991.3oc4W0saaaCElz1rnRctXscWMfAHjqb.5Bja6VKPwvbicRg2pSMlRC1cELRzwDQhTPhJqFEEnOZ8QXuE618FrcnnrjrigmmP11ES2XyyOje77y2QZZhzmklJSPXqSWDyP3Oi3sPnlObNkKPiGgv2kLglpXINFQGtHlllxBPXb6WpEfs5fxe98u+PZHU3ypDgPmI49rWwi3pJoSG7i7vvioArS4Q0r9ICF6KECkgxL.OsItnXp+kzKXmP0l0hfv25n.tRl3onJVJB24PYvBu4xeQXr+LdJ+7PldQejGrQFwGKCCzHV+ezv47vfoKu2oHDlLsJJz1DE9BxDd.uTdUz3yyU3T4Q83At01fW+FBObM30w.u6Q77S3wpJMZrcGxXAjnlQgTPcXYrE052vjgRvBg5fH5kriSfEkdz6wttOz4Qtt6+7t1csgDQpx4JZhi99pcKQFFxR567cN4EHGbASMQFjERgKbu8xiJ0Lau02lCyTJoP69RL.avPYTrT.K5sWg9B+5ZOKS3q3RgiTbhTwdsn291u21x9C1NqqZ1rMpqBMF07YN8JNE8YeFMLi0a+8eeWaKG3o3m0ttGjxTuPoR3mmoX8VWY0+OIK5bVxCcl.oCnh0b4VUIbVOu3PVBizkv.h51VeXsKft6HYaWsdhhS8J8lTZHTlrZc3c1s5PeSholgRwXAW85XVw5pJUsNSdYoVWTY5ntnpnPco4WsMXVknq2HfJJbzsDElClpxaHtaQCgIvh3.FsHEQYTdzADbqkjRn2LdDUQWtQvdBmSLKQw0QK7H1U.okoSyhLhkdoRFmaaQ0JPYrCG66JY193oCVTQy8CCTr2A6gMY3PmWwnIBfR7Zs3.Qyxtq5rOZJ2BEPovJs45VYQJWsnNk7eCJI2MRI0eSYhcDt2iLkq7muY71ZC3ExH+Si2BB9tjilMi4qp.aGxw+bSYyaFTtsAJeI4kgxyogUAPnlDPEyvp+UEpcJ06TZP+sLN9W20www673Xb6UiHs2MdkMLSqy+Aibu4quev0RMo2ncjM7kDrJg7Jiqxg78IqOo9uFwuIkcJMGRUERiEWA7kZmpjs9.uRcexafWjTpluZAFBMhMilEZlAtMVfFWncivT09+mLU+jLSwEWLgBu8CLKi.IUOfJvmAHQHXgvAQvsz4cyZW8ZcjwiIBxW7GvSgx9503Bk8Wp7ekyHh5mHequo3T2qb6bIv8Vj+cEVvG3.qcJeQABw8.WTDzm7Veec39qg3yl84QMvmG2.edRC74aZfOeaC74oMvmmsUezTTuHSIiLshffoGk+BaX7QBMSTdUO5OAORp9EA
-
If you have a CC Number knob on your user interface then the user can right click on it and select MIDI learn. If you don't have a knob and want to use a button then @ustk solution is the way to go.
-
Thanks everyone - @ustk will use your method!