flubber2077 / bass_synth

GNU General Public License v3.0
2 stars 0 forks source link

Only update controls when they are actually updated, as opposed to every block #21

Open flubber2077 opened 2 years ago

flubber2077 commented 2 years ago

Juce has a good tutorial on how to implement their APVTS system that I want to start with, then it should just be adding listeners although I need to look into this more.

flubber2077 commented 2 years ago

I figured this out in the amp simulation, just need to port that implementation here. theoretically, theres nothing to go wrong. in actuality it will probably take me several hours with no guarantee of working