home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 067.lha / Drw / UploadDocs < prev    next >
Text File  |  1986-11-20  |  3KB  |  62 lines

  1.       ----- Doc on this upload....Aug 16, 1987 -----
  2.  
  3.  
  4. This is the source for my DRW program - the sonic spectral editor.
  5. Some of my support files should be useful to those of you looking 
  6. for these functions. Caution: none other than John Bryan of Compuserve
  7. and Amazing Computing has snickered derisively at the "poor coding
  8. style". Fiddlesticks.
  9.  
  10.  Source files:
  11.  
  12.    ConSupp --- Simple console creator for use by  workbench launched
  13.                turnkeys..
  14.    Qsin,Qst --- Quantized Sins, Cos, and multiply sins... fixed
  15.                point is at 15 bits, resolution: 2pi = $400 = 1024
  16.                PCI referenced... should work anywhere.
  17.    8SVXMake --- attempts to make an 8svx IFF Sample file. Has
  18.                some bugs in it, but makes readable files (for use
  19.                in DMCS for example).   
  20.    DRW.4th ---- Read the .doc for instructions (?) room for you
  21.                to add functions is there. I like to run it using
  22.                my Kurta Series 1 instead of the mouse, which is
  23.                why there are no menus.
  24. Object:
  25.   
  26.   Drw     ---- the turnkeyed version.
  27.  
  28.   Ron.Op  --- a file to "Input" and play with...(Sample came from a
  29.               press conference via my  Mirage collection.)
  30.  
  31. Your forth should have
  32.  exec.calls,exec.symbols,
  33.  Intuition.calls,intuition.symbols,Intuition.misc,
  34.  graphics.calls, graphics.symbols 
  35.                 
  36.  
  37. I plan on making a much better version in a compiled language which
  38. will give unlimited time and frequency response, vectored partials 
  39. instead of pixelated ones, combination of the vectors into wave
  40. functions (FOF,Vosim, FM,AM), copy/pasting. This is a prototype to
  41. get the idea of Amy's sound quality and speed ( compiled should be
  42. MUUUCH faster ). Anyone want to write a "C" interpreter in FORTH?
  43.             J H H Lowengard, 
  44.             CIS 76625,2425
  45.             Midi-Net: ENIAC/Henry Lowengard
  46.  
  47. And here, If you plan to send this file along, is space for your 
  48. name, address and comments, so that you can form your own support
  49. community if need be.
  50.  
  51. NAME:      Henry Lowengard
  52. ADDRESS:   43 W 16th St apt 2D 
  53. CITY:      NYC   10011-6320
  54. COMMENTS:  As Author, I ask you to read the accompanying doc file
  55.            and perhaps peruse the source for silly comments and
  56.            a look at the program's underware (underware?). For 
  57.            making professional samples, stick the Amiga outs 
  58.            through an EQ and some reverb... very nice indeed. 
  59.            The Kawai K5 can do a similar synthesis job in real time
  60.            (although not with 256 amplitude points) so it might
  61.            be worth a listen.  Aug 16 87.
  62.