Difference between revisions of "Articles"
From Winamp Developer Wiki
(All revisions matched the spam blacklist (dev.aol.com), blanking) |
(→General: add link) |
||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Template:NavBar}} | ||
| + | ==Skin Articles== | ||
| + | |||
| + | ===Modern Skins=== | ||
| + | *[http://dev.aol.com/article/2007/winamp_skins Winamp Skins Development Tutorial] | ||
| + | *[[Creating a ClassicPro Skin]] | ||
| + | |||
| + | ===ClassicPro Skins=== | ||
| + | * [[Creating a ClassicPro Skin]] | ||
| + | |||
| + | ==Visualization Articles== | ||
| + | *[[MilkDrop_Preset_Authoring|MilkDrop Preset Authoring]] | ||
| + | |||
| + | ==Plug-in Articles== | ||
| + | |||
| + | ===General=== | ||
| + | *[[Plugin Terminology]] | ||
| + | *[[Beginner's Basic Plugin Guide]] | ||
| + | *[[Basic_Plugin_Guide_-_Tutorial#2|Basic Plugin Guide #2]] | ||
| + | -- | ||
| + | * How To create: | ||
| + | **[[APE Plugins|AVS Plugins]] | ||
| + | **[[DSP Plugin|Audio Effects (DSP) plugins]] | ||
| + | ** [[General Purpose Plugin|General Purpose plugins]] | ||
| + | ** [[Input Plugin|Input plugins]] | ||
| + | ** [[Media Library Plugin|Media Library plugins]] | ||
| + | ** [[Output Plugin|Output plugins]] | ||
| + | ** [[Portable_Plugin|Portable_Plugins]] | ||
| + | ** [[Visualization_Plugin|Visualization_Plugins]] | ||
| + | -- | ||
| + | * Overview of: | ||
| + | **[[Audio Encoder Plugin|Audio encoders (transcoding, CD ripper)]] | ||
| + | **[[JNetLib|JNetLib networking library]] | ||
| + | **[[Nullsoft Database Engine|Nullsoft Database Engine (NDE)]] | ||
| + | **[[NSV Plugins|NSV Audio and Video decoders]] | ||
| + | **[[System Component Interface]] | ||
| + | **[[Skinning Plugins|WAC Skinning plugins]] | ||
| + | **[[Winamp Orgler]] | ||
| + | **[[XML Parser Object]] | ||
| + | |||
| + | ===API=== | ||
| + | *[[Agave Config API]] | ||
| + | *[[Agave Metadata API]] | ||
| + | *[[Album Art API]] | ||
| + | *[[Application API]] | ||
| + | *[[Burner API]] | ||
| + | *[[Decode File API]] | ||
| + | *[[Language API]] | ||
| + | *[[Playlist API]] | ||
| + | *[[Podcasts API]] | ||
| + | *[[Media Core API|Media Core API (Freeform skins only!)]] | ||
| + | *[[Media Library API|Media Library SendMessage API]] | ||
| + | *[[Memory Manager API]] | ||
| + | *[[Random API]] | ||
| + | *[[Replay Gain API]] | ||
| + | *[[Service Manager API]] | ||
| + | *[[Skin API]] | ||
| + | *[[System Callbacks API]] | ||
| + | *[[Tagz API]] | ||
| + | *[[SendMessage API|Winamp 2 API]] | ||
| + | *[[Wasabi|Overview of the Wasabi API]] | ||
| + | |||
| + | ===Services=== | ||
| + | *[[File Reader Service]] | ||
| + | *[[Image Writer Service]] | ||
| + | *[[Image Loader Service]] | ||
| + | *[[Text Feed Service]] | ||
| + | |||
| + | ==Online Services Articles== | ||
| + | * [[Tips for Writing an Awesome Online Service]] | ||
| + | * [[Winamp Browser Support]] | ||
| + | |||
| + | [[Category:Articles]] | ||
Latest revision as of 03:42, 15 January 2011
Wiki Main | Skin Developer | Visual Developer | Plug-in Developer | Online Service Developer | SHOUTcast Tools & Services | Articles Page | FAQ | Glossary
Contents
Skin Articles
Modern Skins
ClassicPro Skins
Visualization Articles
Plug-in Articles
General
--
- How To create:
--
- Overview of:
API
- Agave Config API
- Agave Metadata API
- Album Art API
- Application API
- Burner API
- Decode File API
- Language API
- Playlist API
- Podcasts API
- Media Core API (Freeform skins only!)
- Media Library SendMessage API
- Memory Manager API
- Random API
- Replay Gain API
- Service Manager API
- Skin API
- System Callbacks API
- Tagz API
- Winamp 2 API
- Overview of the Wasabi API