Macro replacement
-
I want to have a time variable modulator with a value knob, smoothing value, and table. I want to be able to control its value knob from a knob on my interface without having to send CC data.
The only modulator that seems suitable for this is the macro control. However there are only 8 macro controls available and while I don't currently need more than that I can imagine in the future I will. I've also seen mention somewhere a while ago that you (@Christoph-Hart) were thinking of removing the macro feature (or did I dream this?).
I think a general purpose time variable modulator that works like the macro modulator but without the limit of 8 macro knobs would be a good addition and could remove the need for the current macro system.
-
You don't need to send actual CC values, just use the
DefaultValue
property of the control modulator:HiseSnippet 1046.3ocuV0saaaCElzwpc1qoasqO.BAX.NacAQIosqnnHtINtvnyIFSoY8tNZIpXBKQpIQ4E0hArArWhb2dB1qvtdOF6lc8dC1NjRxRZwMMt.sBFBlmeH+NG9wOpQQBGZbrHBgacbZHEguggcJWNY+IDFGMnGBeSigjXIMxLyzdogj3XpKBiW4oJC3VMQ5m+Y28H9DtCszDBchf4P+FV.SVZcT2mw786SboGyBpD8NcG3H36K7EI.dVwXSTHwYJ4T5gDUXMLP3qcfKSJhrkDIMFhYOgap8DwOxyh+DVLarOUMvBYCSTlYz9SX9tiJp0XDB2bTYkuRVkeGigLW1b6kcfOU6vrLip8.bi5PpYMHY8lfTeguqZBdCvCWAdMyf2sLrchXgxROJr8Y4VKQmUM3k4E0XH1.5swRyYjHyYlO1beAWR4xMHttOiKF2YsSH9Iz0tq4lvu0ezpsWscYB8S3SSsCDB4DfH7XSMEYiSoxgB2DeBT9cVqVLqs9i7R3NRlfaJ3GJjzi3cVu8qa2p8O09+6wyaQtT.LR36SiVjWEyI5RRqCOIXLM5t.7gxRGWM.tQLU9DoLhMNQR6T2UOpGIwWpaH4SvWXs0CTMES3AVOXSo9td6q1ttSVSuRfB9.NSdTHMmAWzrtfEOuplJaNUspaJKHrBSVKfpgxIBJRWd3PnRMk6l4jKaelKMBw.F00MzsEjtqjez82N+7+bWzyGziHIESCLivpDRijLU+A2iNCDBxXxsL5QimJEg5XCBEb05iuwacQOCgMvJkhzh+DKSUc4qYn3vn.lqqOcjHloHCUTl9CP.Kzl8JMhe8c98m9Wu5W2Mnp3EBEPNqpVVbhmG6LspiGyOHFnJgCB.wHD91FOOlZ5lwRLimByiOiOk5drPGO5hGdAIjhSJU0UTBn4NT.t5A2ApdHTHoUA0RH1r4BEaVHC3JB2aYLhIclrX71XA3E3Buuwatz8pFG34QcjkfsoQ+W7AVm95Er6QSHwTX4U33iyFY1+E00k6GQ+gDJ2I0prek1ct0sJsdd29Tp6X3lvbaeum2eu6PVM1JdkK6hQqk3hQ7UjMb67B68D88cbOn8bDC2XWJRpQ7mXTSl+sCW3T9wDMdJsMfOCzzTIUxxKWmC0W5L22O+ccyVsJemS2sS9ktUugobW8gcKmI8BqETwetwV6rw7mGtO7Z1QvKuubtwsO5BG0dmY.nuUjHY7SGR.IOkhKTT1vWj4PgMeNm5GqDeanp6rwaVHFaS4t5A+K7j6zRMFm6zpv4Gj0Hf3DIdoSVKUQT9HsEnt45umrE7gsvXSqhKyT8C3JD1KcbTBHekEBs3L1ZoyX6kNicV5Lt2Rmw8W5LdvRmwWeIYnNj9jDoHHS+.LL5fLNO9.t5.f9rI5+DxfqUE
-
@Christoph-Hart oh that's such an obvious solution, I should of thought of it :) thanks