Skip to content

Commit

Permalink
fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
arirusso committed Sep 19, 2014
1 parent 0f4056f commit 20e332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/midi_clock_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:rate => 8
}

@clock = Diamond::Clock.new(101, :output => @output)
@clock = Diamond::Clock.new(101, :outputs => @output)
@arpeggiator = Diamond::Arpeggiator.new(options)
@clock << @arpeggiator

Expand Down

0 comments on commit 20e332a

Please sign in to comment.