Changeset 2431:405e3c3d4815 in roaraudio for libroardsp


Ignore:
Timestamp:
08/19/09 15:29:53 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added SYNF s2s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/synth.c

    r2430 r2431  
    141141} 
    142142 
     143float roar_synth_synf_s2s  (float t, struct roar_synth_state * state) { 
     144 float sin2 = sinf(t/1.2); 
     145 
     146 return sin2*sin2 * sin(t*1.2); 
     147} 
     148 
    143149//ll 
Note: See TracChangeset for help on using the changeset viewer.