THE GREATEST SYNTH<br>
YOU NEVER KNEW<br><br>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rajdhani:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
  @keyframes phosphorGlow {
    0%   { text-shadow: 0 0 6px #fff, 0 0 18px #FFB060, 0 0 40px #FF7010, 0 0 80px #CC4400; opacity:0.93; }
    35%  { text-shadow: 0 0 10px #fff, 0 0 28px #FFC880, 0 0 60px #FF8820, 0 0 120px #DD5500; opacity:1; }
    70%  { text-shadow: 0 0 4px #FFE0A0, 0 0 14px #FF9030, 0 0 32px #CC5000, 0 0 65px #991800; opacity:0.88; }
    100% { text-shadow: 0 0 6px #fff, 0 0 18px #FFB060, 0 0 40px #FF7010, 0 0 80px #CC4400; opacity:0.93; }
  }
  @keyframes flicker {
    0%,100% { opacity:1; }
    91% { opacity:1; } 92% { opacity:0.6; } 93% { opacity:1; }
    96% { opacity:0.82; } 97% { opacity:1; }
  }
  @keyframes powerUpRight {
    0%   { opacity:0; transform:translateX(18px); filter:blur(6px); }
    50%  { opacity:0.5; filter:blur(1px); }
    100% { opacity:1; transform:translateX(0); filter:blur(0); }
  }
  @keyframes bigNumPowerUp {
    0%   { opacity:0; filter:blur(24px) brightness(4); transform:scaleY(1.1); }
    30%  { opacity:0.25; filter:blur(10px) brightness(2.5); }
    65%  { opacity:0.82; filter:blur(3px) brightness(1.4); transform:scaleY(1.01); }
    100% { opacity:1; filter:blur(0) brightness(1); transform:scaleY(1); }
  }
  @keyframes subtlePulse {
    0%,100% { opacity:0.55; } 50% { opacity:0.85; }
  }
  @keyframes rgbShift {
    0%,100% { text-shadow:
      -2px 0 0 rgba(255,60,0,0.5), 2px 0 0 rgba(0,200,255,0.35),
      0 0 8px #fff, 0 0 22px #FFB060, 0 0 50px #FF6810, 0 0 100px #CC3800;
    }
    50% { text-shadow:
      -3px 0 0 rgba(255,40,0,0.6), 3px 0 0 rgba(0,180,255,0.4),
      0 0 12px #fff, 0 0 32px #FFC880, 0 0 70px #FF8020, 0 0 130px #DD4A00;
    }
  }
  @keyframes scanCrawl {
    0%   { background-position: 0 0; }
    100% { background-position: 0 8px; }
  }
  @keyframes vDividerGlow {
    0%,100% { opacity:0.4; box-shadow: 0 0 6px #FF8030; }
    50%     { opacity:0.7; box-shadow: 0 0 14px #FFD090, 0 0 28px #FF6010; }
  }

  /* VHS GLITCH keyframes - fired by JS adding a class */
  @keyframes glitchSlice1 {
    0%   { clip-path: inset(8% 0 78% 0);  transform: translateX(-12px) skewX(-2deg); opacity:0.9; }
    25%  { clip-path: inset(22% 0 60% 0); transform: translateX(10px)  skewX(1deg);  opacity:0.7; }
    50%  { clip-path: inset(55% 0 28% 0); transform: translateX(-6px)  skewX(-3deg); opacity:0.85; }
    75%  { clip-path: inset(72% 0 8% 0);  transform: translateX(14px)  skewX(2deg);  opacity:0.6; }
    100% { clip-path: inset(8% 0 78% 0);  transform: translateX(0)     skewX(0);     opacity:0; }
  }
  @keyframes glitchSlice2 {
    0%   { clip-path: inset(40% 0 42% 0); transform: translateX(18px) skewX(3deg);  opacity:0.8; }
    33%  { clip-path: inset(15% 0 70% 0); transform: translateX(-14px) skewX(-2deg); opacity:0.6; }
    66%  { clip-path: inset(68% 0 18% 0); transform: translateX(8px)   skewX(1deg);  opacity:0.75; }
    100% { clip-path: inset(40% 0 42% 0); transform: translateX(0)    skewX(0);     opacity:0; }
  }
  @keyframes glitchRgb {
    0%   { text-shadow: -8px 0 0 rgba(255,0,80,0.8),  8px 0 0 rgba(0,220,255,0.7), 0 0 20px #fff; filter: brightness(1.6); }
    20%  { text-shadow: 6px 0 0 rgba(255,0,80,0.6),  -6px 0 0 rgba(0,220,255,0.5), 0 0 10px #FFB060; filter: brightness(1.2); }
    40%  { text-shadow: -12px 0 0 rgba(255,80,0,0.7), 10px 0 0 rgba(0,180,255,0.6), 0 0 30px #fff; filter: brightness(1.8); }
    60%  { text-shadow: 4px 0 0 rgba(255,0,120,0.5), -8px 0 0 rgba(40,200,255,0.6), 0 0 15px #FFC080; filter: brightness(1.3); }
    80%  { text-shadow: -6px 0 0 rgba(255,60,0,0.8),  6px 0 0 rgba(0,240,200,0.5), 0 0 25px #fff; filter: brightness(1.5); }
    100% { text-shadow: -2px 0 0 rgba(255,60,0,0.5),  2px 0 0 rgba(0,200,255,0.35), 0 0 8px #fff, 0 0 22px #FFB060; filter: brightness(1); }
  }
  @keyframes glitchWrap {
    0%,100% { transform: translateX(0) skewX(0); filter: none; }
    10%  { transform: translateX(-4px) skewX(-1.5deg); }
    20%  { transform: translateX(5px)  skewX(1deg); }
    30%  { transform: translateX(-2px) skewX(0.5deg); }
    40%  { transform: translateX(3px); }
    50%  { transform: translateX(0); }
  }
  @keyframes hJitter {
    0%,95%,100% { transform:translateX(0); }
    96% { transform:translateX(-3px); }
    97% { transform:translateX(4px); }
    98% { transform:translateX(-2px); }
    99% { transform:translateX(1px); }
  }
  @keyframes trackGlitch {
    0%,88%,100% { opacity:0; top:-40px; }
    89% { opacity:0.7; top:20px; }
    90% { opacity:0.35; top:85px; }
    91% { opacity:0.55; top:155px; }
    92% { opacity:0; top:240px; }
  }

  .sm-wrap {
    display: inline-flex;
    align-items: stretch;
    position: relative;
    padding: 0;
    background: transparent;
    animation: hJitter 9s linear infinite;
  }
  .sm-wrap.glitching {
    animation: glitchWrap 0.35s steps(1) both;
  }
  .sm-wrap::before {
    content: '';
    position: absolute;
    inset: -10px;
    background: repeating-linear-gradient(
      0deg, transparent 0px, transparent 2px,
      rgba(0,0,0,0.10) 2px, rgba(0,0,0,0.10) 4px
    );
    pointer-events: none;
    z-index: 20;
    animation: scanCrawl 0.18s linear infinite;
  }
  /* VHS tracking bar */
  .sm-track {
    position: absolute;
    left: -20px; right: -20px;
    height: 28px;
    background: linear-gradient(180deg,
      rgba(255,200,100,0.22) 0%, rgba(255,255,255,0.12) 50%, rgba(255,130,20,0.18) 100%
    );
    pointer-events: none;
    z-index: 21;
    opacity: 0;
    top: 0;
    animation: trackGlitch 13s linear infinite;
  }

  .sm-left {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .sm-number {
    font-family: 'Share Tech Mono', monospace;
    font-size: 333px;
    line-height: 1;
    color: #FFF5E8;
    letter-spacing: -0.01em;
    display: block;
    position: relative;
    animation:
      bigNumPowerUp 2.2s cubic-bezier(0.16,1,0.3,1) both,
      rgbShift 4s ease-in-out 2.2s infinite,
      flicker 11s linear 2.2s infinite;
  }
  /* Ghost layers for glitch slices */
  .sm-number::before,
  .sm-number::after {
    content: '505';
    position: absolute;
    inset: 0;
    color: #FFF5E8;
    opacity: 0;
    pointer-events: none;
  }
  .sm-wrap.glitching .sm-number {
    animation: glitchRgb 0.35s steps(1) both !important;
  }
  .sm-wrap.glitching .sm-number::before {
    animation: glitchSlice1 0.35s steps(2) both;
    color: rgba(255,80,20,0.9);
  }
  .sm-wrap.glitching .sm-number::after {
    animation: glitchSlice2 0.35s steps(2) both;
    color: rgba(0,220,255,0.7);
  }

  .sm-vdivider {
    width: 1px;
    align-self: stretch;
    margin: 0 36px;
    background: linear-gradient(180deg,
      transparent 0%, #FF8030 18%, #FFD090 50%, #FF8030 82%, transparent 100%
    );
    flex-shrink: 0;
    animation: vDividerGlow 5s ease-in-out infinite;
    position: relative;
    z-index: 5;
  }

  .sm-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    position: relative;
    z-index: 5;
    animation: powerUpRight 2.6s cubic-bezier(0.16,1,0.3,1) 0.3s both;
  }

  .sm-label {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: 0.14em;
    color: #FFD0A0;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 22px;
    animation: phosphorGlow 6s ease-in-out 3s infinite;
  }

  .sm-hdivider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FF8030, #FFD090 40%, transparent);
    opacity: 0.45;
    margin-bottom: 20px;
  }

  .sm-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .sm-spec {
    font-family: 'Share Tech Mono', monospace;
    font-size: 22px;
    letter-spacing: 0.28em;
    color: #FFB878;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: subtlePulse 6s ease-in-out infinite;
  }
  .sm-spec::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF9040;
    box-shadow: 0 0 6px #FFB060, 0 0 14px #FF6010;
    flex-shrink: 0;
    animation: subtlePulse 3s ease-in-out infinite;
  }
  .sm-spec:nth-child(2) { animation-delay: -2s; }
  .sm-spec:nth-child(2)::before { animation-delay: -1.5s; }
</style>

<div class="sm-wrap" id="smWrap">
  <div class="sm-track"></div>
  <div class="sm-left">
    <span class="sm-number" id="smNum">505</span>
  </div>
  <div class="sm-vdivider"></div>
  <div class="sm-right">
    <span class="sm-label">String Machine</span>
    <div class="sm-hdivider"></div>
    <div class="sm-meta">
      <span class="sm-spec">Ultra Deep-Sampled  (UDS)</span>
      <span class="sm-spec">Ensemble   Chorus</span>
      <span class="sm-spec">New 505 C.A.F   Filter Model</span>
      <span class="sm-spec">Copeland: “Greatest Undiscovered Keyboard”</span>
    </div>
  </div>
</div>

<script>
(function() {
  var wrap = document.getElementById('smWrap');
  function triggerGlitch() {
    if (wrap.classList.contains('glitching')) return;
    wrap.classList.add('glitching');
    setTimeout(function() { wrap.classList.remove('glitching'); }, 380);
    // sometimes double-glitch
    if (Math.random() < 0.3) {
      setTimeout(function() {
        wrap.classList.add('glitching');
        setTimeout(function() { wrap.classList.remove('glitching'); }, 280);
      }, 500);
    }
  }
  function scheduleGlitch() {
    // Random interval 3-18 seconds
    var delay = 3000 + Math.random() * 15000;
    setTimeout(function() {
      triggerGlitch();
      scheduleGlitch();
    }, delay);
  }
  // First glitch after 4-7 seconds
  setTimeout(function() {
    triggerGlitch();
    scheduleGlitch();
  }, 4000 + Math.random() * 3000);
})();
</script>
THE GREATEST SYNTH<br>
YOU NEVER KNEW<br><br>
<link href=
505
String Machine
Ultra Deep-Sampled  (UDS) Ensemble   Chorus New 505 C.A.F   Filter Model Copeland: “Greatest Undiscovered Keyboard”
" style="display: block;" loading="lazy">

THE GREATEST SYNTH
YOU NEVER KNEW

505
String Machine
Ultra Deep-Sampled  (UDS) Ensemble   Chorus New 505 C.A.F   Filter Model Copeland: “Greatest Undiscovered Keyboard”

The secret sound behind Vangelis, The Police & Pink Floyd. The oscillators have been marinating for 50 years. Unquestionably our most nostalgic sounding synth. Every patch is a story of life.

<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@300;600;900&display=swap" rel="stylesheet">

<style>
@keyframes p11shine { 0%{background-position:200% 0%} 100%{background-position:-120% 0%} }
.p11g{background-image:linear-gradient(90deg,#2A1800 0%,#6B4A22 8%,#B8924A 18%,#E8D5A0 26%,#FDF6E0 32%,#FFFFFF 36%,#FDF6E0 40%,#E8D5A0 46%,#C4A060 56%,#8B6A38 68%,#4A3018 80%,#8B6A38 90%,#2A1800 100%);background-size:350% 100%;background-position:200% 0%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:p11shine 20s cubic-bezier(0.16,1,0.3,1) infinite;}
.p11g-r{background-image:linear-gradient(90deg,#2A1800 0%,#6B4A22 8%,#B8924A 18%,#E8D5A0 26%,#FDF6E0 32%,#FFFFFF 36%,#FDF6E0 40%,#E8D5A0 46%,#C4A060 56%,#8B6A38 68%,#4A3018 80%,#8B6A38 90%,#2A1800 100%);background-size:350% 100%;background-position:200% 0%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:p11shine 20s cubic-bezier(0.16,1,0.3,1) infinite reverse;display:inline-block;transform:scaleX(-1);}
</style>

<div style="display:inline-block;line-height:1;font-style:normal;text-transform:none;letter-spacing:normal;text-align:left;">
  <div id="p11-sub" style="font-family:'Cinzel',serif;font-weight:600;font-size:26px;letter-spacing:0.38em;text-transform:uppercase;display:flex;align-items:center;gap:0.8em;margin:0 0 10px;">
    <span class="p11g">From Tenet</span>
    <span style="-webkit-text-fill-color:initial;background:none;width:4px;height:4px;border-radius:50%;background-color:#C8A96E;opacity:0.5;flex-shrink:0;display:inline-block;"></span>
    <span class="p11g" style="animation-delay:-3s;">To Oppenheimer</span>
  </div>
  <div id="p11-pal" class="p11g" style="font-family:'Cinzel',serif;font-weight:300;font-size:72px;letter-spacing:0.32em;text-transform:uppercase;margin:0 0 24px;display:block;">Palindrome</div>
  <div style="display:flex;align-items:baseline;line-height:0.85;">
    <span class="p11g" style="font-family:'Cinzel',serif;font-weight:900;font-size:480px;letter-spacing:-0.02em;">1</span>
    <span class="p11g-r" style="font-family:'Cinzel',serif;font-weight:900;font-size:480px;letter-spacing:-0.02em;">1</span>
  </div>
</div>

<script>
document.fonts.ready.then(function(){
  var pal=document.getElementById('p11-pal'),sub=document.getElementById('p11-sub');
  if(!pal||!sub)return;
  var diff=sub.getBoundingClientRect().width-pal.getBoundingClientRect().width;
  if(diff>0){var cur=parseFloat(window.getComputedStyle(pal).letterSpacing)||0;pal.style.letterSpacing=(cur+diff/10)+'px';}
});
</script><br><br>
<link href=
From Tenet To Oppenheimer
Palindrome
1 1


" style="display: block;" loading="lazy">

From Tenet To Oppenheimer
Palindrome
1 1


<br>EVER<br>PLAYED<br>SOUND<br>PONG?<br>
<br>EVER<br>PLAYED<br>SOUND<br>PONG?<br>


EVER
PLAYED
SOUND
PONG?

<b style="color:#6f73df;">
NUNO 106<br>POP MACHINE
</b>
<b style= NUNO 106
POP MACHINE " style="display: block;" loading="lazy">

NUNO 106
POP MACHINE

Bruno Mars calls it "The Secret Sauce" for a reason.

It is the synth you will find in every major artist.
Depeche Mode. Tame Impapa. Weekend. Max Martin.
Aha. New Order. Daft Punk. Calvin Harris. Endless.

DISCO STUDIO STRINGS UDS™
DISCO STUDIO STRINGS UDS™

DISCO STUDIO STRINGS UDS™

Introducing Disco Studio Strings UDS™. Our brand new, ultra-realistic library for rhythmic Disco and Pop string writing. After 18 months of recording and production, and 33,000 meticulously captured samples, this new-gen library features 7 master violinists, delivering vibrant energy to your arrangements.

Authentic Studio Strings dedicated to super-realistic Disco and Pop writing.

<b style="color:#F5F1E6;">
NEW<br>
JUNIPER 82
</b>
<b style= NEW
JUNIPER 82 " style="display: block;" loading="lazy">

NEW
JUNIPER 82

Our original library was already the deepest Jupiter 8 ever created. Not a simu- or emulation, but rather the true authentic sound of vintage hardware. But the Jupiter-8 is a sparkle machine, full of surprises.

So we went back one last time and pushed it further.

Now ... over 34,000 samples later, every brass, strings, lead, keys, arps, raw oscillator re-captured and every detail accounted for.

This is our final voyage with the king of polysynths.

Bansuri Virtuoso
Bansuri Virtuoso

Bansuri Virtuoso

From Avatar and Slumdog Millionaire to Life of Pi and The Jungle Book. The Bansuri has shaped some of cinema’s most intimate moments. Bansuri Virtuoso™ captures that breath and fire with 12 Ultra Deep Sampled (UDS™) true polyphonic legatos, dozens of advanced sustain types, and every classic ornament. All seamless and keyswitchable.

Performed by LA session artist Rama Kumaran on a vintage Bansuri he has played since childhood. Recorded in the same legendary studio where John Williams shaped many of his iconic scores, captured through vintage U47, modern U87, and room TLM 103 microphones. Every legato. Every ornament.

Free You
Free You

Free You

We asked 160 artists one question: "What are the five sounds of your life?" Free You is the answer to this question. Born from the imagination of our global community. Deeply personal. Textural. Endlessly unique.

Free You is a follow-up to our popular Free Angels and Free Radicals libraries, which were done in collaboration with our fantastically talented community of users. The idea with our Free You Project was to create the most personal collection of memorable sounds. All we asked was that people recorded or created the 5 most important sounds in their life.

The 5 sounds that stood closest to their heart.

We took all the contributions and put them into one sample library. We edited, programmed, designed, and distributed the entire collection and added a large chunk of personal materials to it.

Instant Guitar Collection

Instant Guitar Collection

On Sale $139
Adastra Strings Bundle

Adastra Strings Bundle

On Sale $175
Adastra Ensemble Strings

Adastra Ensemble Strings

Majestic Series

Majestic Series

Adastra Chamber Strings

Adastra Chamber Strings

Adastra Solo Strings

Adastra Solo Strings

Soundpaint All Bundle

Soundpaint All Bundle

Century Solo Brass

Century Solo Brass

Fire Brass Bundle 2.0

Fire Brass Bundle 2.0

Soundpaint is shortest path from thought to creation

—Troels Folmann
Try it Free