Skip to content

Commit 34b0a38

Browse files
committed
Minor update
1 parent d13f5c6 commit 34b0a38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

samplerbox.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#########################################
1616

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

2424

0 commit comments

Comments
 (0)