damiangr

Results 2 issues of damiangr

## Description This PR adds the ability to embed NAM model files (.nam) and impulse response files (.wav) directly into DAW session/project files, making sessions fully portable and self-contained. ###...

## Problem The `ImpulseResponse` class can trigger SIGFPE (floating point exception) crashes due to division by zero when `mRawAudioSampleRate` is uninitialized or zero. ## Solution - Initialize `mRawAudioSampleRate` to 0.0...