Skip to content
Snippets Groups Projects
Commit e9c8bda4 authored by deuce's avatar deuce
Browse files

Whoops, forgot to specify the wave shape.

parent bb7fc767
Branches
Tags
No related merge requests found
......@@ -222,7 +222,7 @@ void playnote_thread(void *args)
}
duration-=pauselen;
if(note->notenum < 72 && note->notenum >= 0)
xptone(((double)note_frequency[note->notenum])/1000,duration);
xptone(((double)note_frequency[note->notenum])/1000,duration,WAVE_SHAPE_SINE_SAW_HARM);
else
SLEEP(duration);
SLEEP(pauselen);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment