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

LAEA – Free Optical Comp

Tired of your lead vocals jumping out of the mix one second and completely vanishing the next? Or maybe your…

NastyDLA mkIII – Tape Echo VST

Are your delays sounding a little too perfect and digital? I found a fix. Listen up - one of the…

YS Master Hand – Volume Leveler

Tired of muddy vocals getting buried in the track? Or maybe your drum bus is just way too wild and…

Unholy – Hybrid Distortion

Are your mixes sounding a little too sterile and thin? I found a fix. We’ve all been there - you…

Grainfreeze – Spectral Freeze

I've been digging through the web today and found something truly special for your arsenal. Ever struggled to create those…

DearVR Mix-SE – Virtual Mix Room

Tired of your mixes sounding fire in your headphones but completely falling apart the second you play them in the…