Skip to content

v0.1.9

Choose a tag to compare

@wrodie wrodie released this 01 Jun 05:03

New Features

Card Configuration

-updateWhileMoving - underlying mixer is updated on mouse/fader movement not on release. This means that the mixer's fader will move in real-time with the on-screen fader.

  • alwaysShowFaderValue - the fader value will always show - even in the fader is muted

Fader Configuration

  • value_attribute - pull the value of the fader from an attribute of the fader entity
  • value_suffix - append a string (eg dB) to the value of the fader
  • thumb_color - overrides faderThumbColor for this fader only
  • track_color - overrides faderTrackColor for this fader only
  • active_color - overrides faderActiveColor for this fader only
  • inactive_color - overrides faderInactiveColor for this fader only

Other General code cleanup

Thanks to @Th00z for his contributions