Lines Matching full:indicates
96 /* Property LADSPA_PROPERTY_REALTIME indicates that the plugin has a
101 /* Property LADSPA_PROPERTY_INPLACE_BROKEN indicates that the plugin
108 /* Property LADSPA_PROPERTY_HARD_RT_CAPABLE indicates that the plugin
154 /* Property LADSPA_PORT_INPUT indicates that the port is an input. */
157 /* Property LADSPA_PORT_OUTPUT indicates that the port is an output. */
160 /* Property LADSPA_PORT_CONTROL indicates that the port is a control
164 /* Property LADSPA_PORT_AUDIO indicates that the port is a audio
202 /* Hint LADSPA_HINT_BOUNDED_BELOW indicates that the LowerBound field
210 /* Hint LADSPA_HINT_BOUNDED_ABOVE indicates that the UpperBound field
218 /* Hint LADSPA_HINT_TOGGLED indicates that the data item should be
226 /* Hint LADSPA_HINT_SAMPLE_RATE indicates that any bounds specified
234 /* Hint LADSPA_HINT_LOGARITHMIC indicates that it is likely that the
239 /* Hint LADSPA_HINT_INTEGER indicates that a user interface would
260 /* This default values indicates that no default is provided. */
263 /* This default hint indicates that the suggested lower bound for the
267 /* This default hint indicates that a low value between the suggested
274 /* This default hint indicates that a middle value between the
281 /* This default hint indicates that a high value between the suggested
288 /* This default hint indicates that the suggested upper bound for the
292 /* This default hint indicates that the number 0 should be used. Note
297 /* This default hint indicates that the number 1 should be used. Note
302 /* This default hint indicates that the number 100 should be used. */
305 /* This default hint indicates that the Hz frequency of `concert A'
358 This plugin handle indicates a particular instance of the plugin
375 /* This numeric identifier indicates the plugin type
388 /* This indicates a number of properties of the plugin. */
404 /* This indicates the number of ports (input AND output) present on
408 /* This member indicates an array of port descriptors. Valid indices
412 /* This member indicates an array of null-terminated strings
417 /* This member indicates an array of range hints for each port (see
483 made as close to the run() call as possible and indicates to
494 indicates the block size (in samples) for which the plugin
542 made as close to the last run() call as possible and indicates to