Skip to content

livejs/baseline418

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6df0590 · Jun 20, 2019

History

63 Commits
May 30, 2019
Jun 15, 2019
Jun 15, 2019
May 31, 2019
May 29, 2019
May 29, 2019
Jun 1, 2019
Jun 20, 2019
Jun 15, 2019
Jun 15, 2019
May 29, 2019
Jun 15, 2019
Jun 15, 2019

Repository files navigation

██████╗  █████╗ ███████╗███████╗██╗     ██╗███╗   ██╗███████╗ ██╗  ██╗ ██╗ █████╗ 
██╔══██╗██╔══██╗██╔════╝██╔════╝██║     ██║████╗  ██║██╔════╝ ██║  ██║███║██╔══██╗
██████╔╝███████║███████╗█████╗  ██║     ██║██╔██╗ ██║█████╗   ███████║╚██║╚█████╔╝
██╔══██╗██╔══██║╚════██║██╔══╝  ██║     ██║██║╚██╗██║██╔══╝   ╚════██║ ██║██╔══██╗
██████╔╝██║  ██║███████║███████╗███████╗██║██║ ╚████║███████╗      ██║ ██║╚█████╔╝
╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝╚═╝╚═╝  ╚═══╝╚══════╝      ╚═╝ ╚═╝ ╚════╝

MIDI DRIVEN SYNTH RIG IN YOUR BROWSER

Written by Matt McKegg (@mmckegg) & Jan Krutisch (@halfbyte)

Action Videos

Install / Use

  • use git-lfs to check out the samples
  • run npm i to install the webserver
  • trigger stuff with midi! (yes, that easy. OR NOT)
  • probably change the code to make it work with your midi setup

Structure

  • The modules folder contains all of the sound engine parts
  • index.js contains the performance related setup
  • Each Instrument, which can be one of
    • Drum/Oneshot Sampler
    • Slicer
    • Synth
  • is then fed into a Mixer Channel which contains a
    • Bitcrusher
    • Dual filter (similar to these on DJ Mixers)
    • Sends to a Reverb and a Delay
    • A ducker (ala sidechain compression)

License

See LICENSE