Discover Learn Reference Get OpenPLX Search Contact

Control/Keyboard/Actions

RampOffset

RampOffset is Control.Keyboard.Action:
    with HoldTrait
    .doc: """
Keyboard action that reads a value from an output and adds offsets that value with the specified `rate` in units per second.

Optional `min` and `max` bounds clamp the resulting value.
"""
    source is Physics.Signals.Output reference
    rate is Real
    optional min is Real
    optional max is Real

OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X