Sha256: ca3eae6b44314626c91ad2d17da4a54dbf2c848294d322142aebe6a735b04456

Contents?: true

Size: 193 Bytes

Versions: 22

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

module Coltrane
  module Theory
    module ChordSubstitutions
      def tritone_substitution
        self + Interval.augmented_fourth
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
coltrane-3.0.0.rc1 lib/coltrane/theory/chord_substitutions.rb
coltrane-3.0.0.pre lib/coltrane/theory/chord_substitutions.rb