# `TuningFork.Gm.Names`
[🔗](https://github.com/jaman/tuning_fork/blob/v0.1.11/tuning_fork/lib/tuning_fork/gm/names.ex#L1)

Strudel's `gm_*` instrument names and the General MIDI programs they stand for.

# `names`

```elixir
@spec names() :: [String.t()]
```

Every name, sorted.

# `program`

```elixir
@spec program(String.t()) :: 0..127 | nil
```

The program number `name` stands for, or `nil` for a name that is not one.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
