|
@@ -3,7 +3,16 @@ CONTENTS:
|
3
|
3
|
1) TODO List
|
4
|
4
|
2) OSX Install Notes
|
5
|
5
|
|
6
|
|
-STRATEGY
|
|
6
|
+SPAT LAB SETUP:
|
|
7
|
++ 1. Stereo
|
|
8
|
+ a. TotalMix - select 'diff. stereo' snapshot
|
|
9
|
+ b. mixer: Recall preset 91 ('stereo diff')
|
|
10
|
++ 2. Direct - 24 channels - each channel goes in and out on same number.
|
|
11
|
+ a. TotalMix - select 'DTS_24ch'
|
|
12
|
+ b. mixer: Recall preset 96 ('24ch firecac ufx')
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+STRATEGY:
|
7
|
16
|
+ implement highly parallel version - which can take advantage of multiple processors
|
8
|
17
|
to do more - acoustic pitch tracking, source separation based fades
|
9
|
18
|
|
|
@@ -30,6 +39,11 @@ TODO:
|
30
|
39
|
+ MIDI note messages are sent but do not trigger notes on OSX.
|
31
|
40
|
|
32
|
41
|
|
|
42
|
+*** 10/17
|
|
43
|
+ Select bar 129.
|
|
44
|
+ Start on F5 before 129.
|
|
45
|
+ Score follower jumps to loc. 978 then backs up to 973.
|
|
46
|
+
|
33
|
47
|
*** 9/27
|
34
|
48
|
* Implement live recording for use in part 2.
|
35
|
49
|
* Implement a delay between when a new section is set to trigger and when
|
|
@@ -63,6 +77,7 @@ of the cross-fade cut-out problem.
|
63
|
77
|
- recd14 Mark 161 Section 40 - fixed changes see mod0.js for note
|
64
|
78
|
- Seq 6 Mark 145 M-92 (38,39,39a) (recd16) (recd17) (recd18) (recd19)
|
65
|
79
|
- Seq 7 Mark 167 M-100
|
|
80
|
+
|
66
|
81
|
*** 8/13
|
67
|
82
|
* Cross-fade was cutting out during demo.
|
68
|
83
|
* Missing takes between seq 7 and seq 8.
|
|
@@ -75,13 +90,13 @@ of the cross-fade cut-out problem.
|
75
|
90
|
* Live Test material
|
76
|
91
|
|
77
|
92
|
Part 1: Meas:76 - (one measure) to get measurments for later sections
|
78
|
|
- Part 1: Meas:94 (sect 38) through Meas:136 (include 136 stop at 137).
|
|
93
|
+ Part 1: Meas:94 (sect 38 (Seq 6)) through Meas:136 (include 136 stop at 137).
|
79
|
94
|
|
80
|
95
|
Part 2: ("/Users/kevin/temp/piano score part 2 draft 1 master m 232 - 241 1st 2 bts.sib")
|
81
|
96
|
The downbeat of part two aligns with the 3rd beat (in 4/4) of 122 in the first part.
|
82
|
97
|
Ends on measure 131 at end of beat 3.
|
83
|
98
|
|
84
|
|
- MISSING MIDI for 114:126
|
|
99
|
+ MISSING MIDI for measures 114:126
|
85
|
100
|
|
86
|
101
|
*** July 10
|
87
|
102
|
** (done) Make separate mappings and scale/range controls for left and right.
|