Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos in code examples #1

Closed
jodonnell opened this issue Oct 22, 2012 · 0 comments
Closed

typos in code examples #1

jodonnell opened this issue Oct 22, 2012 · 0 comments

Comments

@jodonnell
Copy link

Hello!

I think you have some typos in your code examples.

Under
This example plays some arpeggios

I think MIDI.using($o) do
should be 'MIDI.using(@o) do'

in the same example
%w{C E G B}.each { |n| play n 0.5 }
should be
%w{C E G B}.each { |n| play n, 0.5 }

Having fun playing with the library though, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants