config.h 508 B

1234567891011121314151617181920212223
  1. #pragma once
  2. // place overrides here
  3. /*
  4. * MIDI options
  5. */
  6. /* enable basic MIDI features:
  7. - MIDI notes can be sent when in Music mode is on
  8. */
  9. #define MIDI_BASIC
  10. /* enable advanced MIDI features:
  11. - MIDI notes can be added to the keymap
  12. - Octave shift and transpose
  13. - Virtual sustain, portamento, and modulation wheel
  14. - etc.
  15. */
  16. //#define MIDI_ADVANCED
  17. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
  18. //#define MIDI_TONE_KEYCODE_OCTAVES 2