Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
josephernest committed Jun 19, 2015
1 parent d13f5c6 commit 34b0a38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samplerbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#########################################

AUDIO_DEVICE_ID = 2 # change this number to use another soundcard
SAMPLES_DIR = "/media/" # The root directory containing the sample-sets. Example: "/media/" to look for samples on a USB stick / SD card
USE_SERIALPORT_MIDI = True # Set to True to enable MIDI IN via SerialPort (e.g. RaspberryPi's GPIO UART pins)
USE_I2C_7SEGMENTDISPLAY = True # Set to True to use a 7-segment display via I2C
USE_BUTTONS = True # Set to True to use momentary buttons (connected to RaspberryPi's GPIO pins) to change preset
SAMPLES_DIR = "." # The root directory containing the sample-sets. Example: "/media/" to look for samples on a USB stick / SD card
USE_SERIALPORT_MIDI = False # Set to True to enable MIDI IN via SerialPort (e.g. RaspberryPi's GPIO UART pins)
USE_I2C_7SEGMENTDISPLAY = False # Set to True to use a 7-segment display via I2C
USE_BUTTONS = False # Set to True to use momentary buttons (connected to RaspberryPi's GPIO pins) to change preset
MAX_POLYPHONY = 80 # This can be set higher, but 80 is a safe value


Expand Down

0 comments on commit 34b0a38

Please sign in to comment.