Mid-The-Modder / Midbox-Source

Here are all the files for Midbox.
MIT License
0 stars 1 forks source link

Code cleaning #60

Open Mid-The-Modder opened 6 months ago

Mid-The-Modder commented 6 months ago

More on the code-optimizing side of things. I think it would be nice to go through all the code and see how certain things can be optimized/cut down in size or restructured for me to understand it better. I'm pretty sure something like this could also slightly improve performance if done correctly (if only slightly). Then again, too much optimizing on features that weren't implemented by me means more diversity from Jummbox (the original mod Midbox forks), and if Jummbox gets an update, then I'll be in for a ride translating its new code to what I'd have.

Mid-The-Modder commented 6 months ago

Many of the high-priority places that need optimizing are anywhere that contains wavetable functions, its prompt, and its synth. There are many things that could've been done much better in these areas.