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
for example, kcathedral2.hpp includes a bunch of
kcathedral2.hpp
constexpr int shortA = 78; constexpr int shortB = 760; constexpr int shortC = 982; constexpr int shortD = 528; constexpr int shortE = 445;
when grab.py munches on similar effects, like kcathedral3, it doesn't add that, so these were all coming up as "undeclared identifier"
grab.py
kcathedral3
double aAL[delayA + 5]; double aBL[delayB + 5]; double aCL[delayC + 5]; double aDL[delayD + 5]; double aEL[delayE + 5]; ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for example,
kcathedral2.hpp
includes a bunch ofwhen
grab.py
munches on similar effects, likekcathedral3
, it doesn't add that, so these were all coming up as "undeclared identifier"The text was updated successfully, but these errors were encountered: