Skip to content

jashmenn/interval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interval

Interval is a tiny library that provides simple musicial note pitch and interval arithmetic.

Observe:

>> p = Interval::Pitch.from_string("c")
>> i = Interval::Interval.from_string("M3")
>> p2 = p + i
>> p2.to_short_name
=> "e"

Authors

Nate Murray 2009

based on code from GNU Solfege

About

Interval is a tiny library that provides simple musicial note pitch and interval arithmetic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages