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

Specify ABSN playback algorithm exactly. #1143

Merged
merged 20 commits into from Apr 11, 2017
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1755177
Specify ABSN playback algorithm exactly.
joeberkovitz Feb 2, 2017
5239a89
Add figures. Clarify wording and remove stray references to sample-fr…
joeberkovitz Feb 7, 2017
ac037da
Add language and figure to account for possible difference in sample …
joeberkovitz Feb 8, 2017
473db22
Clarify content of figures and tidy up
joeberkovitz Feb 8, 2017
73a9fd6
Refactor playhead position description so it can be used across loop …
joeberkovitz Feb 9, 2017
f148cfe
Remove incorrect sample rate correction from algorithm.
joeberkovitz Feb 9, 2017
aefdab3
Miscellaneous cleanup in response to @rtoy feedback
joeberkovitz Feb 13, 2017
42ede16
Further simplify language to eliminate buffer-resampling
joeberkovitz Feb 13, 2017
478015e
Respond to @rtoy feedback
joeberkovitz Feb 21, 2017
4307ea7
Add “started” flag in place of using negative value of bufferTime for…
joeberkovitz Feb 22, 2017
057d63c
Handle case in ABSN playback where playhead is outside bounds of buff…
joeberkovitz Feb 23, 2017
5d4a6e8
Add language to “fold” backwards iterations through the loop, but onl…
joeberkovitz Mar 2, 2017
56158e9
Correct ABSN algorithm to treat loop entry symmetrically from buffer …
joeberkovitz Mar 14, 2017
5c2d154
Correct details of loop entry detection to handle offset within loop.
joeberkovitz Mar 14, 2017
329a623
Redo ABSN algorithm as JS code
joeberkovitz Mar 15, 2017
299a4e7
Apply remaining feedback from @rtoy review
joeberkovitz Mar 23, 2017
dfbd3c3
Apply @rtoy feedback.
joeberkovitz Mar 24, 2017
03b2510
Apply feedback from @padenot.
joeberkovitz Apr 4, 2017
2dc8726
Merge branch 'gh-pages' into 95-absn-playback
joeberkovitz Apr 10, 2017
c19243a
Add qualifications on normative vs non-normative text as requested by…
joeberkovitz Apr 10, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4,204 changes: 4,204 additions & 0 deletions images/absn-basic.graffle

Large diffs are not rendered by default.

Binary file added images/absn-basic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,386 changes: 4,386 additions & 0 deletions images/absn-half-sample-rate.graffle

Large diffs are not rendered by default.

Binary file added images/absn-half-sample-rate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,247 changes: 4,247 additions & 0 deletions images/absn-offset.graffle

Large diffs are not rendered by default.

Binary file added images/absn-offset.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,900 changes: 3,900 additions & 0 deletions images/absn-reversed-loop.graffle

Large diffs are not rendered by default.

Binary file added images/absn-reversed-loop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,817 changes: 4,817 additions & 0 deletions images/absn-slow-loop.graffle

Large diffs are not rendered by default.

Binary file added images/absn-slow-loop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,680 changes: 4,680 additions & 0 deletions images/absn-subsample-loop.graffle

Large diffs are not rendered by default.

Binary file added images/absn-subsample-loop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
348 changes: 299 additions & 49 deletions index.html

Large diffs are not rendered by default.