ElectroTechnique / TSynth-Teensy4.1

TSynth for Teensy 4.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BandLimitedWaveform step_table conflict and compiler note

rolfdegen opened this issue · comments

Hallo Tsynth :)

Looks like the linker is failing with lots of duplicate symbols.

For example step_table:
You have defined in data_bandlimit_step.c.

But you are also using Audio librar and bringing in that same symbol, in it's data_bandlimit_step.c
I have renamed the table to data_bandlimit_step.c now.