[README] minor update
This commit is contained in:
parent
ec4285ce8f
commit
48f2c7f40c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue