gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 5456a4fa52d1aa0e149839f17939a85b14df7e56
parent 535fe799e4f7897e55bed8e31047948fdc11556f
Author: dsp56300 <87139854+dsp56300@users.noreply.github.com>
Date:   Wed, 14 Jul 2021 21:13:11 +0200

Create README.md
Diffstat:
AREADME.md | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,22 @@ +# 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](https://cmake.org/). + +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/mveFUNbNCK + +### Visit our Homepage + +🎵 Visit our homepage for Audio and Video examples 🎧: +[DSP 56300 Emulation Blog](https://dsp56300.wordpress.com/)