Skip to content

Commit

Permalink
correct midi meico version
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Mar 15, 2023
1 parent c5e1919 commit c26e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/edirom/meigarage/meico/Conversion.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public enum Conversion {
"miditomp3", // "id"
"audio/x-midi", // "input mime type"
"midi-meico", // "input format id"
"Musical Instrument Digital Interface (MIDI)", // "input description"
"Musical Instrument Digital Interface (MIDI) (MEICO)", // "input description"
"audio", // "input type" (score, audio, image, customization)
"audio/mp3", // "output mime type"
"mp3", // "output format id"
Expand Down

0 comments on commit c26e453

Please sign in to comment.