From 8c78c85b159b7f1c396c4b6f497d07f8cce256f5 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 25 Sep 2019 11:45:56 +0200 Subject: [PATCH] Added a simple manual for testing without any keyboard or amp hardware. --- config.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.h b/config.h index 6f2cc8f..87a82ed 100644 --- a/config.h +++ b/config.h @@ -31,6 +31,13 @@ // ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from // 128 to 64 in /cores/teensy3/AudioStream.h +// 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" +// 2. Build the firmware with "MIDI_DEVICE_USB" enabled in config.h. +// 3. Afterconnecting to a Linux system there should be a MIDI an audio device available that is called "MicroMDAEPiano", so you can start the following: +// $ aplaymidi -p 20:0 # e.g. test.mid +// $ arecord -f cd -Dhw:1,0 /tmp/bla.wav + #define VERSION "0.9.5" //*************************************************************************************************