You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason that the constructor for IPLAudioBuffer does not take a IPLfloat32* const* rather than an IPLfloat32**. Surely it does not modify the pointers directly. The specific usecase we have for this is integrating juce AudioBuffers with IPLAudioBuffers. The juce audio buffers can only produce float* const* which means that to turn them into IPLAudioBuffers a const cast is needed.
The text was updated successfully, but these errors were encountered:
Is there a reason that the constructor for IPLAudioBuffer does not take a IPLfloat32* const* rather than an IPLfloat32**. Surely it does not modify the pointers directly. The specific usecase we have for this is integrating juce AudioBuffers with IPLAudioBuffers. The juce audio buffers can only produce float* const* which means that to turn them into IPLAudioBuffers a const cast is needed.
The text was updated successfully, but these errors were encountered: