X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooTrackTitle.java;h=545681d89d53e529cb3053627aed33e7be193264;hp=258e9d45deda3e58cbb44fb9fa0a88ae90fd25e8;hb=867eb267809ea85e6f983b93e5f63ca86150d7bc;hpb=b3d872320a15a463a93e35b1f14023a5744e27da 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.