| sidebar_position | 1 |
|---|
This section documents various example scripts that demonstrate script usage and patterns in the Studio Pro scripting API.
| Scripts | Description |
|---|---|
| Chord Mapping | Scrapes selected chord events from the Chord Track and exports data to JSON/text files |
| Crossfade Tool | Creates crossfades between selected audio events with control over duration, type, and bend |
| Flam Tool | Duplicates selected MIDI notes with configurable time offset and velocity to create flam articulations |
| Marker Creator | Non-blocking workspace panel with a 4×4 button grid for creating named markers during playback |
| Multi Script Demo | Demonstrates registering multiple scripts in a single .package with separate dialogs |
| Select by Sound Variation | Selects notes in the Note Editor by their Sound Variation name |
| Unified Tool Selector | Semantic tool commands that activate the correct tool regardless of the active editor view |
Development Note: The scripts and documentation in this section were developed with the assistance of agentic coding tools.