class Music::Transcription::Link

Connect one note pitch to the target pitch of the next note, via slur, legato, etc.

@!attribute [rw] target_pitch

@return [Pitch] The pitch of the note which is being connected to.

Public Instance Methods

clone() click to toggle source
# File lib/music-transcription/model/link.rb, line 10
def clone
  Marshal.load(Marshal.dump(self))
end