home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / gtsmusic / gtsfaq.txt < prev    next >
Text File  |  1994-03-07  |  5KB  |  111 lines

  1. GTSFAQ.001 (Nov.1992)
  2. .This is temporary file which will be included in next regular distribution.
  3. .At this time 'F' of 'FAQ' doesn't reach to 'Frequently'.
  4.  
  5.  
  6. =============================================================================
  7. Video Problem
  8. =============================================================================
  9. Q: I have xxxxxx video card,but GTS does NOT detect it.
  10. A: I've never heard of such video card.
  11.    Followings are video card documented on John Bridges VGAKIT.
  12.  
  13.    AHEAD,ATI,CHIPS & TECH,EVEREX,OAK TECH,GENOA GVGA,NCR,PARADISE,
  14.    TRIDENT,TRIDENT 8900,TSENG(Genoa, Orchid, Willow),TSENG 4000,VIDEO7,
  15. -----------------------------------------------------------------------------
  16. Q: Not one of the cards above,so it is not detected on DOS mode.
  17.    But it's detected on OS2 windowed DOS mode.
  18. A: Very curious thing,I can't explain.
  19.    Maybe the prize is attributed to OS2.
  20. -----------------------------------------------------------------------------
  21. Q: When I Start and Quit GTS,
  22.    I'm much annoyed about very slow(delayed) fade_in and fade_out.
  23.    Is it your restriction to unregistered users?
  24. A: No restriction... GTS is not Nagware.
  25.    You have the same program that I have.
  26.    I use INT 10H to change palette.
  27.         xor     bh,bh
  28.         mov     bl,[color]
  29.         mov     dh,[red]
  30.         mov     ch,[green]
  31.         mov     cl,[blue]
  32.         mov     ax,1010H
  33.         int     10h
  34.  
  35.    Maybe your video ROM is very slow.
  36.    Try to move VIDEO BIOS to RAM.(DEVICE=RAMBIOS.SYS)
  37.    There are many utilities for it.
  38.     (and that may be included in your VIDEO CARD diskettes.)
  39.    If it doesn't help,this problem is beyond my knowledge.
  40.  
  41.  
  42.  
  43. =============================================================================
  44. Sound Problem
  45. =============================================================================
  46. Q: Music doesn't play good.It goes trembling,wowing,...
  47. A: Refer to Tuning up section of GTS.DOC
  48.    If you don't understand that manual,
  49.      Try all the combination of Timer Value,Pitch,Tempo.
  50.    If you are not satisfied yet,Wait 'till I make assembly code of DAC.
  51. -----------------------------------------------------------------------------
  52. Q: Music goes shrieking.
  53. A: Pitch is too high.
  54.    Lower pitch.
  55. -----------------------------------------------------------------------------
  56. Q: Sample doesn't play all length of whole note.
  57. A: Sample which has no LOOP header stops playing when it reaches to end.
  58.    You can make "LOOP header" (refer to GTS.DOC and LOOP-headed sample files)
  59. -----------------------------------------------------------------------------
  60. Q: GTSDMA doesn't play music.
  61. A: See if your music card has surely DMA feature.
  62.    Some FM specialized SB clone don't have it,I found.
  63.    If it surely has,configure DMA channel number(1,2,3)
  64. -----------------------------------------------------------------------------
  65. Q: Music tone(musical interval) doesn't match as to sample.
  66. A: Huh,that's another reason I can't naming GTS as Ver 1.00
  67.    That occurs when samples don't have correct sampling rate.
  68.    I extracted samples from Modules with rate of 8403,
  69.      and didn't fix all of them.
  70.    Fix it with your own sense.
  71. -----------------------------------------------------------------------------
  72. Q: Why don't you support Covox?
  73. A: There is very few user of Covox in this country(Korea)
  74.    so,I can't test Covox routine.
  75.    I won't make Covox routine,unless so many requests force me to.
  76.    Why don't you buy Sound Blaster?
  77.       (oh,I'm not a salesman of Sound Blaster)
  78.  
  79.  
  80.  
  81. =============================================================================
  82. Etc
  83. =============================================================================
  84. Q: When do you plan to distribute VER 1.00 ?
  85. A: I think I'll wait a certain period of time
  86.     to determine whether to include other's songs and samples
  87.      in my future regular version.
  88.    If I am not informed of proclamation of copyright or a protest,
  89.     I'll include those materials which has no copyright-like sign.
  90.    If informed,I'll ask them whether they can kindly allow me to
  91.     include their efforts,then do as replied.
  92.    After all those negotiations,regular version will be followed soon.
  93.    But more wonderful feature is after Sep.1993
  94.     when my principal devotion is over (with desirable result,I hope)
  95. -----------------------------------------------------------------------------
  96. Q: Your words are not very clear to me.
  97. A: Sorry,but I'm not a native speaker of English.
  98. -----------------------------------------------------------------------------
  99.  
  100.  
  101. Special message:
  102.   I'm afraid you lose your important data by careless use of ZERO.COM
  103.   If you don't believe you can be careful enough,
  104.     rename it to long complicated name, or do purge it.
  105.  
  106. ==============
  107. Note: There have been bug reports concerning Trident video cards, this 
  108. information has been passed along to Kim Young Jae.
  109. -ssalter@silver.ucs.indiana.edu
  110. ==============
  111.