aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/SDK/sdkreadme.txt
diff options
context:
space:
mode:
authorJef <jef@targetspot.com>2024-09-24 08:54:57 -0400
committerJef <jef@targetspot.com>2024-09-24 08:54:57 -0400
commit20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch)
tree12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/resources/SDK/sdkreadme.txt
parent537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff)
downloadwinamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz
Initial community commit
Diffstat (limited to 'Src/resources/SDK/sdkreadme.txt')
-rw-r--r--Src/resources/SDK/sdkreadme.txt38
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