]> ruin.nu Git - moosique.git/blobdiff - To Do.txt
no message
[moosique.git] / To Do.txt
index ff970dcc1afd02432f6b1e9606e84741e0a6662e..187541f19fa35f3d83e873eed058aafba7dc8e9d 100644 (file)
--- a/To Do.txt
+++ b/To Do.txt
@@ -31,6 +31,22 @@ VIKTIGT! Implementera playfunktionens beteende. N
 
 \f
 x Fixa en progress indicator till filladdningen om den tänker ta så lång tid.
+x Scrollningen?!? Horisontell behövs på både MooView och MooTrackView, men vertikal bara på MooView. Hur göra?
+x Får Moosique vara statisk? Fult?
+
+\f
+MIDI Messages
+
+FF 58  Time signature: [0] / [1], [2] MIDI clocks per metronome tick, [3] / 32 per 24 MIDI clocks
+FF 51  Tempo           
+FF 03  Track Name      String name = new String(getData());
+C0     Program change  int pc = getData1();
+
+
+Sequence
+       private ShortMessage timeSignature, tempo;
+Track 
+       private ShortMessage trackName, programChange;
 
 \f
 MooMenu
@@ -72,8 +88,6 @@ MooNote / MootrackView / MooNoteElement
 \f
 MooTrackTitle
 
-       * Behöver vi verkligen ha titel för tracks?? Tycker att TrackTitle tar upp mycket plats som det är.. 
-
        * Kanalinställning
                Hämta från det första Event i ett spår.
 
@@ -126,4 +140,4 @@ Moosique
 
        * getPosition och setPosition - kvar?
 
-\f
+\f
\ No newline at end of file