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

Short delay when setting bpm via $ self operator #187

Open
bbarham opened this issue Nov 15, 2019 · 4 comments
Open

Short delay when setting bpm via $ self operator #187

bbarham opened this issue Nov 15, 2019 · 4 comments

Comments

@bbarham
Copy link

bbarham commented Nov 15, 2019

I've figured I can do a swung/shuffled clock like so:

....C2...
D1..02T98
.$bpm:80.

And this works reasonably well, but I tried this:

D1......
.$bpm:80

and this

D0......
.$bpm:80

Which should produce identical output, but reseting the bpm on each frame results in a slower overall speed. I tested this on v215 Mac sending a midi note each frame to Renoise so otherwise, no noticeable jitter. This short delay might by unavoidable, but being able to do these types of timing manipulations accurately within Orca would be very powerful.

@neauoire
Copy link
Member

I'll try it out :)

@neauoire
Copy link
Member

Maybe a global swing percentage might be fun.

@neauoire
Copy link
Member

I noticed the problem too. I don't think I know of a way to handle this properly at this time.
I've just pushed a little update that tries to address that problem tho, could you have a look and see if that changes anything for you?

@bbarham
Copy link
Author

bbarham commented Nov 17, 2019

Thank you for looking in to this. Your change does help with cpu usage when there is no bpm difference, but I do still see the delay when alternating between two bpms. I'm going to do some more reading about this and see if there's anything I can do.

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