Browse Source

Update README.md

Simon 4 years ago
parent
commit
f54e9a500c
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -3,3 +3,11 @@ Extended OSMD, usually exclusive to OSMD Sponsors, with audio player, transposit
 
 
 The code and build process works pretty much the same as OSMD,
 The code and build process works pretty much the same as OSMD,
 so take a look at the [OSMD Readme (and Wiki)](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/blob/develop/README.md) for technical info.
 so take a look at the [OSMD Readme (and Wiki)](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/blob/develop/README.md) for technical info.
+
+## Using transposition without the audio player
+To use the TranspositionPlugin, you need the build:
+[transpose-osmd-plugin.min.js.zip](https://github.com/opensheetmusicdisplay/osmd-extended/files/6024382/transpose-osmd-plugin.min.js.zip)
+Note that this only works with OSMD 0.9.4+.
+
+Here is an example HTML of how to use OSMD + transposition plugin:
+[indexFileSelect.html.zip](https://github.com/opensheetmusicdisplay/osmd-extended/files/6024386/indexFileSelect.html.zip)