Skip to content

Model of the classic Ibanez Tube Screamer 808 using Nodal Analysis and WDF with a few new features added!

License

Notifications You must be signed in to change notification settings

JamesStubbsEng/TS-808-Ultra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS-808-Ultra

Model of the classic Ibanez Tube Screamer 808 using Nodal Analysis and WDF with a few new features added!

Download Windows vst3 and Mac vst3 and AU files here: https://github.com/JamesStubbsEng/TS-808-Ultra/releases/tag/v1.0.0

TS-808-Ultra(Screenshot)

Basis of circuits simulated

The circuit schematics of the TS-808-Ultra are based off Electrosmash's analysis here: https://www.electrosmash.com/tube-screamer-analysis

Clipping Circuit

Jatin Chowdury's WDF library was used to simulate the clipping stage of the TS808. The library is found here: https://github.com/jatinchowdhury18/WaveDigitalFilters

The clipping stage of the TS808 can be broken down into 3 WDF stages based on ideal opamp circuit analysis. This is done in the following paper and is shown below:

WDF_implementation_of_TS808

https://www.researchgate.net/publication/299514713_An_Improved_and_Generalized_Diode_Clipper_Model_for_Wave_Digital_Filters

Tone Circuit

The tone circuit analog transfer function can be found by nodal analysis, and is shown in section 4.3 on page 6 of the paper below: http://dafx.de/paper-archive/2007/Papers/p189.pdf

The analog transfer function can then be converted into a digital transfer function using the bilinear transform (BLT). No frequency warping was used in the plugin, as it was found no frequency warping produces a better sound.

A comparison between the analog and digtial transfer function for the tone circuit is seen below:

TS808_tone_analog_vs_digit_simulations2

Other features

To make the iconic tube screamer circuit more usable in applications other than in front of a guitar amp the following is added to the plugin: input gain, mix, direct LFP, direct compression, and output gain! These extra features are implemented in the digital domain.

Pots

Drive Pot

The drive pot is modelled with the following function, which emulates a classic audio taper pot:

audiotaper

Tone Pot

According to Electrosmash's analysis, the physical Tube Screamer uses a G taper pot. However, during development, it was found an inverse log taper allows for more control of the upper settings, so the inverse log taper pot emulation below is used in the plugin.

inverselogtaper