diff options
author | thajohns <thajohns@clarkson.edu> | 2022-02-28 11:28:15 -0500 |
---|---|---|
committer | thajohns <thajohns@clarkson.edu> | 2022-02-28 11:28:15 -0500 |
commit | c446d6977b6b696b19aa4bba912634a621fa5479 (patch) | |
tree | 63478da79ba42a1ccd298baa4788e13626a053c0 | |
parent | ff702c8fd5361c1530c2623150f79080c4dd1bae (diff) |
fixed documentation of disp_factor
-rw-r--r-- | render.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |