From 48f2c7f40c09bec7c50b7cf9082a9d978257d1e3 Mon Sep 17 00:00:00 2001 From: thibaudk Date: Tue, 12 Nov 2024 11:39:02 +0000 Subject: [PATCH] [README] minor update --- README.md | 2 +- Senior/SeniorModel.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c472b6..dbf4aff 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ It aims at emulating the [Ottobit](https://www.meris.us/product/ottobit/) module ## TODO * Add features form the [Ottobit Jr.](https://www.meris.us/product/ottobit-jr/) - - [ ] Lowpass Filter + - [X] Lowpass Filter - [ ] Stutter effect diff --git a/Senior/SeniorModel.cpp b/Senior/SeniorModel.cpp index 256f3dc..0cb52de 100644 --- a/Senior/SeniorModel.cpp +++ b/Senior/SeniorModel.cpp @@ -4,11 +4,11 @@ #include "Senior.hpp" -namespace Ottobit -{ #define BITS 16 #define RATE 64 +namespace Ottobit +{ void Senior::prepare(setup info) { // Initialization, this method will be called with buffer size, etc.