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

Oscillated parameters with alternate metronomes are unsynchronized #19

Closed
brunchboy opened this issue Dec 9, 2015 · 1 comment
Closed
Assignees
Labels

Comments

@brunchboy
Copy link
Member

Right now, new metronome snapshots are created whenever working with alternate metronomes, which means they represent slightly different times than when the effect is supposed to be taking place. To solve this I need to build a way to use one metronome snapshot to create a snapshot from a different metronome that represents the same point in time, and use that mechanism inside build-oscillated-param, as noted in the TODO at the top of the function.

@brunchboy brunchboy added the bug label Dec 9, 2015
brunchboy added a commit that referenced this issue Dec 10, 2015
Allow a metronome snapshot to be created to match the time of a
different metronome's snapshot, so that oscillated parameters running
off alternate metronomes can be properly synchronized with the frame,
issue #19
@brunchboy brunchboy self-assigned this Dec 11, 2015
@brunchboy
Copy link
Member Author

This was resolved as part of the giant oscillator redesign, which has just been merged to master.

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

No branches or pull requests

1 participant