-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Jedimaster4559/software-cleanup
General Software Cleanup/Test Prep
- Loading branch information
Showing
4 changed files
with
66 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
# Honors Capstone Project | ||
A Musescore plugin that can assess partwriting and find any errors that may have been made. | ||
|
||
[![Documentation Status](https://readthedocs.org/projects/partwriting-error-checker/badge/?version=latest)](https://partwriting-error-checker.readthedocs.io/en/latest/?badge=latest) | ||
|
||
A [Musescore](https://musescore.org/en) plugin that can assess partwriting and find any errors that may have been made. | ||
|
||
# Installation | ||
To install this plugin, copy the `errorIdentifier.qml` file into Musescore's Plugins directory. This is often placed in one of a couple locations. See the following page for more details on installation [https://musescore.org/en/handbook/3/plugins#installation](https://musescore.org/en/handbook/3/plugins#installation) | ||
|
||
# Running | ||
To run the plugin, open musescore and then select the plugins manager from the plugins menu. If the plugin was installed correctly (see [installation](#installation)) you should see this plugin identified in that list. Selecting the checkbox by the plugin will make the plugin available for use. | ||
To run the plugin, open musescore and then select the plugins manager from the plugins menu. If the plugin was installed correctly (see [installation](#installation)) you should see this plugin identified in that list. Selecting the checkbox by the plugin will make the plugin available for use. | ||
|
||
Once these steps have been completed, the plugin can be run at any time by selecting it from the analysis section of the plugins menu. | ||
|
||
# Documentation | ||
This tool includes a documentation site including instructions on how to use this software and some generally helpful instructional materials. Checkout the site [here](https://partwriting-error-checker.readthedocs.io/en/latest/) | ||
|
||
# Credits | ||
There are a couple people I would like to thank for their assistance on this project. | ||
|
||
Dr. Vineetha Menon served as my capstone director. Her assistance greatly helped keep the project on schedule and on track for success. | ||
|
||
The [Chord Identifier Plugin](https://github.com/animikatamon/MuseScorePlugins) by @animikatamon was really helpful for getting off the ground with this project and getting an understanding of implementing MuseScore Plugins with QML. | ||
The [Chord Identifier Plugin](https://github.com/animikatamon/MuseScorePlugins) by @animikatamon was really helpful for getting off the ground with this project and getting an understanding of implementing MuseScore Plugins with QML. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# Installation | ||
|
||
## Prerequisites | ||
This plugin requires that you already have Musescore installed on your system. Visit their Download site here and follow their instructions: [https://musescore.org/en/download](https://musescore.org/en/download) | ||
|
||
## Installing the Plugin | ||
First download the plugin from the releases page: [https://github.com/Jedimaster4559/HonorsCapstoneProject/releases](https://github.com/Jedimaster4559/HonorsCapstoneProject/releases) | ||
|
||
To install this plugin, copy the `errorIdentifier.qml` file into Musescore's Plugins directory. This is often placed in one of a couple locations. See the following page for more details on installation [https://musescore.org/en/handbook/3/plugins#installation](https://musescore.org/en/handbook/3/plugins#installation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters