Skip to content

ELI7VH/midi-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midi Translate

Features As Of Release 1.0.4

  • Midi note number to english note string
  • Midi note number to fundamental frequency
  • English musical note to midi note number

Concept

translate midi between different thingies - primarily for my personal use with tonejs

TODO:

Milestone 1

  • Midi Note Number <=> English Note String

Milestone 2

  • note number to frequencies

Milestone 3

  • midi wrapper for incoming midi signals
  • note string to frequencies helper

Milestone 4

  • add translations to non-english notes

Use:

import { noteToString, noteToFrequency } from 'midi-translate'
let incomingNote = Midi.getNote('port1') // however you get midi notes, do that
let stringNote = noteToString(incomingNote)
let noteFrequency = noteToFrequency(incomingNote)

About

A tool to do the thingies with the midi whatsits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published