Skip to content

Commit

Permalink
updated installation instructions for Raspberry Pi, added Launch Cont…
Browse files Browse the repository at this point in the history
…rol XL device name
  • Loading branch information
robertoostenveld committed Nov 20, 2015
1 parent 77fbcac commit 71f025d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sudo apt-get install node

### install redis
sudo apt-get install redis-server
sudo pip install redis

### install EEGsynth from gitub
git clone https://github.com/robertoostenveld/eegsynth.git
Expand All @@ -27,8 +28,8 @@ sudo pip install mido
sudo port selfupdate
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/local/lib

sudo apt-get install portmidi
sudo apt-get install libportmidi0
sudo apt-get install libportmidi-dev

Note: To use the Launch Control XL with the Raspberry Pi you must
first switch it to low power mode. To do this hold down both the
Expand Down
3 changes: 2 additions & 1 deletion module/launchcontrol/launchcontrol.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ hostname=10.9.25.37
port=6379

[midi]
device=Launch Control XL
;device=Launch Control XL
device=Launch Control XL MIDI 1

0 comments on commit 71f025d

Please sign in to comment.