I have an audio visualiser which currently represents 3RGB LEDs through an Arduino. I send a value for each channel of light and this currently works well.
I change the intensity of each channel based on how bassy the audio is and I cycle from 1 to 360 in Hue and convert HSV to RGB which gets sent to the Arduino.
What is a better way to represent the audio which is more "dynamic" instead of just cycling between 1 and 360