Difference between revisions of "DSP Plug-in SDK"

From JRiverWiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
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==
Line 12: Line 12:
 
* The example plug-in was made with Microsoft Visual Studio .NET 2003.
 
* The example plug-in was made with Microsoft Visual Studio .NET 2003.
 
* Include MJDSPPlugin.h into your project.
 
* Include MJDSPPlugin.h into your project.
 +
 +
[[Category:Developer]]

Latest revision as of 00:50, 4 May 2015

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.