HISE Unzipping
-
@Casmat Max size of a zip on Windows is 4GB (but I wouldn't go over 3). So you're going to be going the multiple zip route
-
@d-healey got you! So is this as simple as putting the zip through something like winzip and hise supporting multi file archives?
-
@Casmat The zip standard doesn't support multi-part archives like rar. You have to roll your own. Just add _part1, _part2, etc. to the end of the file name and extract them in a loop.
-
@d-healey ahh, I see! I have a question on the appdata folder, how do I do develop things that use the appdata folder in the development phase without compiling a vst? Is there a folder which replicates the appdata location?
-
-
@d-healey amazing, thanks David!