瀏覽代碼

Update README.md

Simon 4 年之前
父節點
當前提交
f54e9a500c
共有 1 個文件被更改,包括 8 次插入0 次删除
  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)