Cleanly remove AS, unclear license situation

This commit is contained in:
falkTX 2022-02-02 10:50:17 +00:00
parent 1d7c599897
commit 7c137e83e9
7 changed files with 2 additions and 100 deletions

@ -1 +0,0 @@
Subproject commit 771e499a71e57c22760f80c7a787642e71f8c195

View file

@ -245,16 +245,6 @@ PLUGIN_FILES += $(filter-out AriaModules/src/Arcane.cpp AriaModules/src/plugin.c
# modules/types which are present in other plugins
ARIA_CUSTOM = Blank
# --------------------------------------------------------------
# AS
# PLUGIN_FILES += $(filter-out AS/src/AS.cpp,$(wildcard AS/src/*.cpp))
# PLUGIN_FILES += AS/freeverb/revmodel.cpp
#
# # modules/types which are present in other plugins
# AS_CUSTOM = ADSR LabelDisplayWidget LowFrequencyOscillator VCA YellowRedLight allpass comb revmodel
# AS_CUSTOM_PER_FILE = NumberDisplayWidget
# --------------------------------------------------------------
# Atelier

View file

@ -60,17 +60,6 @@ extern Model* modelUndular;
extern Model* modelBlank;
#undef modelBlank
// AS
/*
#define modelADSR modelASADSR
#define modelVCA modelASVCA
#define YellowRedLight ASYellowRedLight
#include "AS/src/AS.hpp"
#undef modelADSR
#undef modelVCA
#undef YellowRedLight
*/
// Atelier
/*
#include "Atelier/src/plugin.hpp"
@ -812,74 +801,6 @@ static void initStatic__Aria()
}
}
/*
static void initStatic__AS()
{
Plugin* const p = new Plugin;
pluginInstance__AS = p;
const StaticPluginLoader spl(p, "AS");
if (spl.ok())
{
#define modelADSR modelASADSR
#define modelVCA modelASVCA
//OSCILLATORS
p->addModel(modelSineOsc);
p->addModel(modelSawOsc);
//TOOLS
p->addModel(modelADSR);
p->addModel(modelVCA);
p->addModel(modelQuadVCA);
p->addModel(modelTriLFO);
p->addModel(modelAtNuVrTr);
p->addModel(modelBPMClock);
p->addModel(modelSEQ16);
p->addModel(modelMixer2ch);
p->addModel(modelMixer4ch);
p->addModel(modelMixer8ch);
p->addModel(modelMonoVUmeter);
p->addModel(modelStereoVUmeter);
p->addModel(modelMultiple2_5);
p->addModel(modelMerge2_5);
p->addModel(modelSteps);
p->addModel(modelLaunchGate);
p->addModel(modelKillGate);
p->addModel(modelFlow);
p->addModel(modelSignalDelay);
p->addModel(modelTriggersMKI);
p->addModel(modelTriggersMKII);
p->addModel(modelTriggersMKIII);
p->addModel(modelBPMCalc);
p->addModel(modelBPMCalc2);
p->addModel(modelCv2T);
p->addModel(modelZeroCV2T);
p->addModel(modelReScale);
//EFFECTS
p->addModel(modelDelayPlusFx);
p->addModel(modelDelayPlusStereoFx);
p->addModel(modelPhaserFx);
p->addModel(modelReverbFx);
p->addModel(modelReverbStereoFx);
p->addModel(modelSuperDriveFx);
p->addModel(modelSuperDriveStereoFx);
p->addModel(modelTremoloFx);
p->addModel(modelTremoloStereoFx);
p->addModel(modelWaveShaper);
p->addModel(modelWaveShaperStereo);
//BLANK PANELS
p->addModel(modelBlankPanel4);
p->addModel(modelBlankPanel6);
p->addModel(modelBlankPanel8);
p->addModel(modelBlankPanelSpecial);
#undef modelADSR
#undef modelVCA
}
}
*/
/*
static void initStatic__Atelier()
{

View file

@ -11,7 +11,7 @@ NYSTHI 58494.0 (not opensource?)
ML_modules 55847.0
https://github.com/martin-lueders/ML_modules/
FrozenWasteland 53690.0
FrozenWasteland 53690.0 (GPL-3.0-only)
https://github.com/almostEric/FrozenWasteland/
ArableInstruments 48756.0
@ -22,7 +22,7 @@ https://github.com/squinkylabs/SquinkyVCV
LindenbergResearch 43959.0 (not opensource?)
Geodesics 42761.0
Geodesics 42761.0 (GPL-3.0-only)
https://github.com/MarcBoule/Geodesics
Alikins 41798.0