doc/notes.txt : 9/30 session notes update.
This commit is contained in:
parent
2aba4c6dc9
commit
8627e8f61b
@ -15,17 +15,20 @@ TODO:
|
|||||||
+ cmJson and cmLex should report the name of the file when with syntax error messages.
|
+ cmJson and cmLex should report the name of the file when with syntax error messages.
|
||||||
+ Use CSV for mod score file format (to eliminate need for labels)
|
+ Use CSV for mod score file format (to eliminate need for labels)
|
||||||
+ Autoload of default pgm cfg, program, enable audio, sequence, score location.
|
+ Autoload of default pgm cfg, program, enable audio, sequence, score location.
|
||||||
+ Circuit switcher patch.
|
+ (done) Circuit switcher patch.
|
||||||
+ Review and document the app threading and locking during audio file loading.
|
+ Review and document the app threading and locking during audio file loading.
|
||||||
+ Remove old performance evaluation code from cmScore.
|
+ Remove old performance evaluation code from cmScore.
|
||||||
+ All programs should be able to reload without crashing via enabling/disabling audio.
|
+ All programs should be able to reload without crashing via enabling/disabling audio.
|
||||||
+ Select and save audio devices.
|
+ (in new version) Select and save audio devices.
|
||||||
+ (done) Mac Conversion
|
+ (done) Mac Conversion
|
||||||
+ (done) Live MIDI - to test audio/MIDI delay.
|
+ (done) Live MIDI - to test audio/MIDI delay.
|
||||||
+ (done) As threshold increases overall volume decreases - add a compensation algorithm.
|
+ (done) As threshold increases overall volume decreases - add a compensation algorithm.
|
||||||
+ There are unintialized variable warnings on the release build.
|
+ There are unintialized variable warnings on the release build.
|
||||||
+ Add preset delete.
|
+ Add preset delete.
|
||||||
+ All uses of va_copy() should have a complimentary va_end()
|
+ All uses of va_copy() should have a complimentary va_end()
|
||||||
|
+ The list boxex do not show the currently selected item.
|
||||||
|
+ MIDI note messages are sent but do not trigger notes on OSX.
|
||||||
|
|
||||||
|
|
||||||
*** 9/27
|
*** 9/27
|
||||||
* Implement live recording for use in part 2.
|
* Implement live recording for use in part 2.
|
||||||
@ -43,20 +46,23 @@ it actually does. This might allow transitions to be set up prior to when they
|
|||||||
cross-fade channel rather than the inactive channel.
|
cross-fade channel rather than the inactive channel.
|
||||||
* Add a score mode that performs some action (e.g. incr/decr) on each incoming score follower
|
* Add a score mode that performs some action (e.g. incr/decr) on each incoming score follower
|
||||||
event.
|
event.
|
||||||
|
* In AvailCh what happens when no available channels are found - this may be the cause
|
||||||
|
of the cross-fade cut-out problem.
|
||||||
|
* Add eq stage to output.
|
||||||
|
|
||||||
* Setting the upper slope to a negative value is effective.
|
* Setting the upper slope to a negative value is effective.
|
||||||
|
|
||||||
* Demo Material: Seq 8 Mark 204 (1024-4 2048-4) Fade 10ms Cost->Threshold.
|
* Demo Material: Seq 8 Mark 204 (1024-4 2048-4) Fade 10ms Cost->Threshold.
|
||||||
- recd7 Mark 151
|
- recd7 Mark 151
|
||||||
- recd8 Mark 145 - same settings a previous take.
|
- recd8 Mark 145 - same settings a previous take.
|
||||||
- recd9 Mark 145 - w/ changing xfade switch to mode 4 at 38
|
- (recd9) Mark 145 - w/ changing xfade switch to mode 4 at 38
|
||||||
- recd10 Mark 145 - same w/ no mode change
|
- recd10 Mark 145 - same w/ no mode change
|
||||||
- recd11 Mark 145 - 3 different takes w/ score constant - no perf. parameters used - fixed threshold=65
|
- recd11 Mark 145 - a. 3 different takes w/ score constant - no perf. parameters used - fixed threshold=65
|
||||||
- recd12 Mark 148 (same settings as recd9)
|
- recd12 Mark 148 b.(same settings as recd9)
|
||||||
- recd13 Mark 151
|
- recd13 Mark 151 c.
|
||||||
- recd14 Mark 161 Section 40 - fixed changes see mod0.js for note
|
- recd14 Mark 161 Section 40 - fixed changes see mod0.js for note
|
||||||
|
- Seq 6 Mark 145 M-92 (38,39,39a) (recd16) (recd17) (recd18) (recd19)
|
||||||
|
- Seq 7 Mark 167 M-100
|
||||||
*** 8/13
|
*** 8/13
|
||||||
* Cross-fade was cutting out during demo.
|
* Cross-fade was cutting out during demo.
|
||||||
* Missing takes between seq 7 and seq 8.
|
* Missing takes between seq 7 and seq 8.
|
||||||
|
Loading…
Reference in New Issue
Block a user