[linux-audio-dev] LADSPA hints (part II)

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] LADSPA hints (part II)
From: Paul Davis (paul_AT_linuxaudiosystems.com)
Date: Mon Mar 03 2003 - 17:12:14 EET


i like the recently suggested new hints. i'd like to add the
following, which would allow hosts to do the right thing with
both SooperLooper and SC4, which are the first (only?) LADSPA plugins
to have control output ports, but use them in very different ways. its
almost impossible as it stands to build a GUI for them both that does
them justice.

--p

/* 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??


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Mar 03 2003 - 17:10:49 EET