Nice to meet you! 👋
I'm Lara - a self-employed full stack developer from Germany with over 10 years of experience.
Have a look at my CV for more details or keep scrolling to view some of my work.
Nice to meet you! 👋
I'm Lara - a self-employed full stack developer from Germany with over 10 years of experience.
Have a look at my CV for more details or keep scrolling to view some of my work.
/**
* MIDI parser for JavaScript
* Reference: midi.org/specifications-old/item/the-midi-1-0-specification
*
* @author Lara Sophie Schütt (@literallylara)
## Index
* [Preface](#preface)
* [The Setup](#the-setup)
* [The Shader](#the-shader)
* [The Sound](#the-sound)
/**
* RIFF WAVE PCM file generator
* Reference: www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html
*
* @author Lara Sophie Schütt (@literallylara)
/**
* A `Window.postMessage()` wrapper that aims to simplify the process of
* having two windows communicate with each other (see below for more details).
*
* @author Lara Sophie Schütt (@literallylara)
/**
* A collection of utility functions for working with 2d geometry:
* Polygons, Segments, Lines & Points
*
* @author Lara Sophie Schütt (@literallylara)
/**
* Promise wrapper for web workers.
*
* @author Lara Sophie Schütt (@literallylara)
* @license MIT