Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages