mirror of
https://github.com/vbatts/bitorchestra.git
synced 2024-11-23 09:05:41 +00:00
adding links to the sources of the sounds
This commit is contained in:
parent
22e40e06d6
commit
dd8b338e5e
2 changed files with 7 additions and 0 deletions
3
SOURCES
Normal file
3
SOURCES
Normal file
|
@ -0,0 +1,3 @@
|
|||
http://www.youtube.com/watch?v=GtQdIYUtAHg
|
||||
http://www.youtube.com/watch?v=qlrs2Vorw2Y
|
||||
http://www.youtube.com/watch?v=tCRPUv8V22o
|
4
f5.c
Normal file
4
f5.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
main(t){
|
||||
for(t=0;;t++)
|
||||
putchar(((t*("36364689"[t>>13&7]&15))/12&128)+(((((t>>12)^(t>>12)-2)%11*t)/4|t>>13)&127));
|
||||
}
|
Loading…
Reference in a new issue