1
0

6 lines
130 B
C
Raw Permalink Normal View History

2024-05-27 08:07:42 +03:00
// RENDER PARAMETERS: sample_rate = 44100, no_return
bb_counter_t u = t << 1;
SAMPLE_TYPE x = u & u >> 8;
return (x | 127) + 63;