VST Effects

JE-201 (Roland RE 201) v1.1.0 WiN Mac

JE-201

9.4 MB

Digital models of the Roland RE201. VST3, AU plugins and source code.
The original folder contains a (mostly) header only library implementing four seperate digital models of a Roland RE-201, developed throughout the duration of my final year project, on the BSc Sound Engineering and Production course at Birmingham City University. The models are classes which can be implemented into an audio plugin in any framework.

The latest version is a significant improvement of the original and is not header only. This is dedicated to optimisations which did not fit into the time scale of my bachelors project and generally cleans up the code. This includes processing by buffer instead of sample, optimising the filter structures, adjustments to the WDF tone stack, reducing unnecessary calculations and dynamic allocation of objects and memory based on channel count. The error function tape saturation model has been omitted (because lets be honest, tape hysteresis modelling is way cooler), however the tone stack algorithm can be switched between VA and WDF by setting a bool variable in the RE201model class.

The four models implemented combinations of two tape saturation and two tone stack modellings methods. One tape saturation modelling method was a static non linearity (error function) and the other was based on the hysteresis processor developed by chowdhury (2019) which calculates magnetisation based on a tape playhead position derivative approximation. The tape delay modelling between the two methods is the same, utilising three circular buffers with read times at multiple of each other, in line with the real device (Using a single buffer with multiple read heads was tested, however this appeared to generate phasing issues when multiple playheads were active). Both methods implement oversampling, albeit very inefficiently. The latest version attempts to resolve many of those issues.

The first tone stack method implemented the VA Bassman 59′ filter discretised by Yeh (2006). The other tone stack was two WDF shelving filters processed in series to make up the bass and treble frequency bands.

Other perceptual characteristics have been modelled, this includes wow and flutter (although this is next on my improvements list), control ballistics (pitch increases when the repeat rate is increasing and vice versa) and tape speed dependant equalisation.

Included in both versions is the respective Windows VST x64 plugin and ASPIK project which can be built for Mac OS. Mac OS versions will be added shortly.

https://github.com/je3928/RE201models#readme

JE-201.Plugins  ( 9 MB )

Tags: JE-201

Recent Posts

Sabotage 76 – FET Compressor

Are your drums sounding a little polite? I found a fix. Look, we have all been there. You've got this…

YS Stereo Makeup – Stereo Widener

Are your mixes sounding a little narrow and flat? I found a fix. One of the biggest struggles we face…

VxBx – Vocal Processor

Are your vocal mixes sounding thin and buried? I found a fix. Look, we've all been there in the lab.…

Dynamics Bundle – Analog VST

Are your mixes sounding thin and a bit too digital? I found a fix. The biggest studio struggle we face…

Fogbank – Sound Multiplier

I've been digging through the web and found something special for your arsenal today. You know that feeling when your…

YS Mobile Bass – Bass Translator

Are your basslines disappearing as soon as you play the bounce on your iPhone? I found a fix. We all…