You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
News
finished scales
added chords
added chord progressions
added rhytms (work in progress)
added Bpm unit
added Time unit
Changes
removed ValueOf dependency, replaced with a custom value object implementation. This means units like Time implement all the goodies like IComparable, IEquatable and overload all the expected operators.
units now have a Min and Max properties
Breaking changes
all things in the library now live in the DarkMusicConcepts namespace.
renamed Octave values. OneLine became Four, and so on.
made all constructors private and instead exposed a static Create method. A Note can now be created using Note.Create instead of the constructor.