samples: melody.c: add a FIXME
This commit is contained in:
parent
7e2347d8e7
commit
301ad4292b
@ -1,5 +1,7 @@
|
||||
// RENDER PARAMETERS: sample_rate = 44100, no_return
|
||||
|
||||
// FIXME: The sound disappears after a few cycles
|
||||
|
||||
static const long double array[] = {1, 1.25, 1.5, 2};
|
||||
long double v = array[3 & (t >> 13)];
|
||||
return (long double) t * v / 3.1415926535;
|
||||
|
Loading…
Reference in New Issue
Block a user