Menu

Tree [6ca0f1] master ATKAutoSwell-2.0.0 /
 History

HTTPS access


File Date Author Commit
 ATKChorus 2017-05-01 Matthieu Brucher Matthieu Brucher [a83b7e] Fix names + added he full pipeline (although no...
 ATKJUCE 2017-11-18 Matthieu Brucher Matthieu Brucher [c59f02] Forgot to save this
 ATKLimiter 2017-03-03 Matthieu Brucher Matthieu Brucher [067a82] Side chain expander update
 ATKSD1 2017-04-22 Matthieu Brucher Matthieu Brucher [ac886b] Fix SD1 build for ATK 2.0.0
 ATKSideChainCompressor 2017-03-03 Matthieu Brucher Matthieu Brucher [067a82] Side chain expander update
 ATKSideChainExpander 2017-03-03 Matthieu Brucher Matthieu Brucher [067a82] Side chain expander update
 ATKSideChainTransientShaper 2017-03-03 Matthieu Brucher Matthieu Brucher [978829] Stereo universal delay update
 ATKStereoLimiter 2017-03-03 Matthieu Brucher Matthieu Brucher [e24996] Stereo limiter update
 ATKStereoPhaser 2017-03-03 Matthieu Brucher Matthieu Brucher [9e1c95] Stereo phaser update
 ATKStereoUniversalDelay 2017-04-22 Matthieu Brucher Matthieu Brucher [32ded8] Changelog
 ATKTransientShaper 2017-03-03 Matthieu Brucher Matthieu Brucher [e59e0c] Transient shaper update
 ATKTransientSplitter 2017-03-03 Matthieu Brucher Matthieu Brucher [5c6b7c] Transient splitter update
 ATKUniversalDelay 2017-03-03 Matthieu Brucher Matthieu Brucher [7cc488] Universal delay update
 ATKUniversalVariableDelay 2017-04-01 Matthieu Brucher Matthieu Brucher [88342b] HAS_STD_ALIGN flag
 Dynamics 2018-02-18 Matthieu Brucher Matthieu Brucher [f64aeb] Fix changelog
 JuceLibraryCode 2017-05-13 Matthieu Brucher Matthieu Brucher [25c3b5] JUCE 5.0.1 + AAX support
 Preamps 2017-06-10 Matthieu Brucher Matthieu Brucher [0cc868] Installer fixes + fixes in Colored compressor p...
 .gitignore 2018-01-28 Matthieu Brucher Matthieu Brucher [8d25da] Remove AAX for now
 .gitmodules 2017-05-01 Matthieu Brucher Matthieu Brucher [47815d] Starting adding JUCE components to the reposito...
 LICENSE 2014-06-06 Matthieu Brucher Matthieu Brucher [53fc62] Initial commit
 README.md 2017-05-30 Matthieu Brucher Matthieu Brucher [9c28a0] update README.md
 duplicate.py 2017-05-13 Matthieu Brucher Matthieu Brucher [487c20] Guitar preamp for JUCE 5.0.1 ans AAX

Read Me

ATK-plugins

Audio plugins based on the Audio Toolkit and JUCE for the newest plugins and WDL-OL for the older ones.

Build instructions

  • On Windows

  • For WDL-OL, get WDL-OL from github, and copy this repository inside the WDL-OL folder. Set ATKROOT, ATK32ROOT and BOOSTROOT paths as environment variables.

  • For JUCE, get JUCE from juce.com. Set ATKROOT, ATK32ROOT, JUCEROOT and BOOSTROOT as environment variables. You may need to add also IPPROOT, VST3SDK and AAXSDK.

  • On macOS:

  • For WDL-OL, get WDL-OL from github, and copy this repository inside the WDL-OL folder. Specify in WDL-OL's common.xcconfig the ATKROOT, ATK32ROOT and BOOSTROOT path.

  • For JUCE, get JUCE from juce.com. Specify in a file called common.xcconfig located in the parent folder the variables ATKROOT, ATK32ROOT and BOOSTROOT path. You may need to add also IPPROOT, VST3SDK and AAXSDK.

Once this is done, compile the plugin you want.