rolfdegen / Jeannie-Open-source-Synthesizer

Jeannie 8-voice polyphonic open source synthesizer
71 stars 12 forks source link

Compiling V1.57 #23

Closed Wladimir25 closed 2 years ago

Wladimir25 commented 2 years ago

Hello Rolf, I tried to compile the V1.57 but got some errors,

In ST7735Display.h myControlChange() was not declared in this scope updateFilterFM() was not declared in this scope updateFilterFM2() was not declared in this scope recallPatch() was not declared in this scope setWave... () was not declared in this scope What am I doing wrong?

Which Library for #include do you use?

Is that right? Board: "Teensy 4.1" USB Type: "Serial + MIDI" or USB Type: "Serial + MIDI" + Audio? CPU Speed "720 MHz (overclock)"? Optimize: "Faster"?

Thank you very much Andreas

rolfdegen commented 2 years ago

I think your compiler didn't do the prototype declaration automatically in ST7735Display.h . You have to add them manually.

Lib for MCP320x.h is from: /**

Board: "Teensy 4.1" USB Type: "Serial + MIDI" + Audio CPU Speed "720 MHz (overclock)" Optimize: "Fastest"

Wladimir25 commented 2 years ago

Thank you, that was the problem.