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
Pull request #7071 has fixed a crash that was reported in #7068 by adding safety checks via two new setter methods in plugins/AudioFileProcessor/AudioFileProcessorWaveView.h.
While the crash is gone there is still code that tries to set the "from" and "to" values to invalid values. One such method is AudioFileProcessorWaveView::slide. To fix this adjust the two new setters as follows:
Pull request #7071 has fixed a crash that was reported in #7068 by adding safety checks via two new setter methods in
plugins/AudioFileProcessor/AudioFileProcessorWaveView.h
.While the crash is gone there is still code that tries to set the "from" and "to" values to invalid values. One such method is
AudioFileProcessorWaveView::slide
. To fix this adjust the two new setters as follows:Then follow these steps:
drums/clap01.ogg
from the factory samples.The text was updated successfully, but these errors were encountered: