aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthajohns <thajohns@clarkson.edu>2022-02-28 11:28:15 -0500
committerthajohns <thajohns@clarkson.edu>2022-02-28 11:28:15 -0500
commitc446d6977b6b696b19aa4bba912634a621fa5479 (patch)
tree63478da79ba42a1ccd298baa4788e13626a053c0
parentff702c8fd5361c1530c2623150f79080c4dd1bae (diff)
fixed documentation of disp_factor
-rw-r--r--render.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.py b/render.py
index 2d7a68f..aa0b75a 100644
--- a/render.py
+++ b/render.py
@@ -2,7 +2,7 @@
# The map file format should look like the following C structure:
# struct mapping {
-# float disp_factor; // scales the response to a note
+# float disp_factor; // a factor to be displayed onscreen
# float last_samples[MAP_SAMPLES]; // samples from the waveform being played
# struct {
# unsigned long frequency;