X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooTrackTitle.java;h=545681d89d53e529cb3053627aed33e7be193264;hb=e31778837bee5cfbbaf643d17f1eaeb086d8e50c;hp=258e9d45deda3e58cbb44fb9fa0a88ae90fd25e8;hpb=b3d872320a15a463a93e35b1f14023a5744e27da;p=moosique.git diff --git a/MooTrackTitle.java b/MooTrackTitle.java index 258e9d4..545681d 100644 --- a/MooTrackTitle.java +++ b/MooTrackTitle.java @@ -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.