From ec3f9987d9451c3ee50a3d269dd9d72b65db23a2 Mon Sep 17 00:00:00 2001 From: George Reales Date: Tue, 21 Jul 2020 09:39:30 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 91242ba..d2ed2da 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,16 @@ # 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. +OB-Xd is based on the [Oberheim OB-X!](https://wikipedia.org/wiki/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. OB-Xd 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. 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!](https://www.kvraudio.com/forum/viewtopic.php?f=1&t=471926) +Thanks to [2Dat!](https://github.com/2DaT/Obxd) 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!](https://www.kvraudio.com/forum/viewtopic.php?f=1&t=471926) # Binaries **Release** https://www.discodsp.com/obxd/ -**Nightly** https://www.discodsp.net/obxd-nightly/ - # Building -Source is compiled with [JUCE 5.4.3](https://github.com/juce-framework/JUCE/archive/5.4.3.zip) and VST3 SDK. - -[Gin JUCE module](https://github.com/FigBug/Gin) Copyright © Roland Rabien https://www.rabien.com - -[AVIR image resizing](https://github.com/avaneev/avir) Copyright © Aleksey Vaneev https://www.voxengo.com +Source code can be compiled with [JUCE 5.4.7](https://github.com/juce-framework/JUCE/archive/5.4.7.zip) and VST3 SDK. \ No newline at end of file