home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / Scibax_Demo_Academy_19xx_Scibax_Disk_3_of_3.d64 / voicetr.note_451 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  471b  |  24 lines

  1. 100 print"[147]";:list110-
  2. 110 there's one bug in pattern-edit!
  3. 120 but very little:
  4. 130 -after killing a song when you get
  5. 140 into pattern-edition you'll see:
  6. 150 :
  7. 160 "end."
  8. 170 :
  9. 180 ...but it isn't true! the real dis-
  10. 190 play should be:
  11. 200 :
  12. 210 "off.1f"
  13. 220 "end."
  14. 230 :
  15. 240 (that's why the total dur. is 20!)
  16. 250 :
  17. 260 so sorry for that!
  18. 270 :
  19. 280 :           signed:polonus
  20. 290 :
  21. 300 :use jsr$1000 to init tune
  22. 310 :    jsr$1003 to get irq-player
  23. 320 :    jsr$1006 to listen to the tune
  24.