doc/notes.txt : Mac Notes updates and equipment list updates.

This commit is contained in:
Kevin Larke 2014-12-14 16:03:02 -08:00
parent 988f298e6f
commit 0de671d799

View File

@ -15,20 +15,20 @@ SPAT LAB SETUP:
============================================================================= =============================================================================
Equipment List: Equipment List:
> 1) Two DPA 4011 cardioid mic's. 1) Two DPA 4011 cardioid mic's.
> 2) Two boom mic. stands. 2) Two boom mic. stands.
> 3) FMR Audio RNP8380 pre-amp. 3) FMR Audio RNP8380 pre-amp.
> 4) Presonus Audiobox 181VLS. 4) Presonus Audiobox 181VLS.
> 5) Mackie 1604 or equivalent mixer. 5) Mackie 1604 or equivalent mixer.
> 6) One MIDI cable (15-20 feet) 6) One MIDI cable (15-20 feet)
> 7) Four 25 foot power extension cables. 7) Four 25 foot power extension cables.
> 8) Two power strips. 8) Two power strips.
> 9) Eight short (3-4 ft) balanced 1/4" cables. 9) Eight short (3-4 ft) balanced 1/4" cables.
> 10) 8 (25 ft) XLR mic cables. 10) 8 (25 ft) XLR mic cables.
> 11) 4 balanced 1/4" to male XLR cables (10 ft) 11) 4 balanced 1/4" to male XLR cables (10 ft)
> 12) 2 balanced 1/4" to female XLR cables (10 ft) 12) 2 balanced 1/4" to female XLR cables (10 ft)
> 13) One set of the best headphones you can give me. 13) One set of the best headphones you can give me.
> 14) Diskclavier remote control,power supply, and manual. 14) Diskclavier remote control,power supply, and manual.
0) Contact Mics 0) Contact Mics
1) MIDI interface and USB 1) MIDI interface and USB
@ -57,6 +57,14 @@ BACK TO:
============================================================================= =============================================================================
Session Notes 12/12/14
1. Write a tool to create multiple MIDI preformances of the piece.
a) Map each segment to the score using the score follower.
b) Where parts overlap allow interactive selection of which part should be selected.
c) Where parts are missing - insert notes from the score.
d) Display the pedal and allow it to be edited.
e) Allow parameter changes to be assigned to performance locations.
Session Notes 11/08/14 Session Notes 11/08/14
1. 127 dynamic level values are not adequate. 1. 127 dynamic level values are not adequate.
@ -587,25 +595,29 @@ A5 173
C#2 195 Marker 36 C#2 195 Marker 36
E5,G33,A#2,C#1 212-218 Marker 36 E5,G33,A#2,C#1 212-218 Marker 36
E3 185 Marker 37 E3 185 Marker 37
F5,C#4,G#5 986 Marker 204 F5,C#4,G#5 986 Marker-Down 204
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
OSX - Install Notes OSX - Install Notes
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
1. Install XQuartz (from xquartz.macosforge.org)
0. Install Xcode
1. Install macports 1. Install macports
2. Install git-core (sudo port install git-core) 2. sudo port install autoconf
3. sudo port install fftw-3 3. sudo port install automake
4. sudo port install fftw-3--single 4. sudo port install libtool
5. port select --list gcc (which gcc is active) 5. sudo port install fftw-3
6. sudo port install gcc47 6. sudo port install fftw-3--single
7. sudo port --set gcc mp-gcc47 7. port select --list gcc (which gcc is active)
8. sudo port install fltk 8. sudo port install gcc47
9. sudo port install xorg-libX11 9. sudo port --set gcc mp-gcc47
10.sudo port install git-core 10. sudo port install fltk
11.sudo port install emacs +x11 11. sudo port install xorg-libX11
10 install ~/Library/Preferences/org.larke.kc.txt (is this required?) 12.sudo port install git-core
11 create ~/Library/Preferences/kc 13.sudo port install emacs +x11
12 Install ~/Library/Preferences/time_line.js, time_line_preset.js, time_line_preset.csv 14 install ~/Library/Preferences/org.larke.kc.txt (is this required?)
15 create ~/Library/Preferences/kc
16 Install ~/Library/Preferences/time_line.js, time_line_preset.js, time_line_preset.csv
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
@ -621,3 +633,5 @@ Linux - Install Notes
8. fftwf-3 : ./configure --prefix=/usr --enable-single 8. fftwf-3 : ./configure --prefix=/usr --enable-single
9. fltk-devel x64 9. fltk-devel x64