File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515#########################################
1616
1717AUDIO_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
2222MAX_POLYPHONY = 80 # This can be set higher, but 80 is a safe value
2323
2424
You can’t perform that action at this time.
0 commit comments