]> ruin.nu Git - moosique.git/blobdiff - To Do.txt
fixing indent..
[moosique.git] / To Do.txt
index 187541f19fa35f3d83e873eed058aafba7dc8e9d..1e1528c9b49a6152db167e7b36dbb2180c356913 100644 (file)
--- a/To Do.txt
+++ b/To Do.txt
@@ -14,13 +14,18 @@ VIKTIGT! Implementera playfunktionens beteende. N
                Moosique.getGUI().update();
        }
 
-       i GUI:
+       i View:
 
        public void update() {
                // Calls on each track view to update itself.
                for (int i = 0; i < trackViews.length; i++) {
                        trackViews[i].update();
                }
+       }
+
+       i GUI:
+       public void update(){
+               view.update();
                // Calls on the toolbar to update the progress indicator.
                toolbar.updateProgInd();
        }
@@ -126,6 +131,7 @@ MooGUI
                        InputMap im = rootPane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
                        KeyStroke helpKey = KeyStroke.getKeyStroke(KeyEvent.VK_F1, 0);
                        im.put(helpKey, "help");
+
        
        * Globala kommandon
        
@@ -133,11 +139,12 @@ MooGUI
                        Mappa F9-F12 till MooKeyboard.setOctave(n) där n = {2, 4, 6, 8}
        
                * Play / Stop
-                       Mappa till blanksteg.
+                       Mappa till blanksteg. <-- Detta fungerar inte.. blanksteget
+                       används av vår toolbar.
 
 \f
 Moosique
 
        * getPosition och setPosition - kvar?
 
-\f
\ No newline at end of file
+\f