Channel Aftertouch..still not working
-
So is there any chance of getting channel aftertouch fixed. ...and NO I'm not talking about polyphonic aftertouch, just plain old CHANNEL aftertouch - you know the one that's been working for over 15 years in Kontakt.
Here's a snippet showing how it fails:
HiseSnippet 783.3ocsU0taSCCE0tqFsVXHlDO.Q8WchwT6XLXfPTV+.UwZWEcLwOPZxywswZN1QINaqBsWNdh3M.tNIcoiUJaUh7ipd+3De78dt2LHTy3QQ5PDtzQSB3H7iHCmnLdM8nBEpaKD9wjdzHCOzI009SBnQQbWDFuxGsNvkJhRd9462mJoJFO2EBcrVv3GH7ElbuCZ7IgT1g5xOR3OS16znKSqZpk5XfOqPpgBnryni48o1zJPP3Gz1UXzgCMTCOBxYes6jgd5KTo4erHRbpjaMpiFBunT2nldBo6fo20HDBWbP9Mekza9SI8Dthq8mWAdRR.mbDyVCvEVDkpeOnDdFJULkRqSFxBEAl7HV97PRWEzPFQgR8rTIMWTgugIM0PFJyV9zy3cBAiqQTc2Z01zA9Yi2VtLTtiLNmSCcNfdJWV24cNSQNlaZp8CzJvnZkzvUrXJOJVwLBsxQq5qM7CUU2n72KWp7Ukc9yPiFM2X1yHTKk7vrvkRe+aEwgyxvuzTYSmJMa9lJNOyoGbwAMPJglhqer+oVzP7JNGSkw7+dtIgqtAv8qlgCVoW3hXWUUxYrITd.7WmHzatYC+A2sFNKstNShZUWkvbX.OytiV5Zaj1+ea4AJqw.+6KcaQMTqhIyGjW.OzHrzA2heNLxkpeJQZwiNynCRxMqahvqZRhtVl5Jo3iDvQuJIsQftLepreiI4FG03BgqwCgI3efQHOtXrmwZEBV9wRiPJTvqFWv1EsBXnKVe68x5Q6sCL8eKUNLeocikTyMG5raWxB.MlanzspYUjvLY1sO2iIwZKbR7tRw0ICDFl274Xg4vQnk8+fiY6uVizdzHNyjSvhjNecYWV8ON9OqiMB03dTSn.DKDXfbHr1lwgSWo3xHqnnfU1lZWyZaq.C4J2DieAOYAqaswYAqOMHxmxB0mvRGGsaHWMwCvIUxGDJAeYBrcpiRFQAbjZaUC4CKqOgwrW+mCSRyGy1KAlWrDX1YIv7xk.ytKAlWsDXd8BwX+N4GhMZ+zwAvwf1I6pv31JJnrRTgney90XD6
When you apply channel aftertouch it shows up as CC message number 129, but its value is always the velocity of the last played note... not the aftertouch amount...
-
-
@d-healey said in Channel Aftertouch..still not working:
Did you see this https://github.com/christophhart/HISE/commit/0418cad2a2eb6def566f322123b6b23942110793 ?
oh no I didn't. I will try it when I get off the plane and back in the studio...
-
@Lindon I've got a keyboard on the way with AT so I'm looking forward to trying it too :)
-
@d-healey channel AT or poly AT?
-
@Lindon Channel
-
@d-healey damit - just tried this and its STILL not working....
-
@Lindon Can you try again? I think the problem is that channel pressure saves the value as first byte (where normally the note number or CC number is stored) and getControllerValue() always returns the second byte value.
I've fixed it by copying the first byte to the second byte for channel pressure messages, but I'm not sure if that applies to your problem.
-
@Christoph-Hart - Thanks yep _I will redownload and try again...could you just load the snippet above and check too?
-
@Lindon Lol I don't have a keyboard with aftertouch...
-
@Christoph-Hart I will tomorrow if the postman doesn't get lost :)
-
I see cc129 showing up in the console when I print from the controller callback. I don't see a way to assign this CC to a knob on the UI though.
-
@d-healey said in Channel Aftertouch..still not working:
I see cc129 showing up in the console when I print from the controller callback. I don't see a way to assign this CC to a knob on the UI though.
Yes you get CC129, which is good, but try printing the controller value, which should change as you (after)press the key....its always returning the note velocity for me...not tried the latest version yet tho..
-
@Lindon It's outputting different values for me :) @Christoph-Hart Could you add CC129 to the MIDI learn and the assign drop down for UI components? Might be better to label it after touch rather than CC129.
-
@d-healey said in Channel Aftertouch..still not working:
@Lindon It's outputting different values for me :) @Christoph-Hart Could you add CC129 to the MIDI learn and the assign drop down for UI components? Might be better to label it after touch rather than CC129.
have you tried the snippet I posted above? (Just to make sure..)
-
-
@d-healey -OK all good then... I will load up the new HISE ...Thanks.
-
@Christoph-Hart -yep all good here.. working fine now.
-
@d-healey said in Channel Aftertouch..still not working:
@Lindon It's outputting different values for me :) @Christoph-Hart Could you add CC129 to the MIDI learn and the assign drop down for UI components? Might be better to label it after touch rather than CC129.
@Christoph-Hart whilst we are here...the MIDI Controller CC Number goes all the way to 129 - but when set to 129 and channel aftertouch is applied I get some action on note down (which I think is probably wrong) but no activity on actual pressure...any chance we can get this fixed?
-
@d-healey said in Channel Aftertouch..still not working:
@Christoph-Hart Could you add CC129 to the MIDI learn and the assign drop down for UI components? Might be better to label it after touch rather than CC129.
Bump bump :D