sound_info
Retrieve an instrument's GUID, name, path, and audio file status to verify the assigned audio asset is present and prevent silent sounds.
Instructions
Get an instrument's guid, name, path, and whether it actually has an audio asset attached (hasAudioFile / audioFileName) — a SingleSound with no audio assigned shows an empty box with no waveform in Studio and plays silence; check this after sound_set_audio_file rather than assuming the assignment stuck.
Args: target: Instrument {guid} or path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |