Skip to content

Commit

Permalink
Readme and demos
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent committed Apr 2, 2022
1 parent 3552c1c commit c0ca5ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# Solo Analyzer plugin for MuseScore 3.x
*Solo Analyzer plugin for MuseScore 3.x* will highlight key notes in a Solo score. Important notes are the one defined in chord palyed . It uses the *Chord Symbols* to identify those notes.
*Solo Analyzer plugin for MuseScore 3.x* will highlight key notes in a Solo score.

This basic version has no User Interface. It will apply to whatever is selected. With the pre-defined colors.
![SoloAnalser in action](/demo/soloanalyzer-demo.png)

## New in 1.2.0
Only the notes defined by the chord will be highlighted, using their label in the chord. E.g. the 6th will be higglighted and labelled "6" in a "G-6" chord, "13" in "Cadd13" chord.
It comes in 2 flavours:
- **A plugin without interaction** : it colours and names the selected note automatically without manual intervention,
- **An interactive plugin** : you can select the options for the solo analysing and rendering. It acts also as a default behaviour management for the non-interactive plugin

## What's next ?
An optional interactive plugin where the behaviour of the plugin could be fine-tuned.
Important notes are the one defined in chord palyed . It uses the *Chord Symbols* to identify those notes.

## New in 1.3.0
- Differents level of colouring and naming the notes: none, notes defined by the chord, not present in the scale.
- New optional note name placement: at _Lyrics_ level.
- Interactive mode for managing the default behaviour of the non-interactive plugin

## Download ##
Download the [last stable version](https://github.com/lgvr123/musescore-soloanalyser/releases)

## Installation
* If using MuseScore version 3 then download the plugin and unzip it.
* Install using the instructions in the MuseScore 3.x Handbook, which typically involves copying the QML file to the local MuseScore Plugin directory.
* Open MuseScore and navigate to 'Plugins' -> 'Plugin Manager' to enable the plugin. Tick the box against 'alternatefingering' and apply with 'OK'.
* Open MuseScore and navigate to 'Plugins' -> 'Plugin Manager' to enable both plugins. Tick the box against 'soloanalyser' and ''soloanalyser-interactive' and apply with 'OK'.


## IMPORTANT
Expand Down
Binary file modified demo/soloanalyzer-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/soloanalyzer-gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0ca5ff

Please sign in to comment.