Sha256: aeae6cc8869547a0b397f1ce0110bd12f82cc2c8fd9b1705e392681f1c36276d
Contents?: true
Size: 239 Bytes
Versions: 45
Compression:
Stored size: 239 Bytes
Contents
class Numeric # # +mtof+: MIDI note to frequency converter # # interprets its receiver as a MIDI note and returns its frequency in Hertz # def mtof self.class.pitch_fork * (2.0**((self - MIDI_PITCH_FORK)/12.0)) end end
Version data entries
45 entries across 45 versions & 1 rubygems