Skip to main content

filter library

The filter library provides native-actions capable of cascading with other actions.
The filter library enables processing events, performing conditional branching, and similar operations through cascaded connections of native-actions. By combining the native-actions provided by the filter library with other native-actions, complex operations can be efficiently executed as native code without the intervention of the Lua interpreter.

Functions

NameDescription
filter.duplicator()Create a native-action that replicates an event for multiple subsequent actions
filter.branch()Create a native-action to implement conditional branching between multiple actions
filter.delay()Create a native-action that delays the execution of action
filter.lerp()Create a native-action to modify the characteristics curve of a device's analog axis

See Also