DESCRIPTION

* This is the module for the Dancer2 framework.

This API exposes the mathematical relationships between musical notes as JSON.

Example:

> plackup bin/app.psgi # <- In one terminal. Then in another:
> curl "http://localhost:5000/api/natural_intervals?notes=C+D+E&size=2"

ROUTES

/api/:resultset

The endpoint for results.

Possible resultsets:

eq_tempered_frequencies
eq_tempered_intervals
eq_tempered_cents
natural_frequencies
natural_intervals
natural_cents
natural_prime_factors
integer_notation

SEE ALSO

Dancer2

Music::Intervals