off_curve

When off_mode is set to time, this specifies the math to be used to fade out the regions being muted by voice-stealing.

  • -2 is a static, non-changing envelope segment.
  • -1 is linear slope.
  • 0 is x^n with n being the coefficient set in off_shape.
  • 1 is n^x.
  • 2 logarithmic, possibly not implemented in any SFZ player.
  • 10 is vendor-specific math.

Examples

off_curve=-1
off_curve=10
Name Version Type Default Options Unit
off_curve ARIA integer 10 -2, -1, 0, 1, 2, 10

See also: off_shape, off_time

Category: Instrument Settings, Voice Lifecycle