瀏覽代碼

fixed documentation of disp_factor

thajohns 3 年之前
父節點
當前提交
c446d6977b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      render.py

+ 1 - 1
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;