doc/notes.txt : notes update

This commit is contained in:
kevin 2013-09-29 18:44:38 -07:00
parent 0b3f2e77ff
commit 8580e4a189

View File

@ -3,6 +3,10 @@ CONTENTS:
1) TODO List
2) OSX Install Notes
STRATEGY
+ implement highly parallel version - which can take advantage of multiple processors
to do more - acoustic pitch tracking, source separation based fades
TODO:
+ When a cmMsgList item is selected it should send out the selected index
after the individual data items rather than before them - this way the index
@ -23,6 +27,34 @@ TODO:
+ Add preset delete.
+ All uses of va_copy() should have a complimentary va_end()
*** 9/27
* Implement live recording for use in part 2.
* Implement a delay between when a new section is set to trigger and when
it actually does. This might allow transitions to be set up prior to when they are heard.
* OS-X version crashes when the printf("PROCSET ...) is removed from _cmScProcSets().
* Add ability to set mappings and perf. measure settings to scMod.
* The scMod should play through all changes up to the cur starting location so that
we can mimic the state of playing the piece through but allow starting from any location.
* Experiment with changing settings using the scMod ramping functions.
* Make a source separation based fade using an filter/inverse filter based on the
spectrum prior to the cross-fade. As an extra feature notice the state of the pedal
and decay appropriately.
* The 'cost' value is not correct - it is being displayed as the same as the related attribute.
* Setting the upper slope to a negative value is effective.
* Demo Material: Seq 8 Mark 204 (1024-4 2048-4) Fade 10ms Cost->Threshold.
- recd7 Mark 151
- recd8 Mark 145 - same settings a previous take.
- recd9 Mark 145 - w/ changing xfade switch to mode 4 at 38
- recd10 Mark 145 - same w/ no mode change
- recd11 Mark 145 - 3 different takes w/ score constant - no perf. parameters used - fixed threshold=65
- recd12 Mark 148 (same settings as recd9)
- recd13 Mark 151
- recd14 Mark 161 Section 40 - fixed changes see mod0.js for note
*** 8/13
* Cross-fade was cutting out during demo.
* Missing takes between seq 7 and seq 8.