Skip to content

Conversation

atsushieno
Copy link
Contributor

ASSERT(samplesPerBlock < config::maxBlockSize) (where maxBlockSize is 8192) means
we cannot set 8192. But we don't want 8191 as the actual maximum size.

`ASSERT(samplesPerBlock < config::maxBlockSize)` (where `maxBlockSize` is 8192) means 
we cannot set 8192. But we don't want 8191 as the actual maximum size.
@jpcima jpcima merged commit 0fb8abd into sfztools:develop Oct 7, 2020
@jpcima
Copy link
Collaborator

jpcima commented Oct 7, 2020

Thanks, I've also added your name to the list of contributors.

@atsushieno atsushieno deleted the patch-1 branch October 7, 2020 18:34
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

Successfully merging this pull request may close these issues.

2 participants