|
@@ -12,6 +12,61 @@ SPAT LAB SETUP:
|
12
|
12
|
a. TotalMix - select 'DTS_24ch'
|
13
|
13
|
b. mixer: Recall preset 96 ('24ch firecac ufx')
|
14
|
14
|
|
|
15
|
+
|
|
16
|
+=============================================================================
|
|
17
|
+CHANGES TO SIMULATE MODE TO ALLOW MIDI FILE PLAYER TO DRIVE SCORE
|
|
18
|
+FOLLOWER DIRECTLY RATHER THAN FEEDING SCORE FOLLOWER FROM MIDI INPUT PORT:
|
|
19
|
+
|
|
20
|
+CHANGE:
|
|
21
|
+ LINE 1150 cmDspSysInstallCb(h, siRt, "f-out-1", sfp, "smpidx",NULL );
|
|
22
|
+ 1154 cmDspSysInstallCb(h, d0Rt, "f-out-1", sfp, "d0", NULL );
|
|
23
|
+ 1160 cmDspSysInstallCb(h, d1Rt, "f-out-1", sfp, "d1", NULL );
|
|
24
|
+ 1166 cmDspSysInstallCb(h, stRt, "f-out-1", sfp, "status",NULL );
|
|
25
|
+
|
|
26
|
+BACK TO:
|
|
27
|
+ cmDspSysInstallCb(h, siRt, "f-out-0", sfp, "smpidx",NULL );
|
|
28
|
+ cmDspSysInstallCb(h, d0Rt, "f-out-0", sfp, "d0", NULL );
|
|
29
|
+ cmDspSysInstallCb(h, d1Rt, "f-out-0", sfp, "d1", NULL );
|
|
30
|
+ cmDspSysInstallCb(h, stRt, "f-out-0", sfp, "status",NULL );
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+=============================================================================
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+Session Notes: 10/18/14
|
|
38
|
+1) Contact and air mics ogain all set to 1.0
|
|
39
|
+ Sometimes igain on air mics reduced to control feedback.
|
|
40
|
+ Speakers are 10 ft in front of piano
|
|
41
|
+
|
|
42
|
+ AudioBox Gains all at 10 oclock.
|
|
43
|
+ FMR Preamp 2nd notch on air mics
|
|
44
|
+ Mixer 2.5 kHz 10 oclock, 80 Hz 9 oclock.
|
|
45
|
+ Mixer in gains 11 oclock w/ 75 Hz low cut engaged
|
|
46
|
+
|
|
47
|
+2) Need input Eq for contact mic's. LP,BP,HP with adjustable xover Fc and Gain.
|
|
48
|
+
|
|
49
|
+3) Preset G works best. With 'offset' used to control radicalization between 20 and 80.
|
|
50
|
+
|
|
51
|
+4) Add a control cmSpecDist() to interpolate between the input and output
|
|
52
|
+ spectrum. This would allow a smooth transition between transformed
|
|
53
|
+ and untransformed signal.
|
|
54
|
+
|
|
55
|
+ The interpolation can be made to be frequency dependent. This could
|
|
56
|
+ also be used to counter the bass boost which the transform tends
|
|
57
|
+ to produce.
|
|
58
|
+
|
|
59
|
+5) Add 'offset' as a modulator variable.
|
|
60
|
+6) Are the dynamic modulator parameter controls working: line, sline
|
|
61
|
+7) Many of the modulator file labels are redundant - can they be left out?
|
|
62
|
+ (When modulator file values are missing they should default to their last set value).
|
|
63
|
+
|
|
64
|
+8) When the score follower triggers a change the change seems to come
|
|
65
|
+ before the Disklavier note sounds due to Disklavier system latency.
|
|
66
|
+ Add a delay to the input of scMod to compensate for this delay.
|
|
67
|
+
|
|
68
|
+9) The scMod data file would be easier to work with if it was in columnar form.
|
|
69
|
+
|
15
|
70
|
Session Notes: 9/28/14
|
16
|
71
|
1) Problems with feedback were mitigated by brining down the input gain.
|
17
|
72
|
In generate the input/output gain were set to:
|