This is the documentation on how to create your own players or agents to APlayer. There is a lot of example sources included in this archive. You may only use the sources together with APlayer, except for the MikMod sources that have a Gnu license, which means you can use it everywhere you want. If you want to use the other sources elsewhere, you need a written permission from us.
All the classes and functions are stored in the APlayerClasses library, so remember to link with this library. Also included in this library, is the ColumnListView from Santa's Gift Bag, written by Brian Tietz. It will be a good idea to download the PolyKit documentation too, because you need this library to create APlayer add-ons.
AddOns | An introduction on what add-ons are and how to create your own. |
Converters | How to create and use converters. |
APChannel | A helper class to tell APlayer what to play. |
APGlobalData | A class with some nice functions to help you. |
APModuleList | Handles the module lists used in APlayer. |