Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #6

Merged
merged 3 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 28 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,45 @@
# Byzantine Assistant

### BZA is an assistant that intends to help you get the correct pitch for any note of Byzantine chant, but it can also be used for isokratima.
## Overview

![bza](https://user-images.githubusercontent.com/63643635/230186721-5948cf6c-4aed-4fe3-9682-247d33f97d67.png)

### Features

* plays the **notes** for all the **Scales** available in [neanes](https://github.com/neanes/neanes)

* also plays the **notes** with alteration
BZA is an assistant that intends to help you get the correct pitch for any note of Byzantine chant, but it can also be used for isokratima.

* quick switch between four main **Scales**

* possibility to adjust the reference frequency

* quick switch between an octave higher and lower
![bza](https://user-images.githubusercontent.com/63643635/230186721-5948cf6c-4aed-4fe3-9682-247d33f97d67.png)

* possibility to adjust the volume
## Features

* responsive design
- plays the **notes** for all the **Scales** available in [neanes](https://github.com/neanes/neanes)
- also plays the **notes** with alteration
- quick switch between four main **Scales**
- possibility to adjust the reference frequency
- quick switch between an octave higher and lower
- possibility to adjust the volume
- responsive design

### Purpose
## To-Do List

* to be compatible with [neanes](https://github.com/neanes/neanes)
- to build desktop application for Linux, macOS and Windows
- to build mobile application for Android

### To-Do List
## Web Version

* to build desktop application for Linux, macOS and Windows
Access the web version of the application [here](https://orthodoxprojects.github.io/bza/).

* to build mobile application for Android
## Contributing

### Acknowledgements
Contributions are welcome! If you'd like to contribute to this application, please follow these steps:

This software uses some characters from **Neanes.otf** font and the **Scales** names and intervals from [neanes](https://github.com/neanes/neanes)
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature-name`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature-name`).
6. Create a new Pull Request.

Thank you for your work on this font and on your application in general, without which this program would not be possible.
## License

#### If you find a bug please open a new issue and send a Bug report.
This application is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.

#### A web version of the app can be found [here](https://kolitsoy.github.io/bza/)
## Reporting Issues

Unfortunately, sometimes the update for the web version may take a few minutes to take effect from to the last commit.
If you encounter any issues or have suggestions for improvements, please [create an issue](https://github.com/orthodoxprojects/bza/issues) on our issue tracker. We appreciate your feedback!
Loading