]> ruin.nu Git - moosique.git/blobdiff - MooTrackTitle.java
Readded the MooKeyboard listener to MooTrackView.
[moosique.git] / MooTrackTitle.java
index a71b3619f3a909c2d302ca41f7ed2ec47f55aa87..d3b9a8a754ce06c328d59570b316f2366fd64725 100644 (file)
@@ -12,17 +12,18 @@ import javax.sound.midi.*;
  
 public class MooTrackTitle extends JPanel {
 
+       private Track track;
        private MetaMessage trackNameMessage;
-       private String trackName = "";
        private ShortMessage programChangeMessage;
-       private int channel = 0;
+
        private JTextField title;
        private MooInstrumentList instruments;
        private JComboBox channelBox;
        private JCheckBox mute;
        private JCheckBox solo;
-       private Track track;
-       private int trackNum;
+
+       private String trackName = "";
+       private int trackNum, channel = 0;
 
        /** 
         * Creates the title bar.