embed banks as resource files

Hi,

Is there any example available on how to include banks into the exe file as a resource in visual c++ ?

Kind regards,

Tom

I would use the Microsoft resources on how the embed and then access arbitrary external files in the resources.

You can look at the System::loadBankMemory for a simple way to load the data, or the load_banks example which shows how to use the more powerful custom callbacks.

1 Like