Skip to content

Instantly share code, notes, and snippets.

@andylshort
Created March 23, 2018 22:30
Show Gist options
  • Save andylshort/001b5d6554ee638b41eb5a592e266dad to your computer and use it in GitHub Desktop.
Save andylshort/001b5d6554ee638b41eb5a592e266dad to your computer and use it in GitHub Desktop.
Example chiptune bash script I found online
echo "g(i,x,t,o){return((3&x&(i*((3&i>>16?\"BY}6YB6%\":\"Qj}6jQ6%\")[t%8]+51)>>o))<<4);};main(i,n,s){for(i=0;;i++)putchar(g(i,1,n=i>>14,12)+g(i,s=i>>17,n^i>>13,10)+g(i,s/3,n+((i>>11)%3),10)+g(i,s/5,8+n-((i>>10)%3),9));}"|gcc -xc -&&./a.out|aplay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment