Changeset 2476:6da5cf65271b in roaraudio


Ignore:
Timestamp:
08/22/09 22:35:39 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set a non sine function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/ssynth.c

    r2473 r2476  
    197197   roar_synth_init(&(g_ssynth.notes[i].synth), &(g_ssynth.notes[i].note), g_sa->rate); 
    198198   roar_synth_set_volume(&(g_ssynth.notes[i].synth), 0.25); 
     199   roar_synth_set_func(&(g_ssynth.notes[i].synth), ROAR_SYNTH_SYNF_TRAP); 
    199200   ssynth_note_set_stage(i, SSYNTH_STAGE_KEYSTROKE); 
    200201   ROAR_DBG("ssynth_note_new(note=%p, vv=%i) = %i", note, vv, i); 
Note: See TracChangeset for help on using the changeset viewer.