home *** CD-ROM | disk | FTP | other *** search
/ Audio Version 4.94 / audioversion4.94knowledgemediaresourcelibraryoctober1994.iso / msdos / modplay / dmp272 / dmp272.doc < prev    next >
Text File  |  1994-03-16  |  9KB  |  221 lines

  1.  
  2.  
  3.                 DMP.DOC
  4.  
  5.          Documentation for the Dual Module Player v2.72
  6.  
  7.           Copyright (C) 1992,1993 Otto Chrons
  8.  
  9.  
  10.  DMP.EXE is  a program    demonstrating the  capabilities of the DSMI
  11.  programming interface (DSMI stands for Digital Sound & Music
  12.  Interface). It's a standalone module  player with  which  you can play
  13.  STM (also S3M,669) files  as well  as Amiga modules (MOD or NST). DMP is
  14.  cardware so you  can freely distribute  it and I hope you did, as long
  15.  as you include this help file with the executable. If you like the
  16.  product, please send me a postcard to the address shown on the
  17.  endscreen of DMP!!
  18.  
  19.            Here is the command line syntax:
  20.  
  21.        DMP [options] [modulename] [@listfile] [options]
  22.  
  23.        Where:
  24.        ------
  25.        modulename : name of a module (wildcards *,? allowed)
  26.        listfile   : name of a file containing list of module names
  27.  
  28.        options  : -Sxxxx          set sampling rate 4000-44100
  29.                       alternatively 4-44
  30.               -H or -?          show help screen
  31.               -Ix          interrupt number
  32.               -Pxxx          port address (use 42 for PC speaker)
  33.               -Dx          DMA channel
  34.               -O          Scramble module order
  35.               -L          Inhibit looping
  36.               -M          Mono mode (SB16 & PAS)
  37.               -Q          Quality mode (on 8-bit cards only)
  38.               -Cx             Desired card where x is:
  39.                     1 for Sound Blaster
  40.                     2 for Sound Blaster Pro
  41.                     3 for PAS+
  42.                     4 for PAS16
  43.                     5 for SB16
  44.                     6 for general DAC (Covox)
  45.                     7 for Aria cards
  46.                     8 for Windows Sound System & compat.
  47.                     9 for Gravis Ultrasound
  48.                     10 for PC Speaker
  49.                     11 for Stereo DAC (LPT1 & 2)
  50.                     12 for Stereo-on-1 DAC
  51.               -Txxx          Buffer size xxx (0-32000)
  52.               -E          Disable extended tempos (MOD only)
  53.               -Axxx          Amplify by xxx, 31 is normal volume
  54.               -B          Disable EMS usage
  55.               -8          Force an 16-bit card into 8-bit
  56.                       mode (works with Aria, PAS16 and WSS)
  57.               -Nxx          Set default panning to xx (0-63,100)
  58.                       100 = Surround channel
  59.               -W[command]     Automatic DOS shell, executes optional
  60.                       'command'.
  61.  
  62.  If you use some options all the time, you can put them into an
  63.  environment variable DMP:
  64.  
  65.     Example:
  66.  
  67.  You always want to use quality mode and sampleing rate of 22kHz and
  68.  mono mode, put following line into your AUTOEXEC.BAT
  69.  
  70.     SET DMP=-q -s22 -m
  71.  
  72.  NOTE!    You cannot override single letter options (-l,-o,-m,-q) with
  73.  command line parameters. All other options can be overriden.
  74.  
  75.  You may have to  give your soundcard's IRQ  number and/or port address
  76.  if DMP fails to find them. If you don't provide both values then DMP
  77.  will assume 220h for port address, and 7 for interrupt number. Giving
  78.  wrong address    will hang  your machine,  but wrong interrupt number
  79.  only stops the playing after a second. The "/C" option is useful if you
  80.  want to use some other card, than the one DMP automatically detects.
  81.  
  82.  You don't  have  to add  any extension  to  the name,  because the
  83.  program will try  extensions AMF, STM, 669, S3M, MOD and  NST if it
  84.  doesn't find the file. Note that you can supply many modulenames and
  85.  list files, up to the internal limit of 1024 modulenames.
  86.  
  87.        Example:
  88.  
  89.        DMP beyond -s20 *.NST @goodmods
  90.  
  91.        goodmods is a text file containing following lines:
  92.        occ-san
  93.        stars
  94.        intro3
  95.  
  96.  DMP  will use    the  sampling  rate  of  20KHz    and  play following
  97.  modules: BEYOND.MOD,  OCC-SAN.STM, STARS.MOD, INTRO3.MOD  and all
  98.  .NST-files in the current directory.
  99.  
  100.  
  101.                   Using stereo DACs
  102.  
  103.  If you have two DACs on LPT1 and LPT2 you can use them as one stereo
  104.  source with following command line:
  105.  
  106.  DMP -c11 ...
  107.  
  108.  Note that you don't have to specify port address.
  109.  
  110.  If you have a Stereo-on-1 DAC you can use it with following options:
  111.  
  112.  DMP -c12 -pXXX ...
  113.  
  114.  where XXX is the address of the DAC (LPT1 = 378)
  115.  
  116.  
  117.                 How to use DMP
  118.  
  119.  After DMP has    loaded the first  module, it starts  to play it and
  120.  shows some information about  it. DMP displays module's  name, its file
  121.  size, the amount of  memory used for module and sampling rate.  Because
  122.  of the AMP's Intelligent Module Loader  (IML) modules  usually take
  123.  10-30% less  space. I've  seen a 244Kb module shrink into 151Kb when I
  124.  loaded it with DMP. While playing, DMP updates fields showing current
  125.  pattern, row, elapsed time, volume and sampling rate. Under these
  126.  fields are four lines showing the current status of the corresponding
  127.  tracks. Here is an example:
  128.  
  129.  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  130.    bassdrum            │ F#2 │ 64 │               │ ■■■■■■■■■■■■■■■■■■■■■
  131.    strings7            │ D-3 │ 20 │ ARPEGGIO      │ ■■■■■■■■■■■■■■■
  132.    guitar42            │ E-2 │ 12 │ PORT.NOTE     │ ■■■■■■■■■■■
  133.    guitar44            │ G-2 │ 57 │ FINE VOL      │ ■■■■■■■■■■■■■■■■■■
  134.  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  135.  
  136.  The first  field shows  the instrument  currently playing  on that
  137.  track. Second is the note value, third its volume and fourth indicates
  138.  what special command is running. The bar simulates a VU  meter on music
  139.  equipment, but you shouldn't take it  as  an exact  representation of
  140.  the music  level, it's there because it looks nice!
  141.  
  142.  The rest of the screen is filled with instrument names. The numbers before an
  143.  instrument name indicate the channels that instrument is playing on.
  144.  
  145.  Pressing 'H'  brings up a  quick-help showing  command line options and
  146.  keys used to control the program.
  147.  
  148.        Keys :
  149.       ────────
  150.  
  151.        P        pause module, any key resumes
  152.        1-9        turn track xx on/off
  153.        0        turn selected track on/off
  154.        D        DOS shell (write EXIT to get back)
  155.        N        load next module (if you have supplied more than one)
  156.        S        stereo mode on/off (SB Pro), default is on
  157.        F        filter on/off (SB Pro), default is off
  158.        left/right    Jump to next/previous pattern
  159.        up/down    select track
  160.        F1-F10,+,-    set volume
  161.        [,]        Set new speed
  162.        {,}        Set new tempo
  163.        V        Real/fake volume bars
  164.        L,M,R,U    Panning full left/mid/right/surround
  165.        , .        Panning left/right
  166.        H        Help screen
  167.        ESC        exit
  168.  
  169.  Try this module player  with all the modules  you have, and if you
  170.  encounter problems with any modules, inform the author. Have fun.
  171.  
  172.  
  173.                ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  174.                 Contacting the author
  175.                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  176.  
  177.        ┌─────────────────────────────────────────────────────────────────────┐
  178.        │                                                                     │
  179.        │   By mail:                                                          │
  180.        │   ────────                                                          │
  181.        │                                                                     │
  182.        │            Otto Chrons                                              │
  183.        │            Pyydyspolku 5                                            │
  184.        │            SF-36200 Kangasala                                       │
  185.        │            FINLAND                                                  │
  186.        │                                                                     │
  187.        │   InterNet:                                                         │
  188.        │   ──────────                                                        │
  189.        │            c142092@cc.tut.fi (fastest method to contact)            │
  190.        │                                                                     │
  191.        └─────────────────────────────────────────────────────────────────────┘
  192.  
  193.     Newest version is always available at:
  194.  
  195.        ┌────────────────────────────────────────────┐
  196.        │ R.A. LAW      +358-37-49007    24h        │
  197.        │ ftp.uwp.edu      /pub/msdos/modplayers     │
  198.        │ ftp.wustl.edu    /pub/msdos_uploads/sounds │
  199.        └────────────────────────────────────────────┘
  200.  
  201.     See CABINET.DMP for a list of DMP support sites in Finland.
  202.  
  203.     See DMP.REV for revision history.
  204.  
  205.                 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  206.                  For programmers only
  207.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  208.  
  209.  
  210.  DMP was  created with    Borland C++  3.1 and  it is  based on DSMI's
  211.  routines, so by ordering DSMI interface you could write programs with
  212.  similar capabilities. DSMI is a collection of    routines (for C and
  213.  Turbo Pascal) that allows programmers to play    modules in the
  214.  background, but unlike any other module player it also allows
  215.  simultaneous sound effects!! Up to 32 channels can be used which means
  216.  that you can have a module and sound effects playing in full stereo (on
  217.  cards which support stereo sound)! DSMI is available and the price is
  218.  270FMK ($70). Packet includes full documentation (printed), OBJ files &
  219.  libraries for C version, TPUs for Turbo Pascal and also most of the
  220.  source code so you can modify the behaviour of DSMI.
  221.