i hate everything

Mar 03, 2007 23:01

if walls could talk
i'm sorry these ones had to hear this
i see you every day
but i refuse to think about you when you're not there
nobody sings
and nobody hears
nobody writes
so nobody cares

and what's wrong with:
for( stage = 0; stage < STAGES; stage++ ){
lo_gain = NUM[2*stage][0];
mid_gain = MID_NUM[2*stage][0];
hi_gain = HI_NUM[2*stage][0];
y_lo = sos(x_lo, stage, lo_gain);
y_mid = sos(x_mid, stage, mid_gain);
y_hi = sos(x_hi, stage, hi_gain);
x_lo = y_lo;
x_mid = y_mid;
x_hi = y_hi;
}

i probably need to create second order system functions for each frequency range.

i usually hate knowing what's going wrong.
Previous post Next post
Up