Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 995 Bytes

README.md

File metadata and controls

55 lines (40 loc) · 995 Bytes

build && publish

NiceChord

Eletric autoharp inspired digital instrument

Roadmap

Essentials

  • Chords
    • Three basic variation keys per chord
    • Key combinations variations
  • Harp
    • Chord variations
    • Changes in chords change current playing notes

Extras

  • Effects (separated controls to Harp and Chords)
    • Tremolo
    • Slow Attack
    • Fast Decay
  • Drumpads
  • Drum Looper
  • Chord Looper

Negative Scope

  • Rhythm

Project setup

Download dependencies

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Hint: using yarn container instead of installing it

alias yarn='docker run -it -v "$PWD:/app" -w /app node:18-alpine yarn'