Download over 2,000 sounds and more than 6 GB of content – drums and percussion, basses, acoustic instruments, synths, pads and atmospheres, and more – plus VST plug-in instruments, effects, and other free resources for music production.
FREE DOWNLOAD
SYNTHS
In a world full of virtual instruments, BioTek was designed to be different from the ground up. Not only is the engine more capable than existing offerings, but the choice to use natural and environmental samples gave the instrument its unique character. Tracktion 6+ Bundle - $100 and you get T6, Final Mix plug (read the review here) and a couple of Tracktion-style (i.e. Streamlined yet very capable) synthesizers from their Micro Synth Pack. I'm glad to see the arrival of the T6+ Bundle and it goes in line with what I've written last week on the review. Free VST Plugins are one of the most exciting things about mixing. In the past it was impossible to imagine that so many quality tools could be available at no cost. Today there are more great free plugins.
SAMPLED INSTRUMENTS
EFFECTS
KOMPLETE KONTROL
SAMPLES
KONTAKT PLAYER

REAKTOR PLAYER

HOW TO USE VST PLUGINS
HOW TO USE VST PLUGINS FOR SYNTH SOUNDS
HOW TO USE MULTIPLE VST PLUGINS
DON’T HAVE AN ACCOUNT YET?
DOWNLOAD NATIVE ACCESS (MAC) DOWNLOAD NATIVE ACCESS (WINDOWS)
Learn how to install KOMPLETE START...
Please see the Native Access system requirements.
ALREADY HAVE AN ACCOUNT?
GET KOMPLETE START
INSTALLATION GUIDE FOR NEW CUSTOMERS
- Choose a tag to compare
- Choose a tag to compare
github-actions released this
0.2.9
- Fixed support for macOS from 10.11 and Windows without the runtime DLLs
0.2.8
- Added a test to process audio with different sample rate and block sizes but not call releaseResources in between
0.2.6
- Avoided a deadlock when opening plugin windows for the second time on Linux
0.2.5
- Fixed Linux architecture for pre-built binaries
0.2.4
- Added tests for plugin programs
- Added a new CLI option to pass a file with a list of tests to disable
- Added notarisation to macOS builds for Catalina compatibility
0.2.3
- Fixed some failing tests on startup
0.2.2
- Added a test for disabled HiDPI awareness on Windows
- Updated JUCE to v5.4.3
0.2.1

- Added an EditorAutomationTest to adjust parameter values whilst showing the plugin editor
0.2.0
- Removed built-in support for VST2 testing, this can be built with by setting the VST2_SDK_DIR environment variable before running the
tests/
scripts - Added the option to repeat tests a specified number of times
- Added the option to randomise the test order each repeat
- Added some message loop running to editor tests to ensure the UI is actually displayed
- Added a test for processing audio whilst showing the editor
- Added an option to automatically save log files with a sensible name (see the '--output-dir' option)
- Disabled the LargerThanPreparedBlockSizeTest for AU, VST & VST3 formats
- Added a 'Test File' button to the UI for validating plugins that won't scan (this improves the stack trace information in the log file)
0.1.5
- Fixed a problem catching allocations in clang release builds
- Avoided accidently setting the bypass parameter for VST3 plugins
- Simplified some parameter iteration methods to avoid returning bypass or non-automatable parameters
- Added MIDI note on and off messages for synth processing tests
- Added a Parameter thread safety test which attempts to call setValue on parameters from multiple threads concurrently mimicking automation and GUI interaction
- Added a PluginStateTestRestoration test which calculates some checksums before randomising and restoring plugin state to check state restoration is correct
- Added the ability to set command line arguments as environment variables e.g. '--skip-gui-tests' > 'SKIP_GUI_TESTS=1', '--timeout-ms 30000' > 'TIMEOUT_MS=30000'
- Added the ability to set a random seed to use for the tests
0.1.4
- Added stack backtraces to crashed validation output
- Added tests for detecting memory allocations and deallocations in the audio thread
- Added a test for creating an editor with an uninitialised plugin and a 0 sample rate and block size prepared plugin
- Added a test calling processBlock with more samples than initialised with
0.1.3
- Reduced the amount of default logging
- Added the '--verbose' command line flag
- Added some basic bus tests
0.1.2
- Added optional logging from the slave process
- Added an option to validate in the same process in GUI mode
- Added the '--validate-in-process' command line flag
- Replaced the 'strictnessLevel' command line option with the more canonical 'strictness-level' form
- Added a timeout option which can be set from the GUI 'Options' menu or the command line '--timeoutMs [numMs]' flag