Robert Manzke
Robert Manzke
Wifi password length is not checked for min 8 letters, can cause crash if short password is used.
Problem when importing favorite, which has twice plugin instances on CH0+CH1 but different presets
WTOsc Pitch Tracking Compensation Needs compensation proportional to pitch
Progen Reverb mapping of modulation params to cv would be nice
Index of CV param could be undefined in case that no CV is allowed for a parameter, check architecture for possible bug.
Hi, it's great to see that ESP32 is supported in link. However, ESP32 fpu is single precision, thus link would benefit from a configuration option to use float instead of...
There is a bug in line 40 of chiptune_engine.cc: for (int i = 0; i < kChordNumNotes; ++i) { voice_[i].Init(); } It should be kChordNumVoices instead of kChordNumNotes. This leads...
C:\arduino-1.8.18\hardware\MCL-4.51\avr\cores\megacommand\wiring.c:26:10: fatal error: helpers.h: No such file or directory #include "helpers.h" helpers.h seems to be missing
How to invert rotation direction of encoders?
**Describe the bug** Tried the C-Example usb_midi_host and connected a Beat Step Pro, the device is recognized with 2 Midi Cables, but no midi data is received **To Reproduce** Steps...