home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / programm / bip4fut / bip4fut.txt < prev   
Text File  |  1993-06-10  |  8KB  |  208 lines

  1.  
  2.                    THE BINARY POETS
  3.                   PRESENTS A
  4.                 BIP PRODUCTION OF 1993
  5.  
  6.                B I P   4   T H E   F U T U R E
  7.  
  8.             Released the 10th of June 1993
  9.  
  10.       Developed by Kim, Jesper, Andreas and Niklas of The Binary Poets
  11.                Music-system by The CodeBlasters
  12.  
  13.                       
  14.                    ┌──────────────┐
  15. ═══════════════════════════════╛ REQUIREMENTS ╘════════════════════════════════
  16.  
  17.  The demo requires:
  18.  
  19.  ∙ A 100% IBM compatible 80286 with at least 8 Mhz, but we recommend a faster 
  20.    computer for better sound quality.
  21.  
  22.  ∙ An IBM compatible standard VGA , with at least 512k of video memory. 
  23.    If you have a slow CPU, like a 80286 with 8 Mhz, we recommend a graphics
  24.    card with at least 1Mb. Otherwise the demo will flicker. The video memory 
  25.    amount doesn't really matter on faster computers, like a 386 or 486 with 
  26.    25 Mhz or more.   
  27.  
  28.  ∙ At least 560k of free RAM memory. Do not use EMM386 or QEMM, because then
  29.    the demo will run very badly.
  30.  
  31.                  ┌──────────┐
  32. ═════════════════════════════════╛ SUPPORTS ╘══════════════════════════════════
  33.  
  34.  The following SoundDevices are supported in the demo.
  35.             
  36.           ∙  Internal Speaker                       - MONO 
  37.           ∙  Mono D/A Converter or Covox in LPT 1   - MONO
  38.           ∙  Mono D/A Converter or Covox in LPT 2   - MONO
  39.           ∙  SoundBlaster                           - MONO
  40.           ∙  Two D/A Converters in LPT1 & LPT2      - STEREO
  41.           ∙  Stereo D/A Converter in LPT 1          - STEREO
  42.           ∙  Stereo D/A Converter in LPT 2          - STEREO
  43.           ∙  SoundBlaster PRO                       - STEREO
  44.  
  45.  
  46.             ┌────────────────────────────┐
  47. ════════════════════════╛ INFORMATION ABOUT THE DEMO ╘═════════════════════════
  48.  
  49.  
  50.    This demo was coded in 100% pure 80286 assembler, and it is our first
  51.    assembler program ever, so that's why the demo isn't that good. We 
  52.    made this demo for the Computer Crossroad demo contest. We used Turbo 
  53.    Assembler 2.51, Deluxe Paint II, 3D Studio, Winimages Morph, and 
  54.    TCB Whacker Tracker to create this little demo. We haven't had any time 
  55.    to code our own musicsystem yet, so we used Goldplay by Sourcer of TCB 
  56.    in this demo too.
  57.  
  58.    The demo is tested on the following computers.
  59.  
  60.    ∙ 286 - 10 Mhz, Standard VGA 256Kb           SoundBlaster PRO 2.0  
  61.    ∙ 486 - 25 Mhz, Tseng Labs 1Mb - Local Bus   SoundBlaster 2.0
  62.    ∙ 486 - 33 Mhz, Tseng Labs ET-4000 1Mb       SoundBlaster 1.0
  63.    ∙ 486 - 33 Mhz, Trident 8900 1Mb             SoundBlaster PRO 1.0
  64.    . 486 - 33 Mhz, Diamond Stealth VRAM 1Mb     SoundBlaster PRO 2.
  65.  
  66.             ┌──────────────────────────────┐
  67. ════════════════════════╛ BUGGS & PROBLEMS IN THE DEMO ╘═════════════════════
  68.  
  69.  ∙ The Diamond Stealth VRAM is a very slow Graphiccard in DOS but fast when
  70.    you have the right drivers. We haven't adjusted the demo for that card, 
  71.    so some parts looks very slow. 
  72.  
  73.  ∙ If the demo buggs, test different kinds of setup's. The computerspeed can 
  74.    fix many of those problems. But the most important is a fast graphiccard!
  75.  
  76.  ∙ If the music sounds bad while the morphingpart is running, try a slower 
  77.    computerspeed in the setup or run the demo from a ramdrive.
  78.  
  79.  
  80.             ┌────────────────────────────┐
  81. ════════════════════════╛ HOW TO BUILD A SOUNDPLAYER ╘═════════════════════════
  82.  
  83.  Here is an example of how to build a Digital/Analog Converter, that you plug
  84.  into the printer port (LPT1 or LPT2). The D/A Converter is compatible to the
  85.  Covox Little Speech Thing. The resistors and the capacitor together costs 
  86.  about 10 Sek and the parallell port about 25 Sek.
  87.  
  88.  
  89.  Printer Port
  90.    Pin
  91.  
  92.     2────[2.8MΩ]────────┐       It concists of eight resistors and one
  93.             │       capacitor. The capacitor is not really
  94.     3────[1.4MΩ]────────┤       needed, but it gives the player better
  95.             │       sound.
  96.     4────[0.7MΩ]────────┤
  97.             │
  98.     5────[352kΩ]────────┤
  99.             │
  100.     6────[176kΩ]────────┤
  101.             │
  102.     7────[88kΩ]─────────┤
  103.             │                ┌───────────┐
  104.     8────[44kΩ]─────────┤                │Amplifier  │
  105.             │      (220mf)   │or a Hi-Fi-│
  106.     9────[22kΩ]─────────┴────────╢───────┤system.    │
  107.                      │           │
  108.    18────────────────────────────────────┤           │
  109.        (gnd)                             │           │
  110.                      └───────────┘
  111.         ( Description by The Codeblasters. )                                  
  112.  
  113.             ┌────────────────────────────────────┐
  114. ════════════════════╛ INFORMATION ABOUT THE BINARY POETS ╘═════════════════════
  115.  
  116.   The group was founded in the summer of 1992 by Andreas and Niklas. A few
  117.   weeks later Kim and Jeppe joined the group. Peter ( Andreas' cousine )
  118.   helped us with some Pascal routines. We started to program demos in Turbo
  119.   Pascal 6.0. After a while we realized that it is impossible to create a 
  120.   cool demo with fast screen update and module music in Pascal, so we decided
  121.   to start programming assembler.
  122.  
  123.   Here is a list of all the demos that we have released.
  124.  
  125.   Nr.  Name.         Packed size.  Type.      Release date.   Supports.
  126.   -----------------------------------------------------------------------------
  127.   
  128.    1∙  Poetry Emotions   569 kb.   GIGADEMO   1992.OKT.20     VGA/SB/SBP/DAC
  129.    2∙  BIP-Mas '92       290 kb.   MEGADEMO   1992.DEC.13     VGA/SB/SBP/DAC
  130.    3∙  Random-demo       175 kb.   DEMO       1993.JAN.01     VGA/SB/SBP/DAC
  131.    4∙  BIP 4 the Future  302 kb.   TRACKDEMO  1993.JUN.10     VGA/SB/SBP/DAC
  132.  
  133.   Future productions from The Binary Poets:
  134.  
  135.     ∙  Poetry Emotions II - The Legend Continues
  136.     ∙  X-MAS Musicdemo 1993 
  137.  
  138.   The members of The Binary Poets are :
  139.  
  140.     ∙  Kim Lohman             Coder, Grapher
  141.     ∙  Niklas Frykman         Musician
  142.     ∙  Andreas Arnström       Coder, Musician, Contactperson
  143.     ∙  Jesper Hammarbäck      Coder
  144.  
  145.  
  146.  
  147.                ┌──────────────────────────────┐
  148. ═══════════════════════╛ HOW TO JOIN THE BINARY POETS ╘════════════════════════
  149.                  
  150.   If you are a good graphics artist and you think you can draw better graphix
  151.   than in our demos, please contact us. We are in a big need of you ! 
  152.   You can also contact us if you are a good assemblercoder. 
  153.   If you want to join us you can either leave a message at our great board, 
  154.   or call or write to one of us. Addresses are found at the bottom.  
  155.   
  156.  
  157.  
  158.              ┌──────────────────────────┐
  159. ═════════════════════════╛ COMERCIAL DEMONSTRATIONS ╘══════════════════════════
  160.  
  161.   If you want to buy a comercial demonstration for your company or BBS, we 
  162.   are ready to make one for you. Call or write to us, so that we can discuss 
  163.   the price and how the demo will look. Addresses are found in the end of
  164.   this file.
  165.  
  166.  
  167.                  ┌───────────────────┐
  168. ═════════════════════════════╛ HOW TO CONTACT US ╘═════════════════════════════
  169.  
  170.   If you want to contact us, you can reach us at the following addresses.
  171.   If you have a modem - call our cool board.
  172.  
  173.  
  174. The Binary Poets HeadQuarter:
  175.  
  176.   ∙ PC-Power - BIP HEADQUARTER  
  177.     9600-14400 bps - Open 24H/day        CALL  NOW!
  178.     SysOp: Magnus Gustafsson               AND DOWNLOAD
  179.     HD: 1.6 Gig!!                OUR DEMOS!
  180.     Tel: +46 (0)31-962114
  181.  
  182. ADDRESSES:
  183.  
  184.   ∙ Jesper Hammarbäck
  185.     Hällby Oppgård
  186.     S-635 10 ESKILSTUNA
  187.     SWEDEN
  188.     Tel: +46 (0)16-351063
  189.  
  190.   ∙ Kim Lohman
  191.     Högvägen 3
  192.     S-632 39 ESKILSTUNA
  193.     SWEDEN
  194.     Tel: +46 (0)16-352251
  195.  
  196.   ∙ Andreas Arnström                     
  197.     Adjutantgatan 37                     
  198.     S-644 35 TORSHÄLLA                   
  199.     SWEDEN                               
  200.     Tel: +46 (0)16-357859                     
  201.  
  202.   ∙ Niklas Frykman
  203.     Zetheliusvägen 4
  204.     S-644 35 TORSHÄLLA
  205.     Tel: +46 (0)16-358139
  206.                   ┌─────────┐
  207. ══════════════════════════════════╛ THE END ╘══════════════════════════════════
  208.