TheSlowGrowth
TheSlowGrowth
The current way of selecting the ranges is easy to use but not very flexible. How can it be improved without making it tedious to use?
Instead of using MIDI, it would be cool to be able to drive the VCO with a DC-coupled audio interface. Problems: - Unknown relation between sample-value and corresponding voltage on...
For some reason, the juce::AudioDeviceSelectorComponent doesn't add a level meter to ASIO input devices. It should be considered to add a dedicated level meter somewhere on the audio settings panel.
When doing the first measurement, without changing any of the settings, the program crashes. See [this post on MuffWiggler](https://www.muffwiggler.com/forum/viewtopic.php?p=2276464#2276464)
This PR adds a "conversion complete" callback to the `AdcHandle` similar to the ones found in other drivers. This would allow users to actually know when a conversion is complete,...