top 1 colors attr

Author:
License: GPL
Github: rbrt/push/top 1 colors attr.axo

Inlets

bool32.risingfalling toggle

Outlets

int32 color

Attributes

combo colorOn

combo colorOff

spinner onBright

spinner onFlash

spinner offBright

spinner offFlash

Control Rate
if (inlet_toggle)
  outlet_color = attr_colorOn + (attr_onBright * 3) + attr_onFlash;
else
  outlet_color = attr_colorOff + (attr_offBright * 3) + attr_offFlash;

Privacy

© 2024 Zrna Research