Update voxglitch, fix last memory leaks
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
af64bc5991
commit
3a17dbfa41
4 changed files with 5 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 890448f087e3ab47eac391f9bcfe03f7bbd2123e
|
||||
Subproject commit 6f09e9d3e6a1c9b862ca2421227d33fdc4834e2d
|
|
@ -962,7 +962,7 @@ VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob
|
|||
PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/*.cpp))
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
VOXGLITCH_CUSTOM = $(DRWAV) ADSR AudioFile Looper Readout
|
||||
VOXGLITCH_CUSTOM = ADSR AudioFile Looper Readout
|
||||
VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain SamplePlayer Sequencer SequencerDisplay VoltageSequencer
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
|
|
@ -2643,18 +2643,16 @@ static void initStatic__Voxglitch()
|
|||
p->addModel(modelDigitalSequencerXP);
|
||||
p->addModel(modelGlitchSequencer);
|
||||
p->addModel(modelGhosts);
|
||||
p->addModel(modelGoblins);
|
||||
p->addModel(modelGrainEngine);
|
||||
p->addModel(modelGrainEngineMK2);
|
||||
p->addModel(modelGrainEngineMK2Expander);
|
||||
p->addModel(modelGrainFx);
|
||||
p->addModel(modelGrooveBox);
|
||||
p->addModel(modelGrooveBoxExpander);
|
||||
p->addModel(modelHazumi);
|
||||
p->addModel(modelLooper);
|
||||
p->addModel(modelRepeater);
|
||||
p->addModel(modelSamplerX8);
|
||||
p->addModel(modelSatanonaut);
|
||||
p->addModel(modelGrooveBox);
|
||||
p->addModel(modelGrooveBoxExpander);
|
||||
p->addModel(modelWavBank);
|
||||
p->addModel(modelWavBankMC);
|
||||
p->addModel(modelXY);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e856cfb4dbc255165d22294e80e13957241d2c80
|
||||
Subproject commit c47c0a104c9ebd6814d8e8f616113a21ad97756f
|
Loading…
Add table
Add a link
Reference in a new issue