A portable synth and music multi-tool made with Teensy 4.1
Stars
142
Forks
11
Watchers
142
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
112
commits
Move modList from the audio system to GUI. Modulation subpage now loads mod entries correctly.
64db565View on GitHubReduce LV_MEM_SIZE in lv_conf.h from 64k to 48k. Fix not unloading in loadAll(). Minor fix in AudioPage.
a073846View on GitHubRemove unnecessary code and update configurePage in Pages.cpp and WaveTablePage.cpp
c710427View on GitHubRefactor page classes and remove unused setUserData() functions
4194683View on GitHubAdd new SubPage system. Ported SynthPage to the new dynamic memory GUI.
6db02f7View on GitHubAdd support for non zero starting value for ParamArc. The offset is handled automatically. Also Add checks before calling from binded encoders.
0856967View on GitHubFix bug in EnvelopeGraph. object width and height does not calculate during page load.
867c3daView on GitHubFix bug in Button. Hold callback does not handle reverse checked state correctly.
ab26491View on GitHubUse lv_obj_clean instead of delete; remove unused code; Move waveform points to DMAMEM.
0ef201cView on GitHub