From cca800752592d36a2d75898d0f601cfd174fd352 Mon Sep 17 00:00:00 2001 From: Thomas Combriat Date: Sun, 19 Mar 2023 18:36:24 +0100 Subject: [PATCH] Slightly update NEWS.txt --- extras/NEWS.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extras/NEWS.txt b/extras/NEWS.txt index 24c162c9f..5f653fe49 100644 --- a/extras/NEWS.txt +++ b/extras/NEWS.txt @@ -4,7 +4,7 @@ NEWS get the latest version from https://sensorium.github.io/Mozzi/ release v1.1.0 --new synth classes (and examples) by Tom Combriat @tomcombriat: +- new synth classes (and examples) by Tom Combriat @tomcombriat: - Wavefolder - MetaOscil - MultiResonantFilter @@ -12,9 +12,11 @@ release v1.1.0 release v1.1.0rc1 (not actually "released", just the Github code around 2019 onwards.) - Initial RP2040 port added by Thomas Friedrichsmeier + Hardware specific notes are on the Mozzi main web page. +- Initial Teensy 4.X port added by Tom Combriat - Code reorganised to split most hardware specific code into dedicated files - STEREO_HACK is deprecated in favor of AUDIO_CHANNELS -- updateAudio() should be slightly rewritten for portability across different configuraitions and boards +- updateAudio() should be slightly rewritten for portability across different configurations and boards - refer to the MonoOutput() and StereoOutput() classes for more detail - EXTERNAL_AUDIO_OUPUT allows to integrate external DACs, easily - STM32(duino) and ESP8266 ports have been added by Thomas Friedrichsmeier, ESP32 port by Dieter Vandoren and Thomas Friedrichsmeier.