Explorar o código

fixed documentation of disp_factor

thajohns %!s(int64=3) %!d(string=hai) anos
pai
achega
c446d6977b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;