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

Add defined way to enter rests into note sequence #17

Closed
rbnpi opened this issue Oct 8, 2013 · 1 comment
Closed

Add defined way to enter rests into note sequence #17

rbnpi opened this issue Oct 8, 2013 · 1 comment

Comments

@rbnpi
Copy link
Contributor

rbnpi commented Oct 8, 2013

a defined way to put in rests in timed sequences. I have used note value 0, although this is a defined midi note, but too low to render..is this ok or is there a better way?

@samaaron
Copy link
Collaborator

samaaron commented May 3, 2014

You can use nil for a rest in sequences:

with_bpm 120 do
  play_pattern_timed [chord(:e5, :minor), nil, chord(:gb, :major)], [1, 0.5]
end

@samaaron samaaron closed this as completed May 3, 2014
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