Mike Rawes wrote on Fri, 28-Feb-2003:
/* Hint MOMENTARY indicates that that a control should
behave like a
momentary switch, such as a reset or sync control. LADSPA_HINT_MOMENTARY
may only be used in combination with LADSPA_HINT_TOGGLED. */
#define LADSPA_HINT_MOMENTARY 0x40
There is no reason MOMENTARY needs to be restricted to TOGGLED
controls. There just needs to be a hint to specify what the "inactive"
value should be, which is the value that a compliant host must set the
port to after using a MOMENTARY with an "active" value.
jlc