| its not a PT limit, per se
its a limit of the RIFF/WAV format, which cannot support file sizes larger than 2^32-1 bytes (about 2 hours in your case, as you've discovered; longer for reduced SR, sample bit depth etc). if you want to go larger, you need to be using other file formats (e.g. WAV64) that do not have this intrinsic limit.
|