Skip to content

Commit

Permalink
Update samplerbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stpf99 authored Sep 10, 2020
1 parent ba5206b commit 6486082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samplerbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#########################################

AUDIO_DEVICE_ID = 0 # change this number to use another soundcard
SAMPLES_DIR = "/home/ts/SamplerBox/" # The root directory containing the sample-sets. Example: "/media/" to look for samples on a USB stick / SD card
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
Expand Down

0 comments on commit 6486082

Please sign in to comment.