Skip to content

Instantly share code, notes, and snippets.

@josevazquez
Created November 16, 2009 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josevazquez/236370 to your computer and use it in GitHub Desktop.
Save josevazquez/236370 to your computer and use it in GitHub Desktop.
Domino:~ jose$ macirb
irb(main):001:0> framework "TRS"
=> true
irb(main):002:0> TRSNote.noteWithMidiNote(36).description
=> "C2:36.0 65.406387Hz"
irb(main):003:0> TRSNote.noteWithMidiNote(84).description
=> "C6:84.0 1046.502197Hz"
irb(main):004:0> TRSNote.noteWithMidiNote(12).description
=> "C0:12.0 16.351597Hz"
irb(main):005:0> TRSNote.noteWithMidiNote(108).description
=> "C8:108.0 4186.008789Hz"
irb(main):006:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment