mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
-Fixed JACK non-init warnings from valgrind
This commit is contained in:
parent
3e4074f772
commit
ee561bb235
1 changed files with 7 additions and 0 deletions
|
@ -145,6 +145,13 @@ Jack::Jack( std::string name ) :
|
||||||
masterVol = 0.0f;
|
masterVol = 0.0f;
|
||||||
returnVol = 1.0f;
|
returnVol = 1.0f;
|
||||||
|
|
||||||
|
inputToMixEnable = false;
|
||||||
|
inputToSendEnable = false;
|
||||||
|
inputToKeyEnable = false;
|
||||||
|
inputToMixVol = 0.f;
|
||||||
|
inputToSendVol = 0.f;
|
||||||
|
inputToXSideVol = 0.f;
|
||||||
|
|
||||||
/// prepare internal buffers
|
/// prepare internal buffers
|
||||||
buffers.audio[Buffers::SEND] = new float[ buffers.nframes ];
|
buffers.audio[Buffers::SEND] = new float[ buffers.nframes ];
|
||||||
buffers.audio[Buffers::SIDECHAIN_KEY] = new float[ buffers.nframes ];
|
buffers.audio[Buffers::SIDECHAIN_KEY] = new float[ buffers.nframes ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue