Skip to content

atamocius/midi-humanizer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDI Humanizer App

Netlify Status

A hastily written app that adds randomness to MIDI note timings and velocities (AKA "humanizing"). Since I could not find one, I built one. 😊

Written using lit-html for rendering, mobx for state management and @tonejs/midi for reading/writing MIDI.

Build & Launch

yarn install
yarn start