Skip to content

filipesabella/ewi-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWI-Companion

EWI-Companion

A tool to practice the fingerings of the Akai EWI 5000.

How to use it

There's no installation process, simply go to: filipesabella.com/ewi-companion

For the MIDI connection to work, you must use a browser that supports it, like Chrome/Edge/Safari (sadly, not Firefox).
Then, connect your EWI to your computer using a midi to usb cable, and you're good to go.

Features

  • Import MIDI files
  • Write simple songs/scales by hand
  • Click a particular fingering to select it from the others
  • Bookmark a certain passage by clicking the empty bookmark icon on the progess bar. Navigate to it by either clicking or pressing the 1-9 keys
  • Show a simplified music sheet with the current note, enable this in the settings screen

Self-hosting

This is a client-side only application, and as such, you only need to host the static files. Either build them yourself with yarn build, or download them from here.

Development

yarn install
yarn dev