home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / source.txt < prev    next >
Text File  |  2005-10-24  |  819b  |  22 lines

  1. About the source code.
  2. ----------------------
  3. Should compile using Visual Studio .Net 2003.
  4.  
  5. Test example on how to use it located in "src/samples/bsTestPlayer".
  6. It might look a little funny, but was made that way when we
  7. wanted to enable other people to use it, without sharing the source...
  8.  
  9. Main synth code is located in "src/isSynth/"
  10. Mixer and sequencer effect handling located in "src/isPlayer"
  11. GUI code is located directly under "src/"
  12.  
  13. If you want to change, or add, effects isPlayer.cpp and gtk_format.cpp
  14. is probably what you want, as a start...
  15.  
  16. Parts of GUI based on a package called "MSDI" - which is a MFC extension
  17. library found at codeproject.com, basically a MDI app with only one document.
  18. The rest of the code is "(c) Gnilk, Steffo, Zyrax" for their respective parts.
  19.  
  20. // Gnilk
  21.  
  22.