Commit 600d2090 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Spatializer: init variables correctly

Close #6514
parent d787a15a
......@@ -12,9 +12,11 @@
// This code is public domain
#include "revmodel.hpp"
#include "tuning.h"
#include <stdlib.h>
revmodel::revmodel()
revmodel::revmodel() : wet(initialwet), width(1.), mode(0.), roomsize(initialroom),
damp(initialdamp), dry(initialdry)
{
// Tie the components to their buffers
combL[0].setbuffer(bufcombL1,combtuningL1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment