Module: HeadMusic
- Defined in:
- lib/head_music.rb,
lib/head_music/time.rb,
lib/head_music/version.rb,
lib/head_music/time/conductor.rb,
lib/head_music/time/meter_map.rb,
lib/head_music/time/tempo_map.rb,
lib/head_music/time/meter_event.rb,
lib/head_music/time/tempo_event.rb,
lib/head_music/time/clock_position.rb,
lib/head_music/time/smpte_timecode.rb,
lib/head_music/time/musical_position.rb,
lib/head_music/time/event_map_support.rb,
lib/head_music/content/cantus_firmus/source.rb,
lib/head_music/content/cantus_firmus/example.rb
Defined Under Namespace
Modules: Analysis, Content, Instruments, Named, Notation, Rudiment, Style, Time, Utilities
Constant Summary collapse
- GOLDEN_RATIO =
(1 + 5**0.5) / 2.0
- GOLDEN_RATIO_INVERSE =
1 / GOLDEN_RATIO
- PENALTY_FACTOR =
GOLDEN_RATIO_INVERSE- SMALL_PENALTY_FACTOR =
GOLDEN_RATIO_INVERSE**0.5
- VERSION =
"12.3.0"