Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.04 KB

eegsynth-matlab

Converting real-time EEG into sounds and music.

This repository contains all code for http://www.eegsynth.org.

Installation instructions for Raspbian

reconfigure the keyboard

sudo dpkg-reconfigure console-data sudo dpkg-reconfigure keyboard-configuration

install node.js

curl -sLS https://apt.adafruit.com/add | sudo bash sudo apt-get install node

install redis

sudo apt-get install redis-server

install EEGsynth from gitub

git clone https://github.com/robertoostenveld/eegsynth.git

install MIDO to get MIDI working with Python

sudo pip install --upgrade pip 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

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 User and Factory Template buttons and insert the USB cable. Release the Template buttons and press "Record Arm". Finally press the right arrow button.