Skip to content

xivilay/chord-recognition

Repository files navigation

Chord Recognition

Description:

Midi plugin showing chords from midi input.

Screenshots

Plugin screenshot

How to build

Windows

Prepare evironment

  • Download and install MS Build Tools

  • Download and install Cmake

  • Clone repo

    git clone https://github.com/xivilay/react-juce-chord-recognition-cpp.git
    
  • Fetch submodules

    git submodule update --init --recursive
    
  • Run install_deps.bat (yarn should be installed globally)

  • Build js bundle with build_js.bat

  • Build binary with build.bat