]> ruin.nu Git - moosique.git/commitdiff
removed nullpointer exception..
authorMichael Andreen <harv@ruin.nu>
Sat, 17 May 2003 18:32:17 +0000 (18:32 +0000)
committerMichael Andreen <harv@ruin.nu>
Sat, 17 May 2003 18:32:17 +0000 (18:32 +0000)
Moosique.java

index 649ac59dec90a450b9d2e4ca93bbc3c1e0df4664..dd0b8a44f267ca8eb8794662c738ebacbac6472d 100644 (file)
@@ -21,8 +21,8 @@ public class Moosique {
        private static MidiChannel activeChannel;
        private static MidiEvent[] timeSignatures, tempoChanges;
        private static ArrayList emptyTracks;
-       private static Map trackMute;
-       private static Map trackSolo;
+       private static Map trackMute = new HashMap();
+       private static Map trackSolo = new HashMap();
 
 
        private static String filename;