|
|
@ -32,7 +32,7 @@ |
|
|
|
#define CONFIG_H_INCLUDED |
|
|
|
#define CONFIG_H_INCLUDED |
|
|
|
|
|
|
|
|
|
|
|
// Initial values
|
|
|
|
// Initial values
|
|
|
|
#define VERSION 1.0.0 |
|
|
|
#define VERSION "0.9.1" |
|
|
|
#define MIDI_DEVICE Serial1 |
|
|
|
#define MIDI_DEVICE Serial1 |
|
|
|
#define USE_ONBOARD_USB_HOST 1 |
|
|
|
#define USE_ONBOARD_USB_HOST 1 |
|
|
|
#define MIDI_MERGE_THRU 1 |
|
|
|
#define MIDI_MERGE_THRU 1 |
|
|
@ -43,10 +43,10 @@ |
|
|
|
#define DEFAULT_SYSEXSOUND 0 |
|
|
|
#define DEFAULT_SYSEXSOUND 0 |
|
|
|
//#define DEXED_ENGINE DEXED_ENGINE_MODERN
|
|
|
|
//#define DEXED_ENGINE DEXED_ENGINE_MODERN
|
|
|
|
#ifndef TEENSY_AUDIO_BOARD |
|
|
|
#ifndef TEENSY_AUDIO_BOARD |
|
|
|
#define AUDIO_MEM 450 |
|
|
|
#define AUDIO_MEM 250 |
|
|
|
#define DELAY_MAX_TIME 600.0 |
|
|
|
#define DELAY_MAX_TIME 600.0 |
|
|
|
#else |
|
|
|
#else |
|
|
|
#define AUDIO_MEM 900 |
|
|
|
#define AUDIO_MEM 500 |
|
|
|
#define DELAY_MAX_TIME 1200.0 |
|
|
|
#define DELAY_MAX_TIME 1200.0 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#define SAMPLE_RATE 44100 |
|
|
|
#define SAMPLE_RATE 44100 |
|
|
@ -71,7 +71,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
// Debug output
|
|
|
|
// Debug output
|
|
|
|
#define SERIAL_SPEED 38400 |
|
|
|
#define SERIAL_SPEED 38400 |
|
|
|
//#define DEBUG 1
|
|
|
|
#define DEBUG 1 |
|
|
|
#define SHOW_MIDI_EVENT 1 |
|
|
|
#define SHOW_MIDI_EVENT 1 |
|
|
|
#define SHOW_XRUN 1 |
|
|
|
#define SHOW_XRUN 1 |
|
|
|
#define SHOW_CPU_LOAD_MSEC 5000 |
|
|
|
#define SHOW_CPU_LOAD_MSEC 5000 |
|
|
|