Trigger samples depending on CC numbers
-
In Kontakt you can set conditions for a group to trigger samples depending on CC number, for instans, if CC64 is between 0-64.
Any similar function in Hise Sampler? -
@Sampletekk You can do this in the controller callback. Just check the incoming controller number with
Message.getControllerNumber()
or the controller value withMessage.getControllerValue()
and perform the action you want. -
@d-healey said in Trigger samples depending on CC numbers:
@Sampletekk You can do this in the controller callback. Just check the incoming controller number with
Message.getControllerNumber()
or the controller value withMessage.getControllerValue()
and perform the action you want.Ok, so the solution is a script! No problems, just wondered if the where any settings in the sampler that did the same