From ff702c8fd5361c1530c2623150f79080c4dd1bae Mon Sep 17 00:00:00 2001 From: thajohns Date: Mon, 28 Feb 2022 11:16:25 -0500 Subject: added documentation for mapped file structure --- render.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/render.py b/render.py index 0030969..2d7a68f 100644 --- a/render.py +++ b/render.py @@ -1,5 +1,15 @@ # A visualizer for the Python client (or any other client) rendering to a mapped file +# The map file format should look like the following C structure: +# struct mapping { +# float disp_factor; // scales the response to a note +# float last_samples[MAP_SAMPLES]; // samples from the waveform being played +# struct { +# unsigned long frequency; +# float amplitude; +# } values[STREAMS]; +# } + import optparse import mmap import os -- cgit v1.2.3-70-g09d2