home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 40 / 64er_Magazin_Sonderheft_40_19xx_Markt__Technik_de.d64 / synthesizer (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  1KB  |  35 lines

  1. 1 ifa=0thena=a+1:load"synthesizer-obj",8,1
  2. 2 rem -------  c-64 synthesizer  -------
  3. 3 rem   von martin ahlborn
  4. 5 rem
  5. 990 rem ***************
  6. 992 rem *text & grafik*
  7. 994 rem ***************
  8. 996 :
  9. 1000 printchr$(142)"[147][156]********  c-64 synthesizer  ********"
  10. 1010 print"    [221]    [221]   [221]    [221] [146]   max [183]"
  11. 1020 print"    [221]    [221]   [221]    [221]  "
  12. 1030 print"    [221]    [221]   [221]    [221]r[146] pegel  "
  13. 1040 print"  [221] [221] [221] [221] [221] [221] [221] [221] [221] [221] [221] [221] [221] [221]e "
  14. 1050 print" q[221]w[221]e[221]r[221]t[221]y[221]u[221]i[221]o[221]p[221]@[221]*[221]^[221]=[221]t[146]   min [162]"
  15. 1060 print"[152]tasten    parameter    0123456789abcdef";
  16. 1070 print" [163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]";
  17. 1080 print"[129] f1  f2    anschlag     [204][204][204][204][204][204][146]          ";
  18. 1090 print" f3  f4    abschwellen  [204][146]               ";
  19. 1100 print"[154] f5  f6    halten       [204][204][204][204][204][204][204][204][204][204][204][204][204][204][204][204][146]";
  20. 1110 print"[158] f7  f8    ausklingen   [204][204][204][204][204][204][204][146]         ";
  21. 1120 print"[144] 'n' 'm'   tastverh.    [204][204][204][204][204][204][146]          ";
  22. 1130 print"[153]  'z'      wellenform   dreieck   "
  23. 1140 print"[156]  crsr     oktaven      c-4[156] bis c-6"
  24. 1150 print"[155]  'c'      filter       hoch band tief"
  25. 1160 print"[144] '[' ']'   filterfreq.  [204][204][204][204][204][204][204][146]         ";
  26. 1170 print"[146] '<' '>'   resonanz     [204][204][204][204][204][204][204][146]         ";
  27. 1180 print"[146]  '?'      'wah-wah'    aus"
  28. 1190 print" run/stop  ende"
  29. 1200 print"[151]        martin ahlborn 3418 uslar[145]"
  30. 1300 :
  31. 1305 rem ************
  32. 1310 ::::::sys12800::
  33. 1320 rem ************
  34. 2000 ende
  35.