Custom Scripts

Custom Mixer Scripts

Custom (Mixes) Scripts take one or more values as inputs, do some processing in Lua code, and output one or more values. Each model can have several Mixes Scripts associated with it, and these scripts are run periodically. They behave similarly to standard EdgeTX mixers, but at the same time they provide a much more flexible and powerful tool.

Typical use cases:

  • replacement for complex mixes that are not critical to model function

  • complex processing of inputs and reaction to their current state and/or their history

  • filtering of telemetry values

Inputs and Outputs for Mixer Scripts

Here is an example of mixer script that accepts a source and constant value, and has two outputs that will be selectable in the mixer as sources.

Last updated