isPluginParameter and Midi CC (not working in HISE 4.0.0 and 3.x.x)
-
Hi friends! This is driving me crazy! Maybe is just me doing something stupid!
In any DAW, when I want to record an automation for a slider assigned to a midi CC, it does not sends the data to the daw (when operated via CC) but works when operated on the UI with the mouse.
Tried everything: isMetaparameter, hardcoding automationID, VST, AU, HISE 4.x 3.x
Thanks in advance!! -
@Christoph-Hart any clue? or workaround??
-
-
@d-healey thanks mate! I did this:
const var midiAutom = Engine.createMidiAutomationHandler(); midiAutom.setConsumeAutomatedControllers(true);
but still the same results.
HiseSnippet 1083.3oc2W0saaTDEd1XOPrCTnnHDWtWvEoRUQwPosRHTb9wNX05DS1zB2EMY2isGkYmYY1YSqoh634fGAtlGCdDf2f9F.mYWauyl3zFrnHJ6EVZN+LmuyYN+4AZUHjlpzDuFmLIAHduGMXhzLduwLtjzaeh2pzH3rrQsH6NIgklBQDOuZGX450nNI+6kauKSvjgPIIB4oJdH7XdL2TRcP6GwEhtrH3Ddriz2qcuPkbOkPkgHoFcKRBK7b1H3PlUrUnDu2oSD2nzAFlARId02UEMIXr5YxB4eJOkel.rGZQBvKpfbWkHxhXKUxdi4hnAy73TBwiNnz+qU3+qS6yi3yoWFG9vbF9kZ3FO7VoJ7pUAdsbg2VNvaAPxyAR0KfzsoAgZdhojiEOqQ6IMfdHCC6tPoPVxJs7n6oPIjlMiYmCc03g4Zrw82Zq65i+bmurYSLzmZ7ufo8iQObmLiJ1+q76HGwkvlgZ.co9yXvLbk7qYxHAn2vp7bU1LELnASyhgoRBQV.nUBT1zML5LvpPygYxP6s3qjGpLvQxMtSyWzrQyero+kYMb3B4UdsKjsM2R+pTbCYV7Yf9tnOKPPMSPLfW8Ujd8uhtIYgEgYGAUxdRt4nDPdcodjouM1W7onBE0j+deqou2ABdDnIb7Y8coORpNqEIGvSqa98u4W+4sIOo29LCa10f2HZkDPa3VGvae3BrJrHMpAceH8biJIW13DkzZeuUesF84yKT8G0dx7CsOscxLOpGJ9GSCvDF+ukcA3e.HAMCCksvJYMVDi4cVY9.ZWTltZ36O1lIQ3oCDYXd1fYBUDuRpRrnKvpTlMuBilWsDAKNUQYBqEcqXssolx.S.pTlXKEjobyD21X+iUFeSg3soC3lvwKFiqr.LhOzuIv3zleuOsyvgPnoDf0oc+t2Lc5bM+sJL+Z4YP4yexM90jQc8Ch9sa5fnja7fniBMn4OQyjoIpzJWb.DyOAqhRcI9jTmzaG56oX5Ex5kaWsjvo3NfYxz4oE6DqxjlJoA0dUCDasjCDq+etAhuETrWYlciYXLfGmHfNxK.A1PNGieD1AdHKSXlQsZtbekTkLVI4gtOzGCFMezHaqwRruPGZGiA2Zpjx5sOFD.yMo8Sa+XLYiow3DrjwhV+s2eYguWeBs.t91BP+2daRW6+2MoOVkY3xQ8YXRHtG.8vr3.r2XHfVWJAgcKIuUr82JNuk8bQyQYT9g+D+lxrk8r2Tlslw7eEaDyB0pSCK1zxlmtZNEzuk4KWzf12d1u5JV4e1MbOMLr5UcEE+rkUwOeYU7dKqhewxp38WVEevxp3Ce8JV8ul3rOsv1xbM2CEIFNUTt+GpbC1SFAOe1UiUO5Jyb6HipL2NSHthLVhWRtfygmc4l2Zzurzdw5+xA+wO7S1d2Z9YYFnbs6d3PBsonflzePm787875HYXoaA0+BPXEmzc
what am I missing??
-
Try setting it to false.
-
@d-healey same results :( what is wrong?
-
@hisefilo Think you'll need Christoph's input here.
-
@d-healey thanks mate!! I think is a super basic feature that any plugin has built-in but maybe I'm wrong.
Invoking @Christoph-Hart superpowers!! -
Thor are you there? @Christoph-Hart
-
In any DAW, when I want to record an automation for a slider assigned to a midi CC, it does not sends the data to the daw (when operated via CC) but works when operated on the UI with the mouse.
Well in that case you're supposed to record the MIDI CC data, no?
-
@Christoph-Hart Yes, The goal is to allow user to record automations using CC sliders on any midi controler, not moving sliders on the UI with the mouse.
-
@hisefilo but why donβt you just record the midi data instead of trying to automate through midi?
-
@Christoph-Hart because I want to allow user to live-record midi automation, then have the chance to edit it as an automated parameter. (Is this not a common practice? maybe is just me using it that way)
-
@hisefilo In your original gif I don't see you enabling record?
-
@d-healey This gif is a working example for other plugin, not my debug plugin.
yes, did't record but parameter was moving up and down. This gif is the same but record enabled
-
@hisefilo So what happens if you enable record in the original example?
-
@d-healey nothing, does not record. give me 2 minutes
-
-
Just my 2cent, tried a brainworx synth in PT, it both works with mouse and CC on the same automation track
-
@hisefilo What is
midiAutom.setConsumeAutomatedControllers();
set to?