1
0
C-bytebeat-render/samples/beeper.c

6 lines
130 B
C
Raw Normal View History

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