Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 741 Bytes

File metadata and controls

31 lines (21 loc) · 741 Bytes

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