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

Sweeping Algorithm To Process Overdubs into Master #13

Closed
asmr-hex opened this issue Jun 9, 2017 · 1 comment
Closed

Sweeping Algorithm To Process Overdubs into Master #13

asmr-hex opened this issue Jun 9, 2017 · 1 comment

Comments

@asmr-hex
Copy link
Owner

asmr-hex commented Jun 9, 2017

Overview

Each recording can have an arbitrary number of overdubs which are consolidated into a master timeline for the recording. Given that overdubs can either overwrite or overlay, the algorithm must be able to efficiently handle all layers. Since all overdubs must be layered overtime, we must rely on the server to sort the creation of each overdub creation by time. This means the server will be stateful w.r.t. to the clients who have created an overdub first. Since reliance on a connected server might be annoying, we can default to offline mode if there is no connection or something.

@asmr-hex
Copy link
Owner Author

asmr-hex commented Jun 9, 2017

asmr-hex pushed a commit that referenced this issue Jun 10, 2017
TODO: add logic to assign chronological layer ids to overdubs to support
real-time syncing via the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant