DSP Plug-in SDK

From JRiverWiki
Revision as of 16:05, 24 December 2007 by Gateley (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This SDK contains everything you need to create a DSP plug-in for Media Center.

Writing a plug-in

The best way to learn about Media Center's plug-in architecture, and to eventually write your own plug-in, is to work through the example provided. It's the simplest plug-in possible, it creates a stutter effect. You should be able to simply make changes where necessary to this project and end up with your own DSP plug-in.

Some Considerations

Here are just a few things to remember when writing a plug-in:

  • The example plug-in was made with Microsoft Visual Studio .NET 2003.
  • Include MJDSPPlugin.h into your project.