DSP Plug-in SDK: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This SDK contains everything you need to create a DSP plug-in for Media Center.
This SDK contains everything you need to create a DSP plug-in for Media Center.


[http://www.jrmediacenter.com/DevZone/MediaCenterSDK.rar Download the SDK]
[http://www.jriver.com/DevZone/MediaCenterSDK.rar Download the SDK]


==Writing a plug-in==
==Writing a plug-in==

Revision as of 18:57, 28 September 2011

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.