Welcome to the detailed analysis for soundpaint.com. This domain is officially recognized as Ultra-Realistic Virtual & Musical Instruments | Soundpaint. According to their official web presence, their primary focus is: "Explore ultra-realistic virtual instruments and musical instruments at Soundpaint. Download our free sampler for unique, professional-quality sounds.".
Table of Contents
- ↓ LOOPERPRE-ORDER
TODAY
- ↓ @keyframes ssBreathe {
0%, 100% { opacity: 0.97; }
50% { opacity: 1; }
}
@keyframes ssVibrato {
0%, 100% { transform: translateX(0); }
33% { transform: translateX(-0.6px); }
66% { transform: translateX(0.5px); }
}
@keyframes ssInkBleed {
0% { opacity: 0; filter: blur(14px); letter-spacing: 0.16em; }
55% { opacity: 0.7; filter: blur(2.5px); letter-spacing: 0.025em; }
100% { opacity: 1; filter: blur(0); letter-spacing: 0.005em; }
}
@keyframes ssFadeUp {
0% { opacity: 0; transform: translateY(14px); }
100% { opacity: 1; transform: translateY(0); }
}
@keyframes ssVowelA { 0%,28%{opacity:1;} 33%,94%{opacity:0;} 100%{opacity:1;} }
@keyframes ssVowelE { 0%,28%{opacity:0;} 33%,61%{opacity:1;} 66%,100%{opacity:0;} }
@keyframes ssVowelU { 0%,61%{opacity:0;} 66%,94%{opacity:1;} 100%{opacity:0;} }
@keyframes ssAura {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 0.75; transform: scale(1.04); }
}
/* The oscilloscope scroll keyframes - each voice loops at its own pace */
@keyframes ssScroll1 {
0% { transform: translateY(0); }
100% { transform: translateY(-1000px); }
}
@keyframes ssScroll2 {
0% { transform: translateY(0); }
100% { transform: translateY(-1000px); }
}
@keyframes ssScroll3 {
0% { transform: translateY(0); }
100% { transform: translateY(-1000px); }
}
@keyframes ssAmp1 {
0%, 100% { transform: scaleX(0.65); }
50% { transform: scaleX(1.05); }
}
@keyframes ssAmp2 {
0%, 100% { transform: scaleX(0.95); }
50% { transform: scaleX(0.55); }
}
@keyframes ssAmp3 {
0%, 100% { transform: scaleX(0.75); }
50% { transform: scaleX(1); }
}
@keyframes ssLineFade1 {
0%, 100% { opacity: 0.7; }
50% { opacity: 1; }
}
@keyframes ssLineFade2 {
0%, 100% { opacity: 0.95; }
50% { opacity: 0.55; }
}
@keyframes ssLineFade3 {
0%, 100% { opacity: 0.75; }
50% { opacity: 1; }
}
.ss-wrap {
display: inline-flex;
align-items: stretch;
position: relative;
padding: 0;
background: transparent;
animation: ssBreathe 9s ease-in-out infinite;
font-family: 'Cormorant Garamond', 'Times New Roman', serif;
}
.ss-wrap::before {
content: '';
position: absolute;
inset: -110px -160px;
background:
radial-gradient(ellipse at 18% 50%, rgba(184, 74, 64, 0.06) 0%, transparent 50%),
radial-gradient(ellipse at 50% 50%, rgba(188, 138, 90, 0.05) 0%, transparent 55%),
radial-gradient(ellipse at 82% 50%, rgba(112, 143, 168, 0.05) 0%, transparent 50%);
pointer-events: none;
z-index: -1;
animation: ssAura 11s ease-in-out infinite;
}
.ss-left {
display: flex;
align-items: stretch;
gap: 18px;
padding: 8px 6px;
}
.ss-voice {
display: flex;
flex-direction: column;
align-items: center;
gap: 22px;
animation: ssFadeUp 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.ss-voice.s1 { animation-delay: 0.15s; }
.ss-voice.s2 { animation-delay: 0.45s; }
.ss-voice.s3 { animation-delay: 0.75s; }
.ss-tag {
font-family: 'Cormorant Garamond', serif;
font-weight: 400;
font-style: italic;
font-size: 26px;
letter-spacing: 0.18em;
}
.ss-voice.s1 .ss-tag { color: rgba(160, 60, 52, 0.85); }
.ss-voice.s2 .ss-tag { color: rgba(150, 105, 65, 0.9); }
.ss-voice.s3 .ss-tag { color: rgba(80, 110, 138, 0.85); }
.ss-osc-wrap {
height: 320px;
width: 64px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
-webkit-mask-image: linear-gradient(180deg,
transparent 0%,
rgba(0, 0, 0, 0.4) 8%,
#000 22%,
#000 78%,
rgba(0, 0, 0, 0.4) 92%,
transparent 100%
);
mask-image: linear-gradient(180deg,
transparent 0%,
rgba(0, 0, 0, 0.4) 8%,
#000 22%,
#000 78%,
rgba(0, 0, 0, 0.4) 92%,
transparent 100%
);
}
.ss-osc-wrap::before {
content: '';
position: absolute;
top: 14%;
bottom: 14%;
left: 50%;
width: 1px;
background: linear-gradient(180deg,
transparent 0%,
rgba(80, 60, 45, 0.10) 30%,
rgba(80, 60, 45, 0.16) 50%,
rgba(80, 60, 45, 0.10) 70%,
transparent 100%
);
transform: translateX(-0.5px);
}
.ss-osc-svg {
width: 64px;
height: 320px;
display: block;
overflow: visible;
}
.ss-scroller {
will-change: transform;
}
.ss-amp {
transform-origin: 32px 500px;
transform-box: fill-box;
will-change: transform;
}
.ss-line { will-change: opacity; }
.ss-osc-svg.s1 .ss-scroller { animation: ssScroll1 14s linear infinite; }
.ss-osc-svg.s2 .ss-scroller { animation: ssScroll2 18s linear infinite; }
.ss-osc-svg.s3 .ss-scroller { animation: ssScroll3 16s linear infinite; }
.ss-osc-svg.s1 .ss-amp { animation: ssAmp1 6.5s ease-in-out infinite; }
.ss-osc-svg.s2 .ss-amp { animation: ssAmp2 7.4s ease-in-out -1.6s infinite; }
.ss-osc-svg.s3 .ss-amp { animation: ssAmp3 6.9s ease-in-out -3.3s infinite; }
.ss-osc-svg.s1 .ss-line { animation: ssLineFade1 5.5s ease-in-out infinite; }
.ss-osc-svg.s2 .ss-line { animation: ssLineFade2 6.2s ease-in-out -2s infinite; }
.ss-osc-svg.s3 .ss-line { animation: ssLineFade3 5.8s ease-in-out -3.5s infinite; }
.ss-vowel {
position: relative;
height: 36px;
width: 50px;
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-weight: 400;
font-size: 28px;
}
.ss-vowel span {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ss-voice.s1 .ss-vowel { color: #8C3530; }
.ss-voice.s2 .ss-vowel { color: #8A5F38; }
.ss-voice.s3 .ss-vowel { color: #4F6E89; }
.ss-voice.s1 .v-a { animation: ssVowelA 9s ease-in-out infinite; }
.ss-voice.s1 .v-e { animation: ssVowelE 9s ease-in-out infinite; }
.ss-voice.s1 .v-u { animation: ssVowelU 9s ease-in-out infinite; }
.ss-voice.s2 .v-a { animation: ssVowelA 9s ease-in-out -3s infinite; }
.ss-voice.s2 .v-e { animation: ssVowelE 9s ease-in-out -3s infinite; }
.ss-voice.s2 .v-u { animation: ssVowelU 9s ease-in-out -3s infinite; }
.ss-voice.s3 .v-a { animation: ssVowelA 9s ease-in-out -6s infinite; }
.ss-voice.s3 .v-e { animation: ssVowelE 9s ease-in-out -6s infinite; }
.ss-voice.s3 .v-u { animation: ssVowelU 9s ease-in-out -6s infinite; }
.ss-vdivider {
width: 1px;
align-self: stretch;
margin: 0 56px;
background: linear-gradient(180deg,
transparent 0%,
rgba(80, 60, 45, 0.18) 22%,
rgba(80, 60, 45, 0.32) 50%,
rgba(80, 60, 45, 0.18) 78%,
transparent 100%
);
flex-shrink: 0;
}
.ss-right {
display: flex;
flex-direction: column;
justify-content: center;
padding: 18px 0;
}
.ss-title {
font-family: 'Cormorant Garamond', serif;
font-weight: 500;
font-size: 120px;
line-height: 0.95;
color: #2A1F18;
letter-spacing: 0.005em;
margin-bottom: 6px;
animation:
ssInkBleed 2.6s cubic-bezier(0.16, 1, 0.3, 1) both,
ssVibrato 5.5s ease-in-out 2.6s infinite;
}
.ss-title em {
font-style: italic;
font-weight: 500;
color: #5A3528;
}
.ss-tagline {
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-weight: 300;
font-size: 32px;
color: rgba(70, 50, 38, 0.92);
letter-spacing: 0.025em;
margin-bottom: 28px;
animation: ssFadeUp 1.6s ease-out 1.3s both;
}
.ss-hdivider {
height: 1px;
width: 100%;
background: linear-gradient(90deg,
rgba(80, 60, 45, 0.45) 0%,
rgba(80, 60, 45, 0.22) 45%,
transparent 100%
);
margin-bottom: 22px;
animation: ssFadeUp 1.6s ease-out 1.5s both;
}
.ss-meta {
display: flex;
flex-direction: column;
gap: 14px;
animation: ssFadeUp 1.8s ease-out 1.7s both;
}
.ss-spec {
font-family: 'Cormorant Garamond', serif;
font-weight: 400;
font-size: 19px;
letter-spacing: 0.28em;
color: rgba(50, 36, 28, 0.92);
text-transform: uppercase;
display: flex;
align-items: center;
gap: 14px;
}
.ss-spec::before {
content: '';
display: inline-block;
width: 10px;
height: 1px;
background: rgba(80, 60, 45, 0.55);
flex-shrink: 0;
}
.ss-spec.quote {
font-style: italic;
font-size: 23px;
letter-spacing: 0.02em;
color: #5A3528;
text-transform: none;
margin-top: 4px;
}
.ss-spec.quote::before {
background: rgba(90, 53, 40, 0.6);
width: 22px;
}
i
AhEhUh
ii
AhEhUh
iii
AhEhUh
Studio Sopranos
Delicate. Or dominant.
Three Conservatory Sopranos
Four Microphone Positions
310 Programs · Polyphonic Legato
Folmann: "Like breathing through the keys."
- Link Profile
- Internal Pages: 57Outbound Links: 8
- Localization
- en
6-Month Traffic Trend Estimate
Estimated Market Value
$1,194
Based on domain age, authority, and keyword relevance.
TLD Availability Risk
- soundpaint.comAvailable
- soundpaint.netTaken
- soundpaint.orgTaken
- soundpaint.ioTaken
- soundpaint.coTaken
- soundpaint.aiTaken
Official Contact & Profiles

Visual representation extracted from soundpaint.com
Content Snippets from soundpaint.com
"Vintage Recording Studio built directly into Soundpaint. Record and layer anything. Five tape machines."
"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."
"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."
"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."
Key Topics & Focus Areas for soundpaint.com:
LOOPERPRE-ORDER
TODAY
@keyframes ssBreathe {
0%, 100% { opacity: 0.97; }
50% { opacity: 1; }
}
@keyframes ssVibrato {
0%, 100% { transform: translateX(0); }
33% { transform: translateX(-0.6px); }
66% { transform: translateX(0.5px); }
}
@keyframes ssInkBleed {
0% { opacity: 0; filter: blur(14px); letter-spacing: 0.16em; }
55% { opacity: 0.7; filter: blur(2.5px); letter-spacing: 0.025em; }
100% { opacity: 1; filter: blur(0); letter-spacing: 0.005em; }
}
@keyframes ssFadeUp {
0% { opacity: 0; transform: translateY(14px); }
100% { opacity: 1; transform: translateY(0); }
}
@keyframes ssVowelA { 0%,28%{opacity:1;} 33%,94%{opacity:0;} 100%{opacity:1;} }
@keyframes ssVowelE { 0%,28%{opacity:0;} 33%,61%{opacity:1;} 66%,100%{opacity:0;} }
@keyframes ssVowelU { 0%,61%{opacity:0;} 66%,94%{opacity:1;} 100%{opacity:0;} }
@keyframes ssAura {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 0.75; transform: scale(1.04); }
}
/* The oscilloscope scroll keyframes - each voice loops at its own pace */
@keyframes ssScroll1 {
0% { transform: translateY(0); }
100% { transform: translateY(-1000px); }
}
@keyframes ssScroll2 {
0% { transform: translateY(0); }
100% { transform: translateY(-1000px); }
}
@keyframes ssScroll3 {
0% { transform: translateY(0); }
100% { transform: translateY(-1000px); }
}
@keyframes ssAmp1 {
0%, 100% { transform: scaleX(0.65); }
50% { transform: scaleX(1.05); }
}
@keyframes ssAmp2 {
0%, 100% { transform: scaleX(0.95); }
50% { transform: scaleX(0.55); }
}
@keyframes ssAmp3 {
0%, 100% { transform: scaleX(0.75); }
50% { transform: scaleX(1); }
}
@keyframes ssLineFade1 {
0%, 100% { opacity: 0.7; }
50% { opacity: 1; }
}
@keyframes ssLineFade2 {
0%, 100% { opacity: 0.95; }
50% { opacity: 0.55; }
}
@keyframes ssLineFade3 {
0%, 100% { opacity: 0.75; }
50% { opacity: 1; }
}
.ss-wrap {
display: inline-flex;
align-items: stretch;
position: relative;
padding: 0;
background: transparent;
animation: ssBreathe 9s ease-in-out infinite;
font-family: 'Cormorant Garamond', 'Times New Roman', serif;
}
.ss-wrap::before {
content: '';
position: absolute;
inset: -110px -160px;
background:
radial-gradient(ellipse at 18% 50%, rgba(184, 74, 64, 0.06) 0%, transparent 50%),
radial-gradient(ellipse at 50% 50%, rgba(188, 138, 90, 0.05) 0%, transparent 55%),
radial-gradient(ellipse at 82% 50%, rgba(112, 143, 168, 0.05) 0%, transparent 50%);
pointer-events: none;
z-index: -1;
animation: ssAura 11s ease-in-out infinite;
}
.ss-left {
display: flex;
align-items: stretch;
gap: 18px;
padding: 8px 6px;
}
.ss-voice {
display: flex;
flex-direction: column;
align-items: center;
gap: 22px;
animation: ssFadeUp 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.ss-voice.s1 { animation-delay: 0.15s; }
.ss-voice.s2 { animation-delay: 0.45s; }
.ss-voice.s3 { animation-delay: 0.75s; }
.ss-tag {
font-family: 'Cormorant Garamond', serif;
font-weight: 400;
font-style: italic;
font-size: 26px;
letter-spacing: 0.18em;
}
.ss-voice.s1 .ss-tag { color: rgba(160, 60, 52, 0.85); }
.ss-voice.s2 .ss-tag { color: rgba(150, 105, 65, 0.9); }
.ss-voice.s3 .ss-tag { color: rgba(80, 110, 138, 0.85); }
.ss-osc-wrap {
height: 320px;
width: 64px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
-webkit-mask-image: linear-gradient(180deg,
transparent 0%,
rgba(0, 0, 0, 0.4) 8%,
#000 22%,
#000 78%,
rgba(0, 0, 0, 0.4) 92%,
transparent 100%
);
mask-image: linear-gradient(180deg,
transparent 0%,
rgba(0, 0, 0, 0.4) 8%,
#000 22%,
#000 78%,
rgba(0, 0, 0, 0.4) 92%,
transparent 100%
);
}
.ss-osc-wrap::before {
content: '';
position: absolute;
top: 14%;
bottom: 14%;
left: 50%;
width: 1px;
background: linear-gradient(180deg,
transparent 0%,
rgba(80, 60, 45, 0.10) 30%,
rgba(80, 60, 45, 0.16) 50%,
rgba(80, 60, 45, 0.10) 70%,
transparent 100%
);
transform: translateX(-0.5px);
}
.ss-osc-svg {
width: 64px;
height: 320px;
display: block;
overflow: visible;
}
.ss-scroller {
will-change: transform;
}
.ss-amp {
transform-origin: 32px 500px;
transform-box: fill-box;
will-change: transform;
}
.ss-line { will-change: opacity; }
.ss-osc-svg.s1 .ss-scroller { animation: ssScroll1 14s linear infinite; }
.ss-osc-svg.s2 .ss-scroller { animation: ssScroll2 18s linear infinite; }
.ss-osc-svg.s3 .ss-scroller { animation: ssScroll3 16s linear infinite; }
.ss-osc-svg.s1 .ss-amp { animation: ssAmp1 6.5s ease-in-out infinite; }
.ss-osc-svg.s2 .ss-amp { animation: ssAmp2 7.4s ease-in-out -1.6s infinite; }
.ss-osc-svg.s3 .ss-amp { animation: ssAmp3 6.9s ease-in-out -3.3s infinite; }
.ss-osc-svg.s1 .ss-line { animation: ssLineFade1 5.5s ease-in-out infinite; }
.ss-osc-svg.s2 .ss-line { animation: ssLineFade2 6.2s ease-in-out -2s infinite; }
.ss-osc-svg.s3 .ss-line { animation: ssLineFade3 5.8s ease-in-out -3.5s infinite; }
.ss-vowel {
position: relative;
height: 36px;
width: 50px;
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-weight: 400;
font-size: 28px;
}
.ss-vowel span {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ss-voice.s1 .ss-vowel { color: #8C3530; }
.ss-voice.s2 .ss-vowel { color: #8A5F38; }
.ss-voice.s3 .ss-vowel { color: #4F6E89; }
.ss-voice.s1 .v-a { animation: ssVowelA 9s ease-in-out infinite; }
.ss-voice.s1 .v-e { animation: ssVowelE 9s ease-in-out infinite; }
.ss-voice.s1 .v-u { animation: ssVowelU 9s ease-in-out infinite; }
.ss-voice.s2 .v-a { animation: ssVowelA 9s ease-in-out -3s infinite; }
.ss-voice.s2 .v-e { animation: ssVowelE 9s ease-in-out -3s infinite; }
.ss-voice.s2 .v-u { animation: ssVowelU 9s ease-in-out -3s infinite; }
.ss-voice.s3 .v-a { animation: ssVowelA 9s ease-in-out -6s infinite; }
.ss-voice.s3 .v-e { animation: ssVowelE 9s ease-in-out -6s infinite; }
.ss-voice.s3 .v-u { animation: ssVowelU 9s ease-in-out -6s infinite; }
.ss-vdivider {
width: 1px;
align-self: stretch;
margin: 0 56px;
background: linear-gradient(180deg,
transparent 0%,
rgba(80, 60, 45, 0.18) 22%,
rgba(80, 60, 45, 0.32) 50%,
rgba(80, 60, 45, 0.18) 78%,
transparent 100%
);
flex-shrink: 0;
}
.ss-right {
display: flex;
flex-direction: column;
justify-content: center;
padding: 18px 0;
}
.ss-title {
font-family: 'Cormorant Garamond', serif;
font-weight: 500;
font-size: 120px;
line-height: 0.95;
color: #2A1F18;
letter-spacing: 0.005em;
margin-bottom: 6px;
animation:
ssInkBleed 2.6s cubic-bezier(0.16, 1, 0.3, 1) both,
ssVibrato 5.5s ease-in-out 2.6s infinite;
}
.ss-title em {
font-style: italic;
font-weight: 500;
color: #5A3528;
}
.ss-tagline {
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-weight: 300;
font-size: 32px;
color: rgba(70, 50, 38, 0.92);
letter-spacing: 0.025em;
margin-bottom: 28px;
animation: ssFadeUp 1.6s ease-out 1.3s both;
}
.ss-hdivider {
height: 1px;
width: 100%;
background: linear-gradient(90deg,
rgba(80, 60, 45, 0.45) 0%,
rgba(80, 60, 45, 0.22) 45%,
transparent 100%
);
margin-bottom: 22px;
animation: ssFadeUp 1.6s ease-out 1.5s both;
}
.ss-meta {
display: flex;
flex-direction: column;
gap: 14px;
animation: ssFadeUp 1.8s ease-out 1.7s both;
}
.ss-spec {
font-family: 'Cormorant Garamond', serif;
font-weight: 400;
font-size: 19px;
letter-spacing: 0.28em;
color: rgba(50, 36, 28, 0.92);
text-transform: uppercase;
display: flex;
align-items: center;
gap: 14px;
}
.ss-spec::before {
content: '';
display: inline-block;
width: 10px;
height: 1px;
background: rgba(80, 60, 45, 0.55);
flex-shrink: 0;
}
.ss-spec.quote {
font-style: italic;
font-size: 23px;
letter-spacing: 0.02em;
color: #5A3528;
text-transform: none;
margin-top: 4px;
}
.ss-spec.quote::before {
background: rgba(90, 53, 40, 0.6);
width: 22px;
}
i
AhEhUh
ii
AhEhUh
iii
AhEhUh
Studio Sopranos
Delicate. Or dominant.
Three Conservatory Sopranos
Four Microphone Positions
310 Programs · Polyphonic Legato
Folmann: "Like breathing through the keys."
By comparing soundpaint.com to other leading websites in its niche, marketers and researchers can identify key traffic sources and growth opportunities. Explore our related resources below to find websites similar to soundpaint.com.