Jump to content

Photo

Baal, if you are out there, this made me think of you. (C programs and music)


  • Please log in to reply
No replies to this topic

#1 flcl_grim

flcl_grim

    Kilobyte

  • Members
  • 182 posts

Posted 01 January 2013 - 11:44 PM

http://countercomple...ne-line-of.html
Small little c programs that can make "music" (really just repetitive noises). Pretty neat.

IF YOU ARE ON LINUX, TRY THESE:

echo "main(i){for(i=0;;i++)putchar(((i*i>>8&46&i>>8))^i&i>>13);}" | gcc -x c - && ./a.out | aplay


echo "main(i){for(i=0;;i++)putchar(((i*i>>8&46&i>>8))^i&i>>13);}" | gcc -x c - && ./a.out | aplay