xivilay / chord-recognition

Detects chords from midi input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Detects chords from midi input

License:GNU General Public License v3.0


Languages

Language:C++ 76.3%Language:CMake 16.2%Language:Batchfile 7.4%