We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3rdParty/choc/audio/choc_SampleBuffers.h
Hi, visual studio spits out this error in reference to this line:
SOUL/include/soul/3rdParty/choc/audio/choc_SampleBuffers.h
Line 472 in 2f8f74e
It's not the case in choc repo:
choc
if (size.numChannels == 0) { void** allocated = new void*[1]; *allocated = allocated; return { reinterpret_cast<SampleType* const*> (allocated), 0 }; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, visual studio spits out this error in reference to this line:
SOUL/include/soul/3rdParty/choc/audio/choc_SampleBuffers.h
Line 472 in 2f8f74e
It's not the case in
choc
repo:The text was updated successfully, but these errors were encountered: