Skip to content

pedromsantos/HarrisMusic

Repository files navigation

HarrisMusic - Kotlin music library

About

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.

Features

  • Music theory concepts (scales, chords, intervals)
  • Music notation handling
  • Guitar tab notation generation

Build

./gradlew build

Running Tests

./gradlew test

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Maintainers