HarrisMusic, named after Jazz Pianist and educator Barry Harris, is a library for working with music theory concepts, music notation, guitar tab notation and programmatically creating music.
- Music theory concepts (scales, chords, intervals)
- Music notation handling
- Guitar tab notation generation
./gradlew build
./gradlew test
We welcome contributions! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
For major changes, please open an issue first to discuss what you would like to change.
- Pedro Santos (@pedromsantos)