]> ruin.nu Git - moosique.git/blobdiff - MooTrackTitle.java
*** empty log message ***
[moosique.git] / MooTrackTitle.java
index 258e9d45deda3e58cbb44fb9fa0a88ae90fd25e8..545681d89d53e529cb3053627aed33e7be193264 100644 (file)
@@ -120,6 +120,14 @@ public class MooTrackTitle extends JPanel {
                checkboxes.add(solo);
                add(checkboxes);
        }
+       
+       /** 
+        * Returns the channel of the track that the view is visualising.
+        * @return the chanel of the visualised track
+        */
+       public int getChannel() {
+               return channel;
+       }
 
        /**
         * Checks if the focus is lost.