> ## Documentation Index
> Fetch the complete documentation index at: https://songbird.studiocollective.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# songbird-voices

# songbird-voices

Instrument presets, drum machine mappings, and MIDI CC definitions.

## What it owns

* Per-instrument presets (`Instrument`).
* Drum machine note maps (`DrumMachine`, `DrumMachinePreset`).
* MIDI CC and mix-CC name lookup.

## Public API

* `Instrument`, `DrumMachine`, `DrumMachinePreset`, `MidiCc`, `MixCc`.
* `cc_from_name`, `mix_cc_from_name`.

## How it fits

Pure-data crate, serde only. No current workspace consumer in `Cargo.toml` — referenced from the AI copilot / composer paths. If you start importing it elsewhere, add the dependency back-link here.

## Tests

`cargo test -p songbird-voices`.
