On Mon, 2003-03-03 at 10:12, Paul Davis wrote: > /* Hint LADSPA_HINT_OUTPUT_METER indicates that the value of output > control port is likely to be most meaningful to the user if > displayed as a meter. Can be combined with LADSPA_HINT_LOGARITHMIC > if the meter should use a log scale (e.g. dB). > */ > > #define LADSPA_HINT_OUTPUT_METER 0x?? > > /* Hint LADSPA_HINT_OUTPUT_VALUE indicates that the value of output > control port is likely to be most meaningful to the user if > displayed as some kind of numeric value display. > */ > > #define LADSPA_HINT_OUTPUT_VALUE 0x??
Why have both? Couldn't the absence of one imply the presence of the other? And if there are both, it also implies that there are third and forth states of both and neither. Taybin
