Guides ====== Introduction to the Program --------------------------- * Access the music space, generate scales and chords: :doc:`examples/introduction`. * See how the program represents music: :doc:`examples/machinery`. Exploring Music --------------- * Guess scale / chord from notes: :doc:`examples/guesser`. * Constructing and exploring the Circle of Fifths: :doc:`examples/circle_of_fifths`. * Changing music, from transposition to Neo-Riemannian transforms: :doc:`examples/machinery`. * A working MIDI player! :doc:`examples/midi` For Guitar ---------- * Visualise notes on a fretboard: :doc:`examples/guitar` .. toctree:: :maxdepth: 2 :caption: What: :hidden: examples/circle_of_fifths.ipynb examples/guesser.ipynb examples/guitar.ipynb examples/introduction.ipynb examples/machinery.ipynb examples/midi.ipynb examples/transforms.ipynb