Smoother curve
-
In HISE, it looks lik this:
Is it possible to make it work more like this?
-
@Sampletekk right click + drag changes the gamma of the curve segment.
-
@Christoph-Hart Simple as that! Thanks! Anyway that you could control that with a knob on a GUI?
-
@Sampletekk said in Smoother curve:
Anyway that you could control that with a knob on a GUI?
Yes, look up the various table functions - add points, etc.
-
@Sampletekk for a table you can get the reference and use the Table api to set the point, you're looking for the skew value (in the method for setting a point).
The skew is just Math.pow(0-1, skew), so values lower than 1 will bend it down (ease in) and above 1 will bend it up (ease out).
If you have a 0-1 range in the script that you want to do instead, you can give the user a skew knob and just apply it directly to the formula.
-
The curve is a normalised value. Here's an example
HiseSnippet 997.3ocsV0saaaCElzILqwqsXcnO.BAX.NaFFV1NI1nXHdwwIynKIFytAaWUPKQESXIRAIpz3TTfdwdJ5s899JzmjAz8Fr2fsCojikWLRZMvzEB5vyee7b93gpejzgEGKiP3hCmFxP3GRFLUnF2YLkKP8NDgeL4DZrhEYktzASCowwLWDFu1w5EvatNx7726e.0mJbXyWBgNWxcX+BOfqluZ+1Om66eD0kMjGjy5Fs64HEcj9xD.OqQphBoNSnWvNkpMq.A8yz3wH72Sp4Mxol2d0aZ2xt0dMZYauSyQMpVywcmV0quacWuZMo61DbZittbkLZfhpXwPPOP5NcvX4qDoI3bdLejOSKXiF.YNcYTmwbe29yJNwHDd89yKUqkVpdJ4DtK+l0mWx9FiBq4djungKbWPx9K.R3bPZ8TH8Dx.mHdnZtFMd9ZROAzA8nPuIOTRsEU3cXRGIXgPUIfNgcTDHbiGk1sZ0xVvqseVwhP+IVYcIMxZHE.os0OZMyyKXpNxfPo.DJsUp5sz9vE9bAyxKQ3n3RgkT7bgbjs1uHoeImYNUFhqeBa6hut3lotWIloLe0WxgfZW1pZkcJaYWo5LaeVw2.YX4Pvjks1VGjrb0g56OBnTkVDBPTxAtSkJ1YhRFXT7MEs9up77VptrX4yhVpZMSO5tbrjHIXDKJeQPaHzYWjtrwmGcwIsjjyPonmfqNKjkIejz2USCzeeaxEJqlBzrBYHDfhxPxdTFIyzZPbHFOfj1vPFvm+7uKUQQ3uiTqQkEet7L3k2On+r0zi6pTmklSShVKMQONKQC74trHSl9JhoysPh9z6C+y8Qun2g5bA75LnCamPVjhqqZ3CYWBChROjrI4PV7DkLzr2x3KPk8d2cWMem86smdivaOu8q3tJXxDAODiPiY7KFqzRkwlJ4Mo3g269ZdJdKMWJ9z0siUS0s4MLFhB3tt5yEwbMMJ2P3OBypCGvu1Tbd8S+vw+00+w9A4mSiPAzqxO1NNwyiekY.qG2OHVAXqW.L2Eg+VxKhYVtLOZhuxJdBDG3v7Dl6PowdzsGAAC+jtI9T0hSD02UjoPC37igziZDvFYZdP8ELlr5cNl7yEhOgzmqbFubLVXIXTez3+ALlc4xiHc87XNp4.bcxQ+1pdSx8j9eUln3hKNgBsdfHPNMIX.bIrCCxtPv7i0j4BZtbpbUsrtBLfIbMB+C7jozVKiyTZOSIP5bhjuzI8Ht95qGXVAvjvb89lv+Y.xVKYHBP14uzwYwPcKGqspNVeUcrwp53Nqpi6tpNt2p5Xy62Q8O67SIJYP5wFD5j9cMyhw3tB8jSCaE8u3En1BC
-
@d-healey Thanks for the example, but I get an error:
-
@Sampletekk You need to build a newer version of HISE
-
@d-healey Developers brach I suppose?
-
@Sampletekk Always
-
@d-healey Yep, that did the trick! Thanks!
-
Btw, how to you get a reference to the table in a Velocity Modulator?
-
@Sampletekk said in Smoother curve:
Btw, how to you get a reference to the table in a Velocity Modulator?
Anyone?
-
@Sampletekk Right click on the header and select:
-