summaryrefslogtreecommitdiffstats
path: root/tmpl
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2025-11-27 15:53:51 +0200
committergrm <grm@eyesin.space>2025-11-27 15:53:51 +0200
commit7828597e5f159010c168f9fe366828825fc75205 (patch)
treef03a7ca58230ae162a4bf3a6c9d2763a8c6364e4 /tmpl
parenta4acc4cd3a4ef237fb7238894336bbc4af659e07 (diff)
downloadsynth-project-7828597e5f159010c168f9fe366828825fc75205.tar.gz
synth-project-7828597e5f159010c168f9fe366828825fc75205.tar.bz2
synth-project-7828597e5f159010c168f9fe366828825fc75205.zip
chore: remove x value, tidy some code
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index a6ae38b..071f2a2 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -24,7 +24,6 @@
<span id="wvt_pos" class="int">wvt_pos: $INT( synth->wvt_pos )$</span>
<span id="cci" class="int">cci: $INT( synth->cci )$</span>
<span id="autogain" class="int">autogain: $INT( synth->autogain )$</span>
- <span id="x" class="float">x: $FLOAT( synth->x )$</span>
<span id="midi_active_n" class="int">midi_active_n: $INT( synth->midi_active_n )$</span>
<span id="octave" class="int">octave: $INT( synth->octave )$</span>
<span id="delay" class="int">delay: $INT( synth->delay )$</span>