2
0
Fork 0
Public archive of github.com/reales/OB-Xd
Go to file
George Reales 8bcae6f613 Update .gitignore 2020-05-21 09:14:32 +02:00
Documents/discoDSP/OB-Xd HiDPI themes 2020-05-10 10:58:25 +02:00
Modules/juce_audio_plugin_client/Standalone 2.0 update 2020-04-19 15:43:40 +02:00
Source Added ResamplingQuality::highResamplingQuality 2020-05-18 20:48:43 +02:00
.gitignore Update .gitignore 2020-05-21 09:14:32 +02:00
OB-Xd.jucer Update OB-Xd.jucer 2020-05-09 20:27:36 +02:00
README.md Update README.md 2020-04-22 15:19:11 +02:00
license.txt First commit 2017-01-23 11:15:08 +01:00

README.md

discoDSP OB-Xd

About

OB-Xd is based on the Oberheim OB-X. It attempts to recreate its sound and behavior, but as the original was very limited in some important ways a number of things were added or altered to the original design. It was designed to sound as good and as rich as the original. It implements micro random detuning which is a big part of that sound. However, it was not designed as a self-contained completely independent soft-synth. It needs to be contained within a VST framework where things like transposition, automation, layering, arpeggiation, etc., are available.

While not copying originals, some of the features were taken to a better point. Continuous blendable multimode filter (HP-Notch(BP)-HP in 12 dB mode and 4-1 pole in 24 dB mode). Also, like many synths of the OB-X's generation, the OB-Xd has no internal effects so its sounds and textures can be greatly enhanced by the use of additional processing like chorus, reverb, delay, etc.

Thanks to 2Dat for the original OB-Xd and Soshi Studio for giving the rights to continue this wonderful product. Also thanks to KVR artists for creating some amazing skins!

Binaries

Release https://www.discodsp.com/obxd/

Nightly https://www.discodsp.net/obxd-nightly/

Building

Source is compiled with JUCE 5.4.3 and VST3 SDK.