X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooTrackView.java;h=fafab990ba77b4fc47f260e40e929f1ee7e06610;hb=d141cda7d1eafa31fe389bccf7b52f193dfc4aa4;hp=4e4f0027161da12374c71d308f5124438d1bcd3b;hpb=c83e74facf762222fe4578f175408cc50d360518;p=moosique.git diff --git a/MooTrackView.java b/MooTrackView.java index 4e4f002..fafab99 100644 --- a/MooTrackView.java +++ b/MooTrackView.java @@ -50,6 +50,14 @@ public class MooTrackView extends JPanel implements ActionListener { public Track getTrack() { return track; } + + + /** + * Updates the track view. + */ + public void update() { + + } class NoteArea extends JPanel {