X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooViewCounter.java;h=dcbd00cc16ff3dc4ca5ede73cf2c8b455823c912;hp=3f646e853d4bec2ff8c7625e7dbe87008945dae5;hb=76c80b5679896e74f399aa9b752c025850d5612c;hpb=e471d9aaa190fa2a38f3eb08bbc4c6a29681d91e diff --git a/MooViewCounter.java b/MooViewCounter.java index 3f646e8..dcbd00c 100644 --- a/MooViewCounter.java +++ b/MooViewCounter.java @@ -54,7 +54,7 @@ public class MooViewCounter extends JPanel { g2.setColor(Color.white); for (int c = 0; c < 200; c++) { g2.drawLine(0, c * CELL_HEIGHT, 5, c * CELL_HEIGHT); // 1/16 - g2.drawLine(0, c * CELL_HEIGHT * halfBeat, CELL_HEIGHT, c * CELL_HEIGHT * halfBeat); // 1/8 + g2.drawLine(0, c * CELL_HEIGHT * halfBeat, 10, c * CELL_HEIGHT * halfBeat); // 1/8 g2.drawLine(0, c * CELL_HEIGHT * beat, 15, c * CELL_HEIGHT * beat); // 1/4 g2.drawLine(0, c * CELL_HEIGHT * halfNote, 20, c * CELL_HEIGHT * halfNote); // 1/2 g2.drawLine(0, c * CELL_HEIGHT * measure, 30, c * CELL_HEIGHT * measure); // 1/1