leafBreaks Developer Tools
==========================

If you are a software developer, you may be interested in the files contained
in this directory. These allow you to include *.leafBreaks files in your own
projects, and have them played back.

You may redistribute the DLL with your applications, even commercial apps. 
If you use the player in this way, please don't forget to credit me and 
leafBreaks in the credits section of your project.


Initial note
============

I don't really see this being of that much use to anybody, and there is a limited amount
of control over the files. (Play. Stop. Volume.)

You cannot play other sounds while leafBreaks is playing, indeed, probably not at any
time after you've loaded a file. (I'm not sure :)

However, this was provided in case anybody was interested.


Contents of directory
=====================

leafBreaksPlayer.dll

  A DLL that can load and play *.leafBreaks files.

leafBreaksPlayer.lib

  An import library for this DLL (made for MS VC++ 4.2, you may need to make
  another one yourself if you use a different compiler)

leafBreaksPlayerDLL.h

  A header file that you should use in conjunction with the library, providing
  access to the available commands.


Have fun...

--sam