class Xi::Scale

Constants

DEGREES

Attributes

notes[R]

Public Class Methods

new(notes) click to toggle source
# File lib/xi/scale.rb, line 104
def initialize(notes)
  @notes = notes
end

Public Instance Methods

p(*delta, **metadata) click to toggle source
# File lib/xi/scale.rb, line 110
def p(*delta, **metadata)
  [@notes].p(*delta, **metadata)
end