Skip to content

VSTi synthesizer plugin using reSID software emulation of the MOS6581 SID chip

Notifications You must be signed in to change notification settings

Kingston1/residler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

residler

VST synthesizer plugin using reSID software emulation of the MOS6581 SID chip

Currently supported plugin formats:

VST2.4

  • win32
  • x64

VST3

  • win32
  • x64

There might be OSX VST and AU support in the future.

Build Instructions for Microsoft Visual C++ 2012

  1. Download and extract latest Steinberg VST3 SDK (current version used in development: vstsdk352_25_09_2012_build_16)
  2. Clone residler git repository in the same directory with \public.sdk and \vstgui4
  3. Open \VST3 SDK\residler\win\residler.sln
  4. Visual C++ residler project Property Pages info
  • Configuration Properties -> General -> Target Extension. You can set the output file to .dll or .vst3 here to select plugin format. Or you can just rename the file after building.
  • Configuration Properties -> General -> Platform Toolset. Make sure this is set to Visual Studio 2012 (v110)
  • Configuration Properties -> Linker -> General -> Output File. Choose your plugin target folder here. For example C:\Program Files\Common Files\VST3 or C:\VstPlugins

Additional Instructions for Microsoft Visual C++ 2010

  1. Install Windows 7.1 SDK in order to build x64 targets
  • Configuration Properties -> General -> Platform Toolset. Make sure this is set to Windows7.1SDK

About

VSTi synthesizer plugin using reSID software emulation of the MOS6581 SID chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published