diff options
Diffstat (limited to 'Src/resources/SDK/sdkreadme.txt')
-rw-r--r-- | Src/resources/SDK/sdkreadme.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Src/resources/SDK/sdkreadme.txt b/Src/resources/SDK/sdkreadme.txt new file mode 100644 index 00000000..48f4a7d6 --- /dev/null +++ b/Src/resources/SDK/sdkreadme.txt @@ -0,0 +1,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
|