Skip to content

Commit

Permalink
half notes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adamflorin committed Nov 10, 2011
1 parent 6fd0388 commit 10d876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/loom/event/note.rb
Expand Up @@ -20,7 +20,7 @@ def output(data = nil)
def default_data
{ :pitch => BASE_PITCH,
:velocity => 100,
:duration => TICKS_4N}
:duration => TICKS_2N}
end

end
Expand Down

0 comments on commit 10d876d

Please sign in to comment.