项目作者: hughrawlinson

项目描述 :
Try to play some generative jazz chord progressions over midi from the browser
高级语言: HTML
项目地址: git://github.com/hughrawlinson/jazz-chords.git
创建时间: 2019-01-18T01:07:05Z
项目社区:https://github.com/hughrawlinson/jazz-chords

开源协议:MIT License

下载


Jazz Chords

Greenkeeper badge

An attempt to play some generative Jazz chord progressions over midi from the browser.

I should really learn how Jazz chord progressions work.

This project should help me learn them. Also, it’ll help me learn typescript.

I’m writing typings and helper functions to build MIDI messages so there’ll be no manual messing with MIDI bytes in the music bit of the code.

Planning on using the fantastic tonal library for the music theory stuff.

Usage

It’s a create-react-app app, so yarn then yarn start should get you up and running.