MIDI Foot Controller using Arduino

Started by niektb, June 19, 2021, 06:20:24 AM

Previous topic - Next topic

niektb

Quote from: pruttelherrie on March 30, 2022, 04:50:16 PM
Quote from: niektb on March 28, 2022, 04:10:17 AM
using a library would increase the memory usage :)

That does not really follow. Especially not when you're using an RTOS for convenience?

That said, if one is only sending Program Changes a couple of Serial.write() is all you need...

Touché on the RTOS lol but one could argue that because of that, memory needs to be preserved in other areas ;)
But yes, the main reason is that importing a library would allow me to remove a function with two serial writes inside... Doesn't feel worth it :)