From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/resources/SDK/sdkreadme.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Src/resources/SDK/sdkreadme.txt (limited to 'Src/resources/SDK/sdkreadme.txt') 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 -- cgit