Lookup Tables

Just thought I’d post my processing code to generate look up tables here! (after the jump).
I’m using this in the dronesizer!

float a = 0.0;
float numsteps =32.0;

float inc = TWO_PI/numsteps;

println("float sinC[4][SINC_LENGTH] = {");


println("{//sinus");

for(int i=0; i
			

Leave a Reply