Skip to content

Commit

Permalink
Player option vs. renderer option
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Oct 10, 2024
1 parent 3e7c3fc commit 965c115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1>MusicXML Player Demo</h1>
<div>
<label for="outputs">MIDI output</label>
<select id="outputs"></select>
<input type="checkbox" class="renderer-option" id="option-mute" value="mute"/>
<input type="checkbox" class="player-option" id="option-mute" value="mute"/>
<label for="option-mute">Mute</label>
<div>
If you're not using the local synth, you need to connect this output to a MIDI synth like FluidSynth, TiMidity, or <a href="https://mmontag.github.io/dx7-synth-js/" target="_blank">DX7 Synth</a>.
Expand Down

0 comments on commit 965c115

Please sign in to comment.