Browse Source

Update voxglitch, fix last memory leaks

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 2 years ago
parent
commit
3a17dbfa41
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 5 additions and 7 deletions
  1. +1
    -1
      plugins/ArableInstruments
  2. +1
    -1
      plugins/Makefile
  3. +2
    -4
      plugins/plugins.cpp
  4. +1
    -1
      plugins/voxglitch

+ 1
- 1
plugins/ArableInstruments

@@ -1 +1 @@
Subproject commit 890448f087e3ab47eac391f9bcfe03f7bbd2123e
Subproject commit 6f09e9d3e6a1c9b862ca2421227d33fdc4834e2d

+ 1
- 1
plugins/Makefile View File

@@ -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

# --------------------------------------------------------------


+ 2
- 4
plugins/plugins.cpp View File

@@ -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
plugins/voxglitch

@@ -1 +1 @@
Subproject commit e856cfb4dbc255165d22294e80e13957241d2c80
Subproject commit c47c0a104c9ebd6814d8e8f616113a21ad97756f

Loading…
Cancel
Save