home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / cbm / 4402 < prev    next >
Encoding:
Text File  |  1992-11-05  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!news.forth.gr!csd.uch.gr!kilitzir
  3. From: kilitzir@csd.uch.gr (Kilitzirakis christos 122)
  4. Subject: Just an idea I had!
  5. Message-ID: <1992Nov5.152406.15786@csd.uch.gr>
  6. Summary: Build a sampler with no hardware!!!(Assuming you have a Datasette)
  7. Keywords: sampling,assembly
  8. Organization: Computer Science Department, University of Crete HELLAS
  9. Distribution: comp.sys.cbm
  10. Date: Thu, 5 Nov 1992 15:24:06 GMT
  11. Lines: 31
  12.  
  13. Hello people,
  14. I havent use my C128 for more than a year,I finally got my Amiga :)
  15. I was programming in assembly for the C64/128 though,(only assmebly
  16. can give you speed,man :)),and I had an idea.The idea was to make a 
  17. sampler without any additional hardware!!!The only hardware needed was
  18. the Dataset or whatever tape you were using to load progs.Before I go
  19. through developing my idea,I got my amiga and so I left this idea behind
  20.     Well,I just wanted to tell you this idea,I am sure someone out there
  21. could develope such a program, if it can be done.
  22.     My primitive thinking was :
  23. a) Record routine
  24.    Make a routine in assembly (it can't be done in another lang) which
  25.    will read the frequency of the sound that the tape has and save that
  26.    in memory.(That is the hard part,you have to modify the interupt 
  27.    routine for loading)
  28. b) Play routine
  29.    That's easy ,all this routine has to do is read from ram and put data
  30.    on SID's registers
  31.  
  32.    Well,basically this is it,you can add extra effects as soon as you
  33. have the above working fine.I really hope this could work!Another thing
  34. you should be aware of if you are going to go through this is that the
  35. record routine MUST HAVE EXACTLY the same timing with the play routine
  36. down to the last cycle.
  37.    This is it,I hope you find this somewhat usefull,and I hope you have
  38. success if you try it.
  39.                         Friendly
  40.                         Alkis Argiropoulos
  41.  
  42. P.S. If you have any progress e-mail me (ypolo37@athina.cc.uch.gr until
  43.      Christmass and kilitzir@csd.uch.gr whenever)
  44.