1234567891011121314151617181920212223242526272829303132333435363738 |
- Winamp 5 SDK
- ------------
- This ZIP file contains various SDKs for creating new plugins for Winamp 5.
- Here's a description of the various folders:
- /dsp_test - Sample code for a DSP test plugin
- /gen_ml - Headers and IPC calls for accessing/controlling/querying the Media
- Library
- /gen_ml/ml_ex - Sample code for a Media Library plugin
- /gen_ml/util - additional code for manipulating the library db externally
- /gen_tray - Sample code for a General Purpose plugin
- /in_raw - Sample code for an Input plugin
- /lang_b - Sample code for a Language Pack plugin
- /maki - Compiler for building Maki binaries
- /out_raw - Sample code for an Output plugin
- /vis/vis_avs/apesdk - Sample code for an AVS APE plugin
- /vis/vis_avs/ns-eel - Nullsoft Expression Evaluator Library (NS-EEL)
- This is what powers AVS's expression evaluators, feel free
- to include/modify the code in your own AVS APE plugins
- /vis/vis_test - Sample code for a Visualisation plugin
- /vis/wa5vis.txt - Describes how to embed your visualisation plugin in the
- Winamp 5 drawer
- /winamp - Headers and IPC calls for controlling Winamp
|