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 tempo command to work with timed notes #12

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

Add tempo command to work with timed notes #12

rbnpi opened this issue Oct 8, 2013 · 1 comment

Comments

@rbnpi
Copy link
Contributor

rbnpi commented Oct 8, 2013

The with_tempo command is a good idea but it doesn't apply to timed durations
It would be nice to have a tempo multiplier command to apply to timed sequences. Otherwise ALL times have to be recoded which is too time consuming

@samaaron
Copy link
Collaborator

samaaron commented May 3, 2014

In version 2.0 you can use with_bpm to apply block-level modifications to times:

with_bpm 120 do
  play_pattern_timed [chord(:e5, :minor), chord(:f4, :minor), 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