class PocketMiku::RestNote

Public Class Methods

new(length) click to toggle source
Calls superclass method PocketMiku::Note::new
# File lib/pocket_miku/note.rb, line 114
def initialize(length)
  super(sound:0, key:0, velocity:0, pitchbend:0, length: length)
end

Public Instance Methods

to_a() click to toggle source
# File lib/pocket_miku/note.rb, line 118
def to_a
  []
end