Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

potential for bugginess in JackIO::ProcessCallback() if frameN has rolled over implicitly at RecordBufferSize for a base loop #11

Open
bill-auger opened this issue Dec 20, 2013 · 0 comments
Labels

Comments

@bill-auger
Copy link
Owner

this could result in endFrameN < beginFrameN

this is currently guarded against with the following caveat:

  1. beginFrameN is fixed
  2. triggers are ignored unless
    currentFrameN >= beginFrameN + (SampleRate * MINIMUM_LOOP_DURATION)

TODO: when base loop (endFrameN <= beginFrameN) copy beginFrameN upto RolloverFrameN then 0 upto endFrameN

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

No branches or pull requests

1 participant