frederico-betting

Results 11 comments of frederico-betting

Nice. Thanks! I already updated my code with your suggestion. I'm planning to have 4 octaves, so the code would become even bigger. Regarding the velocity. I think it's a...

Don't worry... You've provided me some documentation and now I know how to start. That's great. I'll keep this issue opened. I'll contact you again if I have any question....

Hi @tttapa I think I already have a daft to perform what I want to implement. This is what I have so far... From `NoteSensitiveKey.hpp` ``` #include BEGIN_CS_NAMESPACE /* *...

@tttapa , I've tried so many different ways to implement the code but I don't know exactly how to implement it (some limitions on C++)... I'm using this code as...

Indeed, I was not so clear in my question (my bad!). But you could respond part of it already. I'm working with some multiplexers `CD74HC4067` and I need to convert...

> You get this error because you're using an old compiler. Please upgrade the Arduino AVR Core to at least version 1.8.1. I've never really used PlatformIO, so I can't...

> By the way, `filteredAnalogs` is not an array of `FilteredAnalog`, it's an `std::vector`. You cannot easily create an array of `FilteredAnalog` because it's not default constructible. You could add...

I updated the constructor. Makes sense. Tks I got your point. In this case, I'll just fork `Control-Surface`, make my changes and reference the forked repo in my project.

Nice. If you want I can open a pull request of it.

Sounds really great! Thanks for working on this. Do you have any expectation when you will merge it?