about the new Ease package


    Feb 14 2017 | 2:48 pm
    Just discovered the new Ease package in the package manager : thanks very much for this, it's definitely a very useful set of objects ! Always thought that easing functions were missing in Max :-) So useful that I immediately wondered why these objects are in an external (optional) package , and why not including them in Max 7 distribution ?
    jit.anim.drive has already a basic set of easing function (only quadratic and cubic). But the way jit.anim.drive works (binding to anim.node) do not allow easy insertion of functions like this, actually... Will you consider adding all these new cool easing functions to jit.anim.drive ?
    I noticed a small problem : function out_cubic seems to have a strange output range... (goes from 1. to 2. instead of 0. to 1.) bug ?
    Thanks
    Mathieu

    • Feb 14 2017 | 10:18 pm
      I've just discover this set of objects too! Finally some 'built in' easing functions! I think they haven't done the official announcement yet! +1 to include them in Max 7 distribution!
    • Feb 14 2017 | 11:37 pm
      Thanks for the notes. The bug with the out_cubic function has been fixed -- it's in v1.0.2. in the Package Manager.
    • Feb 16 2017 | 8:54 pm
      Nice!!