Adriano Davi

I’m Adriano.

Born in 2003 and fueled by a lifelong drive to create, I eventually found my true medium: Audio. I’ve dedicated countless hours to the art of sound, obsessing over the details to ensure every project sounds pristine. For me, it’s about more than just technical precision, it’s about the joy of collaborating and building something beautiful from scratch.

Born in London, partly raised in Brazil and Sweden.

I started in the video game department focusing mostly on 3D modeling and a bit of Programming (C#), but changed paths into music and audio after having music as a hobby for a while.

On my free time I mostly do audio in some kind of way, but if not I might be bouldering, out in the wild or playing through a game.

Specification

Audio Engineering

using System;

public class AdrianoDavi
{
    public static void Main()
    {
        Console.WriteLine("""
With passion and creativity, I have poured countless hours into audio. 
My journey started with music as a hobby, but the urge to make it real only grew larger over the years until I started studying to become an Audio Engineer at Svenska Grammofonstudion. 

Creativity is my strongest asset and audio lets me express it with value. 
Audio is my playground. Mixing and mastering is where I do my best work.

My versatility has taken me everywhere — from foley work in film to live sound at festivals.
            """);
    }
}

Some of my work

Master – Seven62
Mix&Master – MicWian
Mix&Master – Lil Matty
Mix&Master & Prod – QAEVV

Master – Seven62
Canines

Mix & Master – Mic Wian
Pyramid

Mix&Master – Lil Matty
Smoke loud

Mix & Master – QAEVV
Distorted Reality

Creator

using System;

namespace AdrianoDavi
{

    public class Qaevv
    {
        public static void GetBio()
        {
            Console.WriteLine(""" 
Over the years, I have created many things, but recently I've delved deeper into music and 3D. I have a passion for creating experiences with the help of the tools I have access to. YouTube is something I've started to experiment with to see if I can fuel others' creativity with mine, or simply share some of my own work.
                """);
        }
    }


    public class ThereInPlainSight
    {
        public static void GetBio()
        {
            Console.WriteLine("""
I also work under other aliases. For a while, I uploaded videos and music under the name "There in plain sight," where I recorded and took photos of places I felt could ignite certain feelings—something I still do from time to time, though not as much lately. 
                The music there consists of my early works and is strictly electronic ambient music.
                """);
        }
    }

    public class WanderingBoulder
    {
        public static void GetBio()
        {
            Console.WriteLine("""
For a long time, I have had a love for nature and physical training, so one day I decided to start recording my workouts and exploration of the world. My goal is simply to share my journey and hopefully inspire others to go outside, explore, or document their own health journeys.
                """);
        }
    }
}