X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=To%20Do.txt;h=9a62a9b5bd50c1cb96384f34f7e3ec0a9069ba7f;hb=9f707c235c36921753665933a6b959bfa1027fff;hp=907d0a3b8c7910abeeee2dd06359ee4c523e4a9c;hpb=4ac3b6210979ea78dceb609a0501cb0265d00065;p=moosique.git diff --git a/To Do.txt b/To Do.txt index 907d0a3..9a62a9b 100644 --- a/To Do.txt +++ b/To Do.txt @@ -1,3 +1,10 @@ +FÖRDELNING + +Einar: Moosique(4), MooSequence(4), MooTrack(4), MooNote(4) +Micke: MooGUI(4), MooTrackTitle(2), MooNoteElement(6), MooNoteProp(4) +Björn: MooMenu(8), MooToolbar(3), MooStatus(1), MooView(2), MooViewCounter(1) +Rolle: MooTrackView(16) + * Inställningar - MIDI-enhet Öppna en dialogruta med innehållet i getMidiDeviceInfo() och låt användaren välja. @@ -29,4 +36,9 @@ InputMap im = rootPane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT); KeyStroke helpKey = KeyStroke.getKeyStroke(KeyEvent.VK_F1, 0); - im.put(helpKey, "help"); \ No newline at end of file + im.put(helpKey, "help"); + +* Oktavförändring i MooKeyboard + Mappa F9-F12 till MooKeyboard.setOctave(n) där n = {2, 4, 6, 8} + +* Funktioner för att sätta channel? mute? solo?