Skip to content

Commit

Permalink
.kar
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Jan 6, 2025
1 parent 4d4bd87 commit 171bf3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1 id='title' translate-path='locale.demoTitleMessage'>SpessaSynth: Online Demo
<div class='midi_and_sf_controller'>
<label for='midi_file_input' id='file_upload' translate-path='locale.midiUploadButton'>Upload your MIDI
files</label>
<input accept='.mid, .rmi, audio/midi' id='midi_file_input' multiple type='file'><br />
<input accept='.mid, .rmi, audio/midi, .kar' id='midi_file_input' multiple type='file'><br />

<label id='demo_song' translate-path='locale.demoSongButton'>Demo song</label>

Expand Down
2 changes: 1 addition & 1 deletion src/website/local_edition_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1 id='title' translate-path='locale.titleMessage'>SpessaSynth: SoundFont2 Java
<div class='midi_and_sf_controller'>
<label for='midi_file_input' id='file_upload' translate-path='locale.midiUploadButton'>Upload your MIDI
files</label>
<input accept='.mid, .rmi, audio/midi' id='midi_file_input' multiple type='file'><br />
<input accept='.mid, .rmi, audio/midi, .kar' id='midi_file_input' multiple type='file'><br />

<label id='export_button' translate-path-title='locale.exportAudio.button'>Export audio</label>

Expand Down

0 comments on commit 171bf3a

Please sign in to comment.