Hello mappers. I'm back at it and enjoying DOTs and LIBMAPPERs. I'm still struggling with a finger (depress keys) programming strategy. Does anyone have any thoughts on how to approach this in Max?
It's hard to explain in words what I am doing with the karlax (DMI) keys; in addition to detecting upper and lower thresholds, I have a pattern matching system: an additional layer that is continually receiving karlax key info (between 0.0 and 1.0) and when a match is made, the threshold value is allowed to pass (above 0.2 a sound is triggered; then less than 0.1 sound is silenced).
Perhaps what I'm describing is a dynamic "filter" system where the centre frequency is constantly changing (based on the continuous values of the keys). When the "centre frequency" matches a specific value (corresponding to a specific combination of depressed keys), again, the threshold value is permitted to pass through, triggering, or silencing a sound.
I'm looking at dot.schmitt, but I still wonder if what needed is more sophisticated pattern matching system