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
31 stars 6 forks source link

Make the setting gallery snap magnetically into place when scrolling completes t... #32

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

https://github.com/Lixie-Labs/Emotiscope/blob/3b78e167a2eafa4be89d7045b478cf42221734fa/data/js/render_controls.js#L40


        //slider_container.innerHTML += `<span class="slider"><div class="slider_label">${slider_name.toUpperCase()}</div><div class="slider_track" id="${slider_name}"></div></span>`;
    }
}
// TODO: Make the setting gallery snap magnetically into place when scrolling completes to keep sliders/toggles centered

function render_toggles(){
    let toggle_container = document.getElementById("setting_container");