aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/SDK/sdkreadme.txt
blob: 48f4a7d676c17cf8dd1e9976e407e71d545219c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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