As 2021 begins, there are a few changes in how AudioToolKit will grow in the future.

The first important point is that all repositories will now be on a dedicated space on GitHub. The reason is that there are many projects on my own page and Audio ToolKit was basically hidden there.

There was also a unique repository with all plugins that I designed, and it started to be very messy, with some projects that don’t even build anymore. One of the objectives of 2021 will to create a dedicated repository for these plugins and release them again, with JUCE 6 and Audio ToolKit 3.2.

Another project that I have been working on is ATK Modelling. I already presented some work on it at ADC18, but I decided now to make the project public. It’s the project I have worked the most in the past few months, and it is now at a stage where we can model lots of pedals. So on top of new articles on ATK Modelling, there is going to be more on the MT2 pedal, a series I started before the pandemic, and hopefully a release of a full guitar version as well as an adaptation for bass.

As I’m rewriting the plugins, I’m also thinking about their GUI, and if you have ideas for better UIs, please let me know, I would gladly use outside help to create nice and usable ones.

I’m happy to announce the update of ATK Side-Chain Compressor based on the Audio Toolkit and JUCE. It is available on Windows (AVX compatible processors) and OS X (min. 10.9, SSE4.2) in different formats.

This update changes storage format and allows linked channels to be steered by a mix of power coming from each channel, each passing through its own attack-release filter. It enables more creative workflows with makeup gain specific to each channel. The rest of the plugin works as before, with an optional Middle/Side processing as well as side-chain working either on each channel separately or in middle/side.

This plugin requires the universal runtime on Windows, which is automatically deployed with Windows update (see tis discussion on the JUCE forum). If you don’t have it installed, please check Microsoft website.

Read More

This entry is part 3 of 3 in the series Playing with a Bela

More than a year ago, I started playing with the Bela board. At the time, I had issues compiling Audio ToolKit with clang. The issue was that the gcc shipped with the Debian image the BeagleBoard used was too old and didn’t fully support C++11. The one that ships now is GCC 6, which is even C++14 compliant. Meaning that everything is available to build Audio Toolkit with Python support.

Read More

I’m happy to announce the update of ATK Auto Swell based on the Audio Toolkit and JUCE. It is available on Windows (AVX compatible processors) and OS X (min. 10.9, SSE4.2) in different formats.

This plugin requires the universal runtime on Windows, which is automatically deployed with Windows update (see tis discussion on the JUCE forum). If you don’t have it installed, please check Microsoft website.

Read More