소스 검색

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;