1
0

sdkreadme.txt 1.2 KB

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