antiknot

Year

2016

Software

VST Pugin

antiknot is a randomizable stereo signal processing effect featuring EQ, warm saturated tri band and single band compression, flanger, delay, reverb and uniphaser units.

Features:

  • warm saturated tri band and single band compression, EQ, flanger, equalizer, tremolo, phaser, reverb, delay.
  • Internal oversampling for aliasing reduction.
  • Fully automatable controls.
  • Randomization function for the whole unit as well as the individual chain parts.
  • Preset saving and loading.
  • Loudness protection / auto-gain function (no signal will be too loud or too quiet).
  • Low CPU usage (full SSE and SSE2 support).
Share the Post:

Related Projects

Piraeus Tower

at-200 MIDI control

Join Our Newsletter

document.addEventListener('DOMContentLoaded', function () { const videoElement = document.getElementById('randomVideo'); if (!videoElement) return; const videoSources = [ "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/oldroad.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t1.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t2.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t3.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t4.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t5.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t6.mp4", "https://iraisynn.attinom.net/_/wp-content/uploads/2025/06/t7.mp4" ]; const randomSource = videoSources[Math.floor(Math.random() * videoSources.length)]; videoElement.src = randomSource; videoElement.load(); });