Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
https://emotiscope.rocks/
GNU General Public License v3.0
27 stars 5 forks source link

Setting information display needs a UI overlay with a close button #15

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

https://github.com/connornishijima/Emotiscope/blob/c9e12ff979572687127ea35a2db36b638f852bae/data/js/render_controls.js#L13


// TODO: Add UI for toggles to setting gallery

// TODO: Hue-related sliders should literally depict their hue settings
//   For example, the "hue" slider should fade to the currently selected color when dragged,
//   and the "hue range" slider should show a relevant gradient based on the position of
//   the "hue" slider.

// TODO: Setting information display needs a UI overlay with a close button
function show_setting_information(setting_name){
    setting_name = setting_name.toLowerCase();
    setting_name = setting_name.replace(" ", "_");

    console.log(information[setting_name]);
}

function hide_setting_information(){
    // Closes the setting info screen
}

function render_modes(){
    let mode_bin = document.getElementById("mode_bin");
    mode_bin.innerHTML = "";
github-actions[bot] commented 4 months ago

Closed in db08ffa1f5cbbc1f154cbfd56aba20f18ccc9ea7