find_parameter_by_name
Locate device parameters by name substring to retrieve their index, enabling quick parameter access without manual browsing.
Instructions
Find a device parameter index by searching for a substring in the parameter name. Useful for discovering parameter indices without manually inspecting all params.
Parameters:
track_index: The track index (0-based)
device_index: The device index (0-based)
name_substring: Part of the parameter name to search for (case-insensitive), e.g., "Frequency", "Dry/Wet"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| device_index | Yes | ||
| name_substring | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |