doc/notes.txt: Notes from 5/24/14

This commit is contained in:
Kevin Larke 2014-05-31 09:47:25 -07:00
parent 55287b36b6
commit 1ce4bd9921

View File

@ -12,6 +12,16 @@ SPAT LAB SETUP:
a. TotalMix - select 'DTS_24ch'
b. mixer: Recall preset 96 ('24ch firecac ufx')
Session Notes: 5/24/14
1) Move mic's back from the Disklavier to decrease damper noise.
2) The head phone signal sounds correct.
3) The the L410 computer is running out of time in release mode.
4) Better quality speakers are required.
5) Build a spectrum analyzer and bank of notch filters or graphic EQ to deal with feedback.
6) The DPA 4011 mics and FMR Audio RNP8380 preamp work well.
7) Whenever the speaker signal gets to the point where the transform can be heard
the feedback begins to occur.
Session Notes: 1/14/14
1) The non-grace evenness notes should include a tempo quality evaluation
based on using the 'tfrac' values from column S of the score.
@ -470,3 +480,18 @@ OSX - Install Notes
10 install ~/Library/Preferences/org.larke.kc.txt (is this required?)
11 create ~/Library/Preferences/kc
12 Install ~/Library/Preferences/time_line.js, time_line_preset.js, time_line_preset.csv
-------------------------------------------------------------------------------
Linux - Install Notes
-------------------------------------------------------------------------------
1. autoconf
2. automake
3. gcc-c++ (to get g++)
4. blas-devel x64
5. atlas-devel x64
6. lapack-devel x64
7. download fftw-3: ./configure --prefix=/usr
8. fftwf-3 : ./configure --prefix=/usr --enable-single
9. fltk-devel x64