aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/amplitude_adjuster.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/amplitude_adjuster.js')
-rw-r--r--lib/systems/amplitude_adjuster.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/amplitude_adjuster.js b/lib/systems/amplitude_adjuster.js
index 71f7277..04f271a 100644
--- a/lib/systems/amplitude_adjuster.js
+++ b/lib/systems/amplitude_adjuster.js
@@ -36,6 +36,7 @@ export default class AmplitudeAdjuster extends System {
['a', 'b', 'c'].forEach(key => {
nodeElement.appendChild(slider({
+ id: `amplitude-adjuster-${i}-slider-${key}`,
min: '0',
max: '1',
step: '0.01',