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