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
Added #include "jdksmidi/utils.h" //FCKX to all jsdksmidi <>.cpp files in the project.
Apparently the inclusion in world,h does not work....
The text was updated successfully, but these errors were encountered:
For tracks.cpp it resolves the following error:
../main/track.cpp:98:9: error: 'jdks_safe_delete_object' was not declared in this scope jdks_safe_delete_object( chunk[i] );
This is because utils.h defines the jdks_safe_delete_object procedure
Sorry, something went wrong.
No branches or pull requests
Added
#include "jdksmidi/utils.h" //FCKX
to all jsdksmidi <>.cpp files in the project.
Apparently the inclusion in world,h does not work....
The text was updated successfully, but these errors were encountered: