cemfi / meico

A converter framework with support for MEI, MSM, MPM, MIDI, WAV, MP3, chroma, and XSLT
GNU General Public License v3.0
67 stars 12 forks source link

Java 7 code makeover #2

Closed axelberndt closed 7 years ago

axelberndt commented 7 years ago

With audio export and SoundFont support we had to dismiss Java 6 compatibility. Now, some code makeover is appropriate. Esp. the terrible if-else chains that where necessary for strings can now be replaced by switch-cases (support strings since Java 7). Try-catch exception handling can likewise be set more compact now.