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

The soundfont files Strudel plays each `gm_*` name from, in the order `n` picks them.

# `file`

```elixir
@spec file(String.t(), integer()) :: String.t() | nil
```

The file `n` picks for `name`, wrapping round the list; `nil` for a name that has none.

# `files`

```elixir
@spec files(String.t()) :: [String.t()] | nil
```

The font files for `name`, or `nil` for a name that has none.

---

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