• Home
  • Raw
  • Download

Lines Matching full:indicates

95 /* Property LADSPA_PROPERTY_REALTIME indicates that the plugin has a
100 /* Property LADSPA_PROPERTY_INPLACE_BROKEN indicates that the plugin
107 /* Property LADSPA_PROPERTY_HARD_RT_CAPABLE indicates that the plugin
153 /* Property LADSPA_PORT_INPUT indicates that the port is an input. */
156 /* Property LADSPA_PORT_OUTPUT indicates that the port is an output. */
159 /* Property LADSPA_PORT_CONTROL indicates that the port is a control
163 /* Property LADSPA_PORT_AUDIO indicates that the port is a audio
201 /* Hint LADSPA_HINT_BOUNDED_BELOW indicates that the LowerBound field
209 /* Hint LADSPA_HINT_BOUNDED_ABOVE indicates that the UpperBound field
217 /* Hint LADSPA_HINT_TOGGLED indicates that the data item should be
225 /* Hint LADSPA_HINT_SAMPLE_RATE indicates that any bounds specified
233 /* Hint LADSPA_HINT_LOGARITHMIC indicates that it is likely that the
238 /* Hint LADSPA_HINT_INTEGER indicates that a user interface would
259 /* This default values indicates that no default is provided. */
262 /* This default hint indicates that the suggested lower bound for the
266 /* This default hint indicates that a low value between the suggested
273 /* This default hint indicates that a middle value between the
280 /* This default hint indicates that a high value between the suggested
287 /* This default hint indicates that the suggested upper bound for the
291 /* This default hint indicates that the number 0 should be used. Note
296 /* This default hint indicates that the number 1 should be used. Note
301 /* This default hint indicates that the number 100 should be used. */
304 /* This default hint indicates that the Hz frequency of `concert A'
357 This plugin handle indicates a particular instance of the plugin
374 /* This numeric identifier indicates the plugin type
387 /* This indicates a number of properties of the plugin. */
403 /* This indicates the number of ports (input AND output) present on
407 /* This member indicates an array of port descriptors. Valid indices
411 /* This member indicates an array of null-terminated strings
416 /* This member indicates an array of range hints for each port (see
482 made as close to the run() call as possible and indicates to
493 indicates the block size (in samples) for which the plugin
541 made as close to the last run() call as possible and indicates to