From ee05606a6e514a224108ef21732c1b6213956712 Mon Sep 17 00:00:00 2001 From: Len Shustek Date: Thu, 13 Sep 2018 08:21:55 -0700 Subject: [PATCH] Fix for Linux compile; point to Playtune_synth for PJRC audio library --- README.txt | 1 + miditones.c | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 7f4fe8a..f5f29dd 100644 --- a/README.txt +++ b/README.txt @@ -17,6 +17,7 @@ * www.github.com/LenShustek/ATtiny-playtune * www.github.com/LenShustek/Playtune_poll * www.github.com/LenShustek/Playtune_samp +* www.github.com/LenShustek/Playtune_synth * MIDITONES may also prove useful for other simple music synthesizers.. * * The output can be either a C-language source code fragment that initializes an diff --git a/miditones.c b/miditones.c index f1903ec..8a98f68 100644 --- a/miditones.c +++ b/miditones.c @@ -18,6 +18,7 @@ * www.github.com/LenShustek/ATtiny-playtune * www.github.com/LenShustek/Playtune_poll * www.github.com/LenShustek/Playtune_samp +* www.github.com/LenShustek/Playtune_synth * MIDITONES may also prove useful for other simple music synthesizers.. * * The output can be either a C-language source code fragment that initializes an @@ -261,8 +262,10 @@ * - Allow META fields to be larger than 127 bytes. * 2 January 2018, Kodest, V1.16 * - Don't generate zero-length delays +* 13 September 2018, Paul Stoffregen, V1.17 + - Fix compile errors on Linux with gcc run in default mode */ -#define VERSION "1.16" +#define VERSION "1.17" /*--------------------------------------------------------------------------------------------