aciduino icon indicating copy to clipboard operation
aciduino copied to clipboard

The initialization of these two arrays spawned an error.

Open rdridder opened this issue 1 year ago • 0 comments

Hi guys,

Thanks for creating a great project. I was trying to compile your project for ESP32 and I ran into some issues. I have downloaded the release zip file and it did not compile. To fix it I checked out the source and started debugging. The first issue I ran into was the initialization of two arrays with structs. It spawned the below error: error: cannot convert '' to 'uint8_t' {aka 'unsigned char'} in initialization

I have changed the initialization, the code compiles now. I was using a freshly downloaded Arduino IDE version 2.3.3.

I have also found issues for uClock and uCtrl for which I will submit pull requests because those two modules also prevented me from compiling the code and run it on an ESP32.

After those fixes I was able to upload the software to my ESP WROOM 32D and run the sequencer. I have checked with a logic analyzer that it actually produced MIDI events and that seems to be the case.

Cheers,

Ron

rdridder avatar Oct 12 '24 15:10 rdridder