home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / muzyka / cubic / cp.ini < prev    next >
Encoding:
INI File  |  1996-09-08  |  6.0 KB  |  233 lines

  1. ;// cubic player 1.666 configuration file
  2.  
  3. [general]
  4.   link=pmodtype ;// these objects will be loaded at startup. don't change it!
  5.   guspatchpath= ;// the gus patches AND the DEFAULT.CFG are located here.
  6. ;  datapath=     ;// path to cp's pictures and animations.
  7.  
  8. ;// this is the default configuration
  9. ;// if you want to make different configurations you can copy this section
  10. ;// and rename it. select that configuration with commandline switch -c...
  11. ;// see the example below
  12. [defaultconfig]
  13. ;// names of the sections to be used in this configiuration
  14.   soundsec=sound
  15.   screensec=screen
  16.   fileselsec=fileselector
  17. ;// these objects will be preloaded at startup
  18. ;// add some loaders for faster access
  19. ;// loaders are: loadmod, loadxm,  loads3m, loadptm, load669, loadokt
  20. ;//              loadams, loadult, loaddmf, loadmdl, loadmtm
  21.   link=loadmod loadxm loads3m
  22.  
  23.  
  24. [sound]
  25. ;// these drivers will be loaded at startup. change parameters at the
  26. ;// sections for the devices.
  27. ;// take those drivers out of the list, you will not need, because it
  28. ;// will speed up the loading process and require less memory
  29. ;// you can also add new devices by copying the section and renaming it.
  30. ;// (8 chars only)
  31.   playerdevices=devpSB devpWSS devpPAS devpNone devpDisk
  32.   samplerdevices=devsSB devsGUS devsWSS devsNone
  33.   wavetabledevices=devwGUS devwAWE devwMix
  34.   rate=44100              ;// -sr44100
  35.   rate32=48000            ;// use this rate for 32 channels (for slow cpus)
  36.   16bit=on                ;// -s8-
  37.   stereo=on               ;// -sm-
  38.   bufsize=1               ;// 0: small, 1:large, 2:full
  39.   midichan=24             ;// number of channels used for midi playback
  40.   cdsamplelinein=off      ;// if you turn this one on, cp will sample line in
  41.                           ;// instead of cd in when playing cdaudio
  42.   bigmodules=devwMix      ;// this wavetable device will be used if a module
  43.                           ;// was tagged "big" with alt-b in the fileselector.
  44.                           ;// (use if wavetable ram is not enough by far)
  45.   amplify=100  ;// -va100
  46.   volume=100   ;// -vv100
  47.   balance=0    ;// -vb0
  48.   panning=100  ;// -vp100
  49.   reverb=0     ;// -vr0
  50.   chorus=0     ;// -vc0
  51.   surround=off ;// -vs-
  52.   filter=6     ;// -vf6   (AOI)
  53.   echo=0       ;// -ve0
  54.  
  55.  
  56. [screen]
  57. ;// these pics have to be 640*384*208 TGAs, first 48 colors must not be used.
  58. ;// header must read: 00 01 01 00 00 00 01 18 00 00 00 00 80 02 80 01 08 20
  59. ;// if your pic is not loaded, convert it to TGA with GWS.
  60.   usepics=cppic000.tga cppic001.tga
  61.   compomode=off   ;// compomode will remove all texts and display
  62.                   ;// fileselector comment as the name (put compo # there!)
  63.   screentype=0    ;// screenmode
  64.   startupmode=i   ;// mode (instruments)
  65.   analyser=off
  66.   pattern=off
  67.   instrtype=2
  68.   channeltype=2
  69. ;//eXtended mode:
  70. ;//  screentype=7
  71. ;//  startupmode=t
  72. ;//  analyser=on
  73. ;//  pattern=on
  74. ;//  instrtype=3
  75. ;//  channeltype=3
  76.  
  77.  
  78. [fileselector]
  79. ;// files with these extensions will be scanned by the fileselector
  80. ;// you might add 001 002 003 004 if you are a fan of imphobia :)
  81.   modextensions=MOD XM S3M AMS MID MTM DMF ULT 669 NST WOW OKT PTM MDL MOO
  82.   screentype=0
  83.   typecolors=on
  84.   editwin=on
  85.   writeinfo=on
  86.   scanmdz=on
  87.   scaninarcs=on
  88.   scanmnodinfo=on
  89.   scanarchives=on
  90.   playonce=on       ;// -fr+
  91.   randomplay=on     ;// -fo-
  92.   loop=on           ;// -fl+
  93.   path=.            ;// path at startup
  94.  
  95. ;//device configuration:
  96. ;//[handle]
  97. ;//  link=...                                     (internal) link drivers
  98. ;//  drivername=...                               (internal) driver name
  99. ;//  handle=...                                   handle
  100. ;//  subtype=...                                  subtype
  101. ;//  port=...                                     primary port (hex)
  102. ;//  port2=...                                    secondary port (hex)
  103. ;//  irq=...                                      primary irq
  104. ;//  irq2=...                                     secondary irq
  105. ;//  dma=...                                      primary dma
  106. ;//  dma2=...                                     secondary dma
  107. ;//  bypass=...                                   bypass detect on/off
  108.  
  109. [devpSB]
  110.   link=devpsb
  111.   drivername=_plrSoundBlaster
  112.   handle=1
  113. ;// subtype: 1:sb 1.x, 2:sb 2.x, 3:sb pro, 4:sb16
  114.  
  115. [devpWSS]
  116.   link=devpwss
  117.   drivername=_plrWinSoundSys
  118.   handle=3
  119. ;// subtype: 0:wss, 1:gus daughterboard, 2:gusmax
  120.  
  121. [devpPAS]
  122.   link=devppas
  123.   drivername=_plrProAudioSpectrum
  124.   handle=4
  125.  
  126. [devpDisk]
  127.   link=devpdisk
  128.   drivername=_plrDiskWriter
  129.   handle=17
  130.  
  131. [devpNone]
  132.   link=devpnone
  133.   drivername=_plrNone
  134.   handle=16
  135.  
  136. [devsSB]
  137.   link=devssb
  138.   drivername=_smpSoundBlaster
  139.   handle=1
  140.  
  141. [devsGUS]
  142.   link=devsgus
  143.   drivername=_smpUltraSound
  144.   handle=2
  145.  
  146. [devsWSS]
  147.   link=devswss
  148.   drivername=_smpWinSoundSys
  149.   handle=3
  150.  
  151. [devsNone]
  152.   link=devsnone
  153.   drivername=_smpNone
  154.   handle=16
  155.  
  156. [devwGUS]
  157.   link=devwgus
  158.   drivername=_mcpUltraSound
  159.   handle=2
  160.   gusSlowUpload=off
  161.   gusSystemTimer=off
  162. ;// subtype: 0:gus, 1:double gus 2d, 2:double gus 3d
  163.  
  164. [devwAWE]
  165. ;// SoundBlaster AWE
  166.   link=devwsb
  167.   drivername=_mcpSoundBlaster
  168.   handle=1
  169.  
  170. [devwMix]
  171.   link=devwmix
  172.   drivername=_mcpMixer
  173.   handle=32
  174.   mixResample=off
  175.  
  176.  
  177. ;// archiver configuration
  178.  
  179. [arcZIP]
  180.   get=pkunzip
  181.   delete=pkzip -d
  182.  
  183. [arcARJ]
  184.   get=arj e -jyo
  185.   delete=arj d
  186.  
  187. [arcRAR]
  188.   get=rar e -std
  189.   delete=rar d -std
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. ;;// this is an example configuration for gus
  199. ;;// uncomment this and type cp -cgus to use it
  200. ;
  201. ;[gus]
  202. ;  soundsec=soundgus
  203. ;  screensec=screen
  204. ;  fileselsec=fileselector
  205. ;  link=loadmod loadxm loads3m
  206. ;
  207. ;
  208. ;[soundgus]
  209. ;  playerdevices=devpNone
  210. ;  samplerdevices=devsGUS
  211. ;  wavetabledevices=dwmygus
  212. ;  midichan=24
  213. ;  cdsamplelinein=off
  214. ;  bigmodules=
  215. ;  amplify=100
  216. ;  volume=100
  217. ;  balance=0
  218. ;  panning=100
  219. ;  filter=6
  220. ;
  221. ;[dwmygus]
  222. ;  link=devwgus
  223. ;  drivername=_mcpUltraSound
  224. ;  handle=64
  225. ;  gusSlowUpload=on
  226. ;  gusSystemTimer=on
  227. ;  port=220
  228. ;  irq=5
  229. ;  irq2=5
  230. ;  dma=7
  231. ;  dma2=7
  232.  
  233.