Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 900 Bytes

File metadata and controls

24 lines (16 loc) · 900 Bytes

Music Key Trainer

A simple training tool to determine the key of a chord progression.

Try it out via Github Pages

Background

A small tool that I developed to become more familiar with Vue3 and GitHub deployment. The program selects a MIDI chord progression from a list and plays it. The goal is to then guess the scale of the MIDI file.

I got the MIDI files from ldrolez@github.

Key Takeaways

Vue3 and the new Composition API

I had only worked with Vue2 before. With this project, I took my first steps with the composition API and Vue3.

GitHub Deployment

Getting familiar with GitHub Actions and automated deployment to GitHub Pages.

Pictures

The Training Interface

The Training Interface