DSP Plug-in SDK

From wiki.jriver.com
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Download the SDK

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.