home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 10 / 010.d81 / t.introductions < prev    next >
Text File  |  2022-08-26  |  1KB  |  74 lines

  1.  
  2.    INTRODUCTION TO AN INTRODUCTION
  3.  
  4.  
  5.  
  6.  
  7. Sent in by:  Tom Jeffries
  8.              2915 Harrison
  9.              Oakland, CA  94611
  10.  
  11.  
  12.  
  13.  
  14.   INTRODUCTIONS was one of the
  15.  
  16. first pieces I wrote for the Commodore
  17.  
  18. 64, so you'll have to excuse some
  19.  
  20. sloppy programming.  It's generally a
  21.  
  22. pretty straight-forward piece, but
  23.  
  24. there are a couple of things that
  25.  
  26. are worth a comment.
  27.  
  28.   First of all, notice the FOR/
  29.  
  30. NEXT loops in lines 80 and 100. By
  31.  
  32. gradually changing the filter cut-
  33.  
  34. off frequency the sound changes like
  35.  
  36. the 'wah' of a 'wah-wah' guitar. Also
  37.  
  38. notice in lines 220-270 the changes
  39.  
  40. in the pulse width for voice 3. In
  41.  
  42. general, the biggest problem with the
  43.  
  44. SID chip is getting enough variety,
  45.  
  46. and changing the filter or waveform
  47.  
  48. provides variety.
  49.  
  50.   This program uses a short machine
  51.  
  52. code program located at 49160 to gate
  53.  
  54. the notes on and off.  This machine-
  55.  
  56. language program is called JEFFIRQ V2.
  57.  
  58. It is on both sides of LOADSTAR. If
  59.  
  60. you have a machine-language monitor
  61.  
  62. you may want to take a look.
  63.  
  64.      I hope you enjoy the music; I
  65.  
  66. certainly had fun writing it.
  67.  
  68.  
  69.  
  70. >Files Used: INTRODUCTIONS
  71.              JEFFIRQ V2
  72.  
  73. --------------------------------------
  74.