home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / terms.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  6.4 KB  |  117 lines

  1.  Terms & Conventions
  2.  ───────────────────
  3.  
  4.  This is a list of a few terms and conventions used in WAVmaker's Help system.
  5.  If you know what you're looking for, use the Find command (Alt-F)!
  6.  
  7.  First of all, some conventions: 
  8.  
  9.   ■ Left and Right pointed brackets, < and >, are used to enclose symbols
  10.     representing some piece of data. For instance, if you are told to use
  11.     the option "/w <start>:<end>", you are not supposed to reproduce that
  12.     line verbatim, but rather to replace <start> and <end> with actual
  13.     values (in this case window start time and window end time). A valid
  14.     line would be e.g. "/w 0:314".
  15.     
  16.   ■ Square brackets, [ and ], enclose OPTIONAL text, i.e. text which may 
  17.     be left out at your discretion. Left and Right pointed brackets within 
  18.     square brackets, as in "/c <CD L>[:<CD R>]", have the usual meaning 
  19.     (see above), i.e. they enclose symbols representing some piece of data.
  20.     Valid lines corresponding to the above template would be "/c 0" and
  21.     "/c 0:100". On the other hand, "/c 0:" would not be valid: optional
  22.     entries must be supplied in their entirety, or not at all. Optional
  23.     entries within optional entries are denoted by square brackets within
  24.     square brackets, as in "[<effect> [<effect options>]]", which allows
  25.     you to supply nothing, <effect> only, or  <effect> <effect options>.
  26.     
  27.   ■ Vertical bars, |, are sometimes used to separate mutually exclusive 
  28.     alternatives. They are not meant to be reproduced on the actual command
  29.     line.
  30.  
  31.   ■ Data pairs (":"): Some data, like window start and end times, naturally 
  32.     comes in pairs. Such data is entered in the format "<start>:<end>". The 
  33.     colon is really there: a valid entry corresponding to the above template 
  34.     would be "0:100".
  35.  
  36.   ■ Function key title:value pairs: when reading about Function keys, you
  37.     will often see references to title:value pairs. These are LOGICAL pairs,
  38.     i.e. there is always a title associated with a value, but actual storage
  39.     in private and public Function key files {FnKeys} is in a different
  40.     format, with title and value appearing on separate (contiguos) lines.
  41.     
  42.   ■ Samples: the word "sample" usually means "individual data word", as 
  43.     distinct from "sample file" (a file made up of samples). When counting
  44.     samples, as in sampling rates, the count is PER SOUND CHANNEL. A stereo
  45.     file sampled at 44100 Hz actually contains 88200 samples for each second's
  46.     worth of data.
  47.     
  48.   ■ Filename extensions are always referred to WITHOUT a leading period (i.e.
  49.     "WAV", not ".WAV").
  50.     
  51.   ■ Directories are always referred to with a trailing backslash, \, in order
  52.     to avoid confusion with e.g. extensions (i.e. "WAV\", not "WAV"). Unless
  53.     otherwise stated, this is also true when supplying WAVmaker applications 
  54.     with directory names. WAVmaker's home directory (where you find WM.BAT) is 
  55.     the origin of all relative directory references. Apart from WM.BAT, all
  56.     of WAVmaker's executables are in the EXE\ subdirectory, so the full
  57.     relative path is usually not written out when discussing programs (i.e.
  58.     "WMCP", not "EXE\WMCP"). Note however that some bundled freeware conversion
  59.     utilities are kept in the Conv\ subdirectory.
  60.  
  61.  Now for some terms:
  62.  
  63.   ■ WAVmaker: WAVmaker is not ONE program. It's a package (or, if you prefer 
  64.     another term, a system) of many programs designed to work together. Many 
  65.     of them - essentially all command-line driven programs - can also be run 
  66.     in standalone mode, either from the command line or in BAT files (the 
  67.     second alternative is very convenient when performing slow, repetitive 
  68.     and/or complicated operations). The terms "WAVmaker" and "WM" are used 
  69.     interchangeably. 
  70.  
  71.   ■ MIDI: Musical Instrument Digital Interface. This started out as a hardware
  72.     oriented standard for connecting sequencers (back in the days when those 
  73.     were not programs running on PCs but actual, dedicated hardware boxes), 
  74.     synthesizers and sound modules made by different manufacturers, allowing
  75.     them to exchange note on/off and controller information. For the
  76.     historically minded, the first public demonstration took place at the 1983 
  77.     North American Music Manufacter's convention in Los Angeles, where two 
  78.     synthesizers made by different companies were shown being played in unison 
  79.     from either keyboard. The heart of the standard is a 31.25 kBaud serial 
  80.     interface, using common 5-pin DIN connectors and cables, and a data format 
  81.     for the description of note and controller events. Various additions made 
  82.     after 1983 include the MIDI Sample Dump Standard (SDS), for the exchange of 
  83.     digital audio data, and Standard MIDI files, for the exchange of music
  84.     sequences via disk files (see below).
  85.     
  86.   ■ Standard MIDI files: see {WMMID}.
  87.     
  88.   ■ General MIDI (GM): A set of specifications for sound generating devices
  89.     covering such things as the minimum number of simultaneous voices, MIDI
  90.     events which should be recognized and supported, and - most important! -
  91.     which sounds to assign to MIDI program numbers (the GM Instrument Map).
  92.     GM also includes a Percussion Key Map, derived from the Roland/Sequential
  93.     mapping used on early drum machines, which assigns percussion sounds to
  94.     note numbers. 
  95.     
  96.   ■ GS: A fairly compatible superset of General MIDI used by Roland equipment,
  97.     including the popular Sound Canvas modules and cards. Adds some sound 
  98.     effect (chorus, reverb) control and drum kit program number conventions 
  99.     (GM does not support multiple drum kits), and allows variations for each 
  100.     basic GM program (instrument). Not supported by WAVmaker, except for the 
  101.     adaptation of Sound Canvas drum kit program numbers {MIDscan 55}.
  102.     
  103.   ■ WAV: Sample file format. See {WMWAV}.
  104.     
  105.   ■ Sound Blaster: a popular line of PC sound cards made by Creative Labs.
  106.     Fully supported by WAVmaker. See {SBnotes}.
  107.     
  108.   ■ DSP: Digital Signal Processing. See the individual entries under the DSPa,
  109.     DSPf and DSPt menus.
  110.     
  111.   ■ DFT: the default filename extension for compressed sound files created 
  112.     with WM DFTtoWAV {DFTtoWAV}. Can be decompressed to playable WAV files
  113.     using WM WAV2DFT {WAV2DFT} (preferred) or WM WAVtoDFT {WAVtoDFT}.
  114.     
  115.   ■ PRG: the default filename extension for instrument files (patches) used
  116.     by WM MIDtoLST {MIDtoLST}. Created and maintained with WM PRGed {PRGed}.
  117.