[go: up one dir, main page]

Skip to content

Arduino library for converting MIDI notes between different formats

License

Notifications You must be signed in to change notification settings

piruetasxyz/NotasMIDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotasMIDI

About

This Arduino library is being developed by @piruetasxyz, the art studio by @montoyamoraga.

This is a work in progress, started in January 2024.

Dependencies

None by design.

Formatting

Solfeo

  • do
  • re
  • mi
  • fa
  • so
  • la
  • si

Letras

  • a
  • b
  • c
  • d
  • e
  • f
  • g

Accidentals

  • ^x: x sharp
  • _x: x flat
  • =x: x natural

Functions

name input output
solfeoToNumero note in solfeo note in MIDI number
numeroToSolfeo note in MIDI number note in solfeo
solfeoToLetra note in solfeo note in letra
letraToSolfeo note in letra note in solfeo

Installation

via Arduino Library Manager or via the repo.

License

MIT

About

Arduino library for converting MIDI notes between different formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages