Example #1
0
def CtrlCurve(ctrl, multiply):
    return _Unit(_mididings.CtrlCurve(
                        ctrl, multiply, _mididings.TransformMode.MULTIPLY))
Example #2
0
def CtrlCurve(ctrl, curve):
    return _Unit(_mididings.CtrlCurve(
                        ctrl, curve, _mididings.TransformMode.CURVE))
Example #3
0
def CtrlCurve(ctrl, offset):
    return _Unit(_mididings.CtrlCurve(
                        ctrl, offset, _mididings.TransformMode.OFFSET))
Example #4
0
def CtrlCurve(ctrl, gamma):
    return _Unit(_mididings.CtrlCurve(
                        ctrl, gamma, _mididings.TransformMode.GAMMA))