Skip to content

Instantly share code, notes, and snippets.

View fhpriamo's full-sized avatar
👋
Hello!

Fábio Priamo fhpriamo

👋
Hello!
View GitHub Profile
class Note
class MalformedNotationError < StandardError
end
A4_FREQUENCY = 440
STEP_FREQUENCY_FACTOR = 1.059463094359
INTERVALS = {'C' => 0, 'C#' => 1, 'Db' => 1, 'D' => 2,