Hello Mark! Thank you for your reply! The problem was actually solved by initializing the wave1Values array at the beginning of the linearInterpolation function. If I understood you right, thats what you meant too.. :) ...
i even tried to write a version with the sequencer class and it works fine too.. I have really no idea what I did wrong in my actual code..
The stripped down, working code:
main.cpp:
#include <Arduino.h>...
Hello!
Currently I am working on a 16-step sequencer with a touch display, to draw the individual waves on them, which you can put on any of the steps. For some reason, the sound coming from the Audio Shield is...
Hello!
Currently I am trying to build a step sequencer where I can draw four individual waves with the TFT ILI9341 Display and put them on any of the 16 steps. I was trying to interpolate between the points where the...
Hello!
Currently, I am trying to use Encoders inside my code. I am using VSC. For some reason though, the only output I get is -1 and sometimes it jumps to -2 if I twist the knob fast enough.. I would be happy about...