Skip to content
Brian Hillsley edited this page May 8, 2017 · 10 revisions

Welcome to the DigitalHarmonicaProject wiki!

Here the dhp team focuses on the coding aspect of the project. We utilized SamplerBox as a starting point for our dhp module. From there we added tunings, instruments, velocity sensitivity, and buttons to enable a user to play the digital harmonica comfortably!

Set up

  1. Put the repository on your RasPi.
  2. Ensure the RasPi is hooked up to computer, DACs are powered (on a bread board)
  3. Create Instrument directory and samples files within the raspi directory

Format for instrument directory and sample files:

# InstrumentName such as "4 Organ"

Fill the instrument directory with ".wav" samples that follow the naming convention for MIDI.

Running the digital harmonica software

  1. Get the digital harmonica repository on your raspi
  2. Navigate to the repository
  3. Run the following command: python setup.py
  4. Now, finally, run the command: python dhp.py
Clone this wiki locally