I'm moderately new to C++, and was contemplating a way to have input to a program that can read things like a pitch modulator. Is C++ able to do this sort of thing? Is it the best language for this?
The best image of the idea I can give is continually updating output based on user input in the form of a pitch modulator/slider. Example: Modulator/slider is moved to change the power of air going through a tube, output shows the effect of the air on... whatever is at the end.
Does anyone know if there's something I can use to simulate that? And does anyone know if there's a better language for this sort of thing?