Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 709 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 709 Bytes

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