Class: Beeps::Sequencer

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/beeps/processor.rb

Instance Method Summary collapse

Instance Method Details

#each_note(&block) ⇒ Object Also known as: each



120
121
122
123
# File 'lib/beeps/processor.rb', line 120

def each_note(&block)
  return enum_for :each_note unless block
  each_note!(&block)
end