eggnogg on the pi zero 2w !
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

tune-work.txt 1.4 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. (EGGNOGGS OF CANADA bytebeat by Madgarden)
  2. (
  3. - $r is the tick speed in Hz
  4. - $a is amplitude [volume] from 0 - 100
  5. - $0 resets the song to start when it is live-loaded
  6. - x is a value from 0 to 5, based on the current room outwards from
  7. the center of the map... starting room is 0... 9 total rooms
  8. - y is a random value set at game start
  9. - u is set to 1 when a player reaches the final room
  10. - v counts up to 255 over 10 seconds once the player leaps into
  11. the EGGNOGG
  12. )
  13. $r8000
  14. $a30
  15. ( $0 )
  16. t 10 >> 5 *
  17. ( t 3 & | ) ( chirp)
  18. ( melody )
  19. 5 & 1 + t * )
  20. ( 7 & 1 + t * )
  21. ( pitch changes )
  22. t 16 >> 3 & 1 + /
  23. 10 * 12 /
  24. t 7 >> 127 & +
  25. ( drum beat )
  26. ( 9999999 x 1 + 25 * / t 1 15 x u + - << % / + )
  27. 999999 x 1 + 10 * / t 1 15 x u + - << % / +
  28. x x * u * ^
  29. ( key )
  30. 2 *
  31. ( 9 * 5 / )
  32. ( classic arpeggio )
  33. ( t 8 >> 3 & )
  34. ( funky arp1 )
  35. ( t 9 >> 3 & 4 - )
  36. ( t 8 >> 3 & 4 - )
  37. ( arp segment )
  38. ( t 15 >> 1 & * t 18 >> 1 & * )
  39. ( arp mix )
  40. ( 1 + * )
  41. ( classic sound )
  42. ( dup t 11 >> 63 & 15 + x + + ^ )
  43. ( 303 hardcore )
  44. ( dup t 11 >> 15 & 5 + * | )
  45. ( organy )
  46. ( dup t 4 >> 63 & 79 + x + + ^ )
  47. ( techno )
  48. ( dup t 4 >> 63 & 3 + x + + ^ 190 & )
  49. ( techno 2 )
  50. ( dup t 4 >> 63 & t 4 >> 63 & + x + + ^ )
  51. ( t 4 >> 127 & | ) ( ?? )
  52. ( 2 >> dup 5 + ^ dup 5 * | ) ( barbarian organ )
  53. ( 8 + )
  54. ( filter )
  55. ( 255 & 2 / + 2 * 3 / dup )
  56. ( less filter )
  57. ( 255 & + 1 >> dup )
  58. ( ending counter )
  59. v |