|
|
@ -30,6 +30,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
// ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from
|
|
|
|
// ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from
|
|
|
|
// 128 to 64 in <ARDUINO-IDE-DIR>/cores/teensy3/AudioStream.h
|
|
|
|
// 128 to 64 in <ARDUINO-IDE-DIR>/cores/teensy3/AudioStream.h
|
|
|
|
|
|
|
|
#define AUDIO_BLOCK_SAMPLES 64 |
|
|
|
|
|
|
|
|
|
|
|
// If you want to test the system with Linux and withous any keyboard and/or audio equipment, you can do the following:
|
|
|
|
// If you want to test the system with Linux and withous any keyboard and/or audio equipment, you can do the following:
|
|
|
|
// 1. In Arduino-IDE enable "Tools->USB-Type->Serial + MIDI + Audio"
|
|
|
|
// 1. In Arduino-IDE enable "Tools->USB-Type->Serial + MIDI + Audio"
|
|
|
@ -38,6 +39,7 @@ |
|
|
|
// $ aplaymidi -p 20:0 <MIDI-File> # e.g. test.mid
|
|
|
|
// $ aplaymidi -p 20:0 <MIDI-File> # e.g. test.mid
|
|
|
|
// $ arecord -f cd -Dhw:1,0 /tmp/bla.wav
|
|
|
|
// $ arecord -f cd -Dhw:1,0 /tmp/bla.wav
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define VERSION "0.9.7" |
|
|
|
#define VERSION "0.9.7" |
|
|
|
|
|
|
|
|
|
|
|
//*************************************************************************************************
|
|
|
|
//*************************************************************************************************
|
|
|
@ -112,8 +114,8 @@ |
|
|
|
//* UI
|
|
|
|
//* UI
|
|
|
|
//*************************************************************************************************
|
|
|
|
//*************************************************************************************************
|
|
|
|
#define ENABLE_LCD_UI 1 |
|
|
|
#define ENABLE_LCD_UI 1 |
|
|
|
//#define STANDARD_LCD_I2C
|
|
|
|
#define STANDARD_LCD_I2C |
|
|
|
#define OLED_SPI |
|
|
|
//#define OLED_SPI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// LCD Display
|
|
|
|
// LCD Display
|
|
|
|