Changeset 2453:b857e4733862 in roaraudio


Ignore:
Timestamp:
08/21/09 05:01:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set values for ssynth_polys[][]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/ssynth.c

    r2452 r2453  
    2424 
    2525#include "roard.h" 
     26 
     27float ssynth_polys[SSYNTH_POLY_POLYMAX][SSYNTH_POLY_COEFF] = { 
     28       {0.300000,  0.958333, -0.550000,  0.091667}, 
     29       {0.700010, -0.083333, -0.150000,  0.033333} 
     30      }; 
    2631 
    2732int ssynth_init_config(void) { 
Note: See TracChangeset for help on using the changeset viewer.