- Joined on Oct 17, 2019
dronus commented on issue dcoredump/MicroDexed#33
No UI-less variant possible anymore?I can try to rework the UI code to make it optional and easier to maintain. Would be cool to have a complete kit then (with casing). But I am quite busy in the following weeks, so I have to come…
1 year ago
dronus commented on issue dcoredump/MicroDexed#33
No UI-less variant possible anymore?I think the LCDMenuLib2 is also to blame for this. It seems it is designed for small codesize and speed by using a lot of macros and implementing the menus in a very static fashion. So if one follow…
1 year ago
dronus commented on issue dcoredump/MicroDexed#33
No UI-less variant possible anymore?This won't work out too. The UI function names (like UI_func_chorus_level etc.) are used everywhere, so there is no way to provide a sane empty dummy implementation of the UI. So maybe it's…
1 year ago
dronus commented on issue dcoredump/MicroDexed#33
No UI-less variant possible anymore?Actually there seems to be a lot of LCD code intertweened everywhere now. So it would not be easy to clean that up anymore. But maybe it is possible to define dummy stubs for the main LCD / menu…
1 year ago
dronus opened issue dcoredump/MicroDexed#23
Send patch sysex on program change, parameter change sysex on parameter change2 years ago
dronus pushed to spine_dx_dev at dronus/MicroDexed
-
810213a7fb Merge branch 'dev' of https://codeberg.org/dcoredump/MicroDexed into spine_dx_dev
-
47822b266f tuned pregain
-
1533e6ba12 Changes for autothrottling max simulatinious note.
-
dcccc77712 Added autothrottle for max_notes if CPU overload is detected.
-
5d9ca93373 Small fixes.
- Compare 5 commits »
2 years ago
dronus commented on issue dcoredump/MicroDexed#20
RAM usage unclearAfter stripping down the SD card I've never expect likely memory-dependend issues again.
2 years ago
dronus commented on issue dcoredump/MicroDexed#21
Feature proposal: CompressorNo, I don't think velocity is the problem.
2 years ago
dronus commented on issue dcoredump/MicroDexed#22
Audio bit depth regressionSeems to be fixed by newer dev commits.
2 years ago
dronus pushed to spine_dx_dev at dronus/MicroDexed
-
600f5e1900 post-compression level tuning for better usage of DAC range
-
983986a4fa adjusted gain level
- Compare 2 commits »
2 years ago
dronus pushed to spine_dx_dev at dronus/MicroDexed
-
3c9b757550 Merge branch 'dev' of https://codeberg.org/dcoredump/MicroDexed into spine_dx_dev
-
8bfd905f65 Merge branch 'spine_dx_dev_compressor' into spine_dx_dev
-
ebd319c94a touch sensitivity tuning
-
a44c859acf Removed not needed file.
-
ae301b85b9 Exchanged pan effect (simpler implementation).
- Compare 52 commits »
2 years ago
dronus commented on issue dcoredump/MicroDexed#20
RAM usage unclearI am using a Teensy 3.6, as I need the high pin count for my own UI / keyboard.
3 years ago
dronus closed issue dcoredump/MicroDexed#12
Timing issues Serial / SD / Audio interrupts3 years ago
dronus commented on issue dcoredump/MicroDexed#12
Timing issues Serial / SD / Audio interruptsMaybe some problems I encounter also have to do with race conditions or dynamic RAM overusage. Just deleting unused voice banks from the SD card made the system a lot more stable it seems. Maybe this is due to RAM overhead of SD card filesystem, or race conditions when reading in long directories from the SD card hit incoming commands. I will check this.
3 years ago