NightRadio - D1
Tools:
Pixilang / https://warmplace.ru/soft/pixilang
Sound and graphics (except for the original photo) are entirely generated by code.
~
Sound code:
t2 = t >> 4;
v =
( t2 << 10 | t2 << 9 | t2 << 4 ) + t2
+ ( ( t2 << 12 & t2 << 2 | t2 << 6 ) - t2 )
- ( ( t << 9 ) & ( t >> 5 ) );
output = ( v & 32767 ) >> 1;
t = t + 1;
~
by NightRadio / WarmPlace.ru
2025