Hi all,
I'm new to programming and after a bit of advice on the possibilities of these devices.
At the moment I'm using/ editing code made by others to create Mozzi based synthesizers on the UNO R3.
I didn't know about Arduino a week ago, and would like to emphasize how impressed i am with the concept and the community.
My question is:
Is it possible for a potentiometer to control a parameter on the synthesizer, and output its value on the LCD display?
For example, if I adjust the oscillator frequency via A0, can a value be shown on a 2x16 LCD, it doesn't have to represent the frequency, just a value that i can record to replicate the exact sound later.
My device is using the analogue inputs to control synth parameters, and PWM (9) out for audio and the other digital outs for the LCD.
I have managed to get the LCD working to display potentiometer values, and tried to combine the code, but am aware that this is due to my lack of knowledge.
Please can somebody tell me if what i am trying to achieve is actually possible, as this will put a close on this for me to find an alternative.
Any help will be much appreciated!
Many thanks in advance.