cemfi/meico

Java 7 code makeover

axelberndt opened this issue · 0 comments

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.