Module: MusicalSpec

Defined in:
lib/musical_spec.rb,
lib/musical_spec/note.rb,
lib/musical_spec/player.rb,
lib/musical_spec/version.rb,
lib/musical_spec/formatter.rb

Defined Under Namespace

Classes: Formatter, Note, Player

Constant Summary collapse

ONE_TRUE_BLOOPSAPHONE =

Create a singleton due to Bloopsaphone’s thread wackiness.

Bloops.new
HIGHEST_NOTE =

The highest note the formatter will play. If it goes higher than this, it will be normalized back down.

Note.new('B6')
LOWEST_NOTE =

The lowest note this formatter will play. If it goes lower than this, it will be normalized back up.

Note.new('C2')
VERSION =
"0.0.2"