Pinned Repositories
2k
2048 in 2048 bytes. I'm only counting the index.html, not the readme or .editorconfig since they are not actually served.
CarCopy
A Linqpad script for copying files in alphabetical order. I use it to make sure my music plays in order when copying to a flash drive for my car.
live-cue
LV2 plugin for triggering long samples
next-synth
rewriting synth-js using next
reactive-synth
Experiment using ng-rx to build a modular synth
reactive-synth-bitcrusher
WASM implementation of a bitcrusher audio processing node compatible with the web audio API
reactive-synth-clock-divider
WASM implementation of a clock divider audio processing node compatible with the web audio API
reactive-synth-noise-generator
A noise generator web audio API AudioWorkletProcessor made for reactive-synth.
synthjs
A basic browser synth that accepts MIDI input (Chromium only)
PatrickStephansen's Repositories
PatrickStephansen/reactive-synth
Experiment using ng-rx to build a modular synth
PatrickStephansen/live-cue
LV2 plugin for triggering long samples
PatrickStephansen/reactive-synth-bitcrusher
WASM implementation of a bitcrusher audio processing node compatible with the web audio API
PatrickStephansen/reactive-synth-clock-divider
WASM implementation of a clock divider audio processing node compatible with the web audio API
PatrickStephansen/reactive-synth-noise-generator
A noise generator web audio API AudioWorkletProcessor made for reactive-synth.
PatrickStephansen/synthjs
A basic browser synth that accepts MIDI input (Chromium only)
PatrickStephansen/2k
2048 in 2048 bytes. I'm only counting the index.html, not the readme or .editorconfig since they are not actually served.
PatrickStephansen/next-synth
rewriting synth-js using next
PatrickStephansen/advent-2023
Advent of code 2023
PatrickStephansen/adventofcode-2019
PatrickStephansen/apocaloops
A POC looper made in electron
PatrickStephansen/ardour
Mirror of Ardour Source Code
PatrickStephansen/component-lab
A component development and testing tool built for Angular, inspired by React Storybook.
PatrickStephansen/material-radio-bug
PatrickStephansen/nextjs-blog
PatrickStephansen/PatrickStephansen.github.io
A website for my music and tech articles which I'll surely get around to writing.
PatrickStephansen/preact-context-hooks-test
Demonstrates a rendering bug with nested child components and the context API
PatrickStephansen/preact-demo
Created with StackBlitz ⚡️
PatrickStephansen/preact-incidents
Created with StackBlitz ⚡️
PatrickStephansen/preact-poc
A proof of concept using the context API as a state store with actions triggering effects and reducers
PatrickStephansen/preact-starter-htm
Created with StackBlitz ⚡️
PatrickStephansen/reactive-synth-envelope-generator
Envelope generator module for reactive-synth implemented in WASM
PatrickStephansen/reactive-synth-icon
icon for the reactive-synth site
PatrickStephansen/reactive-synth-inverse-gain
Inverse gain audio node for reactive-synth
PatrickStephansen/spotify-web-api-ts-sdk
A Typescript SDK for the Spotify Web API with types for returned data.
PatrickStephansen/spotulism
A spotify client that surfaces more data and includes new ways to interact with friends
PatrickStephansen/wasm_game_of_life
A Rust and WebAssembly tutorial implementing the Game of Life
PatrickStephansen/water-tight-framework
A javascript UI framework based on obscure and recommended-against features of various standards
PatrickStephansen/web-audio-memory-allocations-demo
demo of issue with unexpected memory allocations on audio thread when creating a custom AudioWorkletProcessor
PatrickStephansen/websynth
Modular synth made in Rust. Compiles to web assembly to run in the browser.