top of page
Instruments (About Me 2)
0N2A8467_edited.jpg

ABOUT ME

"I first fell in love with audio as a child, when our house was filled with the sound of classical music. Born in Germany, I moved to London when I was three years old and studied in the Netherlands and the UK. 

 

I graduated with a Masters in Music Composition and Sonic Art, and have a degree in Audio Engineering as well as a Bachelor in Music Production. After living in the UK for the last years, I recently moved to Berlin where I am working out of my studio as a freelance composer."

  • YouTube
  • Instagram
  • SoundCloud
  • Facebook
  • LinkedIn

© 2022 by Julian Merker

bottom of page
/* global.css — adjust selectors if your Studio structure differs */ :root { scroll-behavior: smooth; } body, html { height: 100%; } /* set the scroll container — in Studio this might be the main content wrapper. Try body, or replace .site-root with your main container's class if needed */ body { scroll-snap-type: y mandatory; overflow-y: auto; } .snap-section { scroll-snap-align: start; scroll-snap-stop: always; /* makes snapping stricter */ min-height: 100vh; /* ensures each section fills the viewport */ }