diff --git a/readme.md b/readme.md index d8b0890..c548617 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,13 @@ OpenAudio Library for Teensy =========================== -**Special Note** 17 June 2020 - This library is undergoing revision to make Teensy 4.x compatible and to add functionality. Changes are expected throughout the rest of June. +**Special Note** 17 June 2020 - This library is undergoing revision to make Teensy 4.x compatible and to add functionality. Changes are expected throughout the rest of June. See this readme for summaries during this period. +1-synth_sine_f32.h & .cpp allowed both KINETISK and__IMXRT1062__ to support T4.x. Tested 3.6, 4.0 +2-Hid synth_pinknoise_f32.h & .cpp with .xxx type. Allows T4 compile until these are fixed. **Purpose**: The purpose of this library is to build upon the [Teensy Audio Library](http://www.pjrc.com/teensy/td_libs_Audio.html) to enable new functionality for real-time audio processing. -**Approach**: I am attempting to follow the structure and approach of the Teensy Audio Library so that coding techniques, style, and structure that works for the Teensy Audio Library will also work with my library. +**Approach**: I am attempting to follow the structure and approach of the Teensy Audio Library so that coding techniques, style, and structure that works for the Teensy Audio Library will also work with my library. synth_sine_f32 **Send Help!**: While I'm hoping to follow the pattern of the Teensy Audio Library, I am not a well trained programmer, so I have difficulty chosing the right path. If you see ways to make my code better aligned with the Teensy Audio Library, send a pull request! diff --git a/synth_pinknoise_f32.cpp b/synth_pinknoise_f32.cpp.xxx similarity index 100% rename from synth_pinknoise_f32.cpp rename to synth_pinknoise_f32.cpp.xxx diff --git a/synth_pinknoise_f32.h b/synth_pinknoise_f32.h.xxx similarity index 100% rename from synth_pinknoise_f32.h rename to synth_pinknoise_f32.h.xxx