Browse Source

notes.txt: update notes

master
kevin 11 years ago
parent
commit
83ecba581f
1 changed files with 11 additions and 1 deletions
  1. 11
    1
      doc/notes.txt

+ 11
- 1
doc/notes.txt View File

@@ -10,9 +10,19 @@ TODO:
10 10
 + Select and save audio devices.
11 11
 + Mac Conversion
12 12
 + Live MIDI - to test audio/MIDI delay.
13
-
13
++ As threshold increases overall volume decreases - add a compensation algorithm.
14
++ THere are unintialized variable warnings on the release build.
14 15
 
15 16
 BUGS:
17
+// Apr 20
18
+The tempo measurement can produce invalid values.  Set score to 22 then play Mark 38.
19
+First tempo measurement is a non-sense value - probably produced by an div by zero.
20
+
21
+Crash on playing Mark 37.
22
+
23
+Click on list control outside below list item - crash!
24
+
25
+
16 26
 
17 27
 // Feb 27
18 28
 + Audio seems to preceded MIDI by around 250ms this probably arises

Loading…
Cancel
Save