Changeset 2473:a4572bd2409e in roaraudio


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

set volume to 25%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/ssynth.c

    r2472 r2473  
    196196   memcpy(&(g_ssynth.notes[i].note), note, sizeof(struct roar_note_octave)); 
    197197   roar_synth_init(&(g_ssynth.notes[i].synth), &(g_ssynth.notes[i].note), g_sa->rate); 
     198   roar_synth_set_volume(&(g_ssynth.notes[i].synth), 0.25); 
    198199   ssynth_note_set_stage(i, SSYNTH_STAGE_KEYSTROKE); 
    199200   ROAR_DBG("ssynth_note_new(note=%p, vv=%i) = %i", note, vv, i); 
Note: See TracChangeset for help on using the changeset viewer.