Skip to content

Compilation error with Mozzi_Audio_Rate 65536 : Typo in config_check_generic.h #305

@BertheGrandPied

Description

@BertheGrandPied

Hello,

I'm using an audio rate of 65536 on my synth.
Compilation give an error because there is a typo in line 178 of config_check_generic.h

#elif MOZZI_AUDIO_RATE == 65336

should be (power of 2, 2*32768) :

#elif MOZZI_AUDIO_RATE == 65536

When corrected, everything works like a charm.

Best regards

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions