Changeset 2433:a23cb8131b27 in roaraudio


Ignore:
Timestamp:
08/19/09 17:21:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

sin...

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/synth.h

    r2432 r2433  
    4242 
    4343// SYNF -> Synthesis Function 
    44 #define ROAR_SYNTH_SYNF_SINE ROAR_SYNTH_FUNC_CAST(sinf) 
     44#define ROAR_SYNTH_SYNF_SIN  ROAR_SYNTH_FUNC_CAST(sinf) 
    4545#define ROAR_SYNTH_SYNF_RECT ROAR_SYNTH_FUNC_CAST(roar_synth_synf_rect) 
    4646#define ROAR_SYNTH_SYNF_SAW  ROAR_SYNTH_FUNC_CAST(roar_synth_synf_saw) 
  • libroardsp/synth.c

    r2432 r2433  
    4040 state->volume = 1; 
    4141 
    42  state->func = ROAR_SYNTH_SYNF_SINE; 
     42 state->func = ROAR_SYNTH_SYNF_SIN; 
    4343 
    4444 return 0; 
Note: See TracChangeset for help on using the changeset viewer.