6 lines
130 B
C
6 lines
130 B
C
|
// RENDER PARAMETERS: sample_rate = 44100, no_return
|
||
|
|
||
|
bb_counter_t u = t << 1;
|
||
|
SAMPLE_TYPE x = u & u >> 8;
|
||
|
return (x | 127) + 63;
|