Click here to Skip to main content
15,892,746 members
Articles / Multimedia / DirectX

Interactive 3D Spectrum Analyzer Visualization for Windows Media Player

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
17 May 2009CPOL12 min read 165.2K   6.5K   41  
Interactive 3D Spectrum Analyzer for Windows Media Player using DirectX 9 and some light GPGPU.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by WM3DSpectrum.rc
//
#define IDS_PROJNAME                    100
#define IDS_EFFECTNAME                  101
#define IDS_ROSEGARDEN                  102
#define IDS_CITYLIGHTS                  103
#define IDR_WM3DSPECTRUM                104
#define IDS_ROSEGARDENPOINTS            104
#define IDS_DESCRIPTION                 105
#define IDD_PROPERTYDIALOG              106
#define IDS_CITYLIGHTSPOINTS            106
#define IDS_ROSEGARDEN_SMOOTH           107
#define IDS_CITYLIGHTS_SMOOTH           108
#define IDS_ROSEGARDENPOINTS_SMOOTH     109
#define IDS_CITYLIGHTSPOINTS_SMOOTH     110
#define IDC_MESSAGEEDIT                 1000

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        202
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           105
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I'm a Microsoft Certified Professional (MCP) in C++. I'm fluent in C/C++, C# and many other languages.

Comments and Discussions