jjrh / gearmulator

Emulation of classic VA synths of the late 90s/2000s that featured the Motorola 56300 family DSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gearmulator

Emulation of classic VA synths of the late 90s/2000s that used the Motorola 56300 family DSP

This project aims at emulating various musical devices that used the Motorola 56300 family DSPs. At the moment, it can run the Access Virus B, C, Classic and Rack XL

Standalone VST3 and AU plugins are supported. VST2 is supported, too, but only if you provide the VST2 SDK, otherwise, the VST2 build is skipped.

The emulator should compile just fine on any platform that supports C++17, no configure is needed as the code uses C++17 standard data types. For performance reasons, it makes excessive use of C++17 features, for example to parse opcode definitions at compile time and to create jump tables of template permutations, so C++17 is a strong requirement.

The build system used is cmake.

Contributions are welcome! Feel free to send PRs.

Join us on Discord

If you want to help or just want to follow the state of the project, feel free to join us on Discord: https://discord.gg/WJ9cxySnsM

Visit our Homepage

🎵 Visit our homepage for Audio and Video examples 🎧: DSP 56300 Emulation Blog

About

Emulation of classic VA synths of the late 90s/2000s that featured the Motorola 56300 family DSP

License:GNU General Public License v3.0


Languages

Language:C 67.1%Language:C++ 18.9%Language:Shell 6.7%Language:Makefile 2.6%Language:Java 1.6%Language:CMake 1.0%Language:Python 1.0%Language:Cython 0.3%Language:Common Lisp 0.3%Language:M4 0.1%Language:Batchfile 0.1%Language:HTML 0.1%Language:Awk 0.0%Language:Inno Setup 0.0%Language:QMake 0.0%Language:Rich Text Format 0.0%