[README] minor update

This commit is contained in:
thibaud keller 2024-11-12 11:39:02 +00:00
parent ec4285ce8f
commit 48f2c7f40c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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.