]> ruin.nu Git - moosique.git/blobdiff - To Do.txt
global keylistener..
[moosique.git] / To Do.txt
index a43a56091f8688a06886aca01e726fa8e86ab82d..1e1528c9b49a6152db167e7b36dbb2180c356913 100644 (file)
--- a/To Do.txt
+++ b/To Do.txt
@@ -14,15 +14,18 @@ VIKTIGT! Implementera playfunktionens beteende. N
                Moosique.getGUI().update();
        }
 
-       i GUI:
-       Bör vara i MooView.. MooGUI bör bara ha en update som kör MooView's
-       updatefunktion.. 
+       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();
        }
@@ -128,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
        
@@ -135,7 +139,8 @@ 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