home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / voc2sds.zip / VOC2SDS.DOC < prev    next >
Text File  |  1993-03-02  |  2KB  |  66 lines

  1.                                     VOC2SDS
  2.  
  3.                               by Monte Ferguson
  4.  
  5.                                 WHAT IT DOES
  6.  
  7.  VOC2SDS converts SoundBlaster Voice Files (*.VOC) into MIDI Sample Dump 
  8. Standard files (*.SDS). These SDS files can then be sent to MIDI samplers 
  9. that support the SDS format, using a MIDIEx transmit utility.
  10.  
  11.  So you can now load those neat .VOCs into your Akai, or other SDS 
  12. compatible sampler!
  13.  
  14.                                  LIMITATIONS
  15.                            And there are a bunch!
  16.  
  17.  1) VOC2SDS only converts .VOCs that are raw-8-bit format - it can't handle 
  18. packed data blocks.
  19.  
  20.  2) It will only convert the *first* raw-8-bit data block it finds, ignoring 
  21. any subsequent blocks.
  22.  
  23.  3) It doesn't know how to handle stereo (SB Pro) .VOCs.
  24.  
  25.  4) It's hardcoded to convert to 16 bits. Changing this would be a VERY 
  26. major pain.
  27.  
  28.  5) Channel number, sample number and a bunch of other stuff is hardcoded, 
  29. but these are trivial to change.
  30.  
  31.  6) It may tag sniggly little bits of garbage to the end of the sample 
  32. 'cause it's not very elegant at reading partial blocks. Shouldn't be a 
  33. problem though since the sampler *should* be ignoring these bytes. It'll be 
  34. <40 bytes in any case.
  35.  
  36.                                    UPSIDE
  37.  
  38.  This is the only program of it's kind, except maybe for SampleVision which 
  39. will cost you $250+... or SV2SDS, which is crippleware. I've included source 
  40. so you can hack to your heart's content.
  41.  
  42.                               RESTRICTIONS, etc
  43.  
  44.  No guarantees. If it works for you, great. If it doesn't, tough. If it eats 
  45. your data and trashes your hard drive, well, too bad.
  46.  
  47.  You can copy and distribute as you like, I ask only that my name remains in 
  48. the source. If you'd like to hack/modify/swipe some of the code please feel 
  49. free - but please send me a copy of anything you come up with, I'd be 
  50. interested in seeing what improvements you make (and there's room for lots).
  51.  
  52.  See the source code (PDS v 7.1 QuickBASIC) for details and stuff. Run the 
  53. program for command line parms.
  54.  
  55.  Enjoy!
  56.  
  57.  Monte Ferguson
  58.  1250 Anita Drive #304
  59.  Kent, Oh  44240
  60.  Fidonet: 1:157/200.39
  61.  
  62.  Revision History:
  63.  
  64.  1.00 02-Mar-93  First release. Probably buggy as all hell. Who cares, it 
  65. works for me! :-)
  66.