goofy2k / ESP32_faust2api

Towards a faust2api for ESP32
6 stars 0 forks source link

Had to add inclusion of utils.h #12

Open goofy2k opened 3 years ago

goofy2k commented 3 years ago

Added

include "jdksmidi/utils.h" //FCKX

to all jsdksmidi <>.cpp files in the project.

Apparently the inclusion in world,h does not work....

goofy2k commented 3 years ago

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