mcfx v0.6.0 – multichannel audio plug-in suite

mcfx_meter32mcfx is a suite of multichannel VST plug-ins for MacOS, Windows and Linux
(mcfx_convolver, mcfx_delay, mcfx_filter, mcfx_gain_delay, mcfx_meter)

these plug-ins are very handy if you want to process multiple channels in one go for example
* multiple loudspeaker setups, Ambisonics (see ambiX)
* Microphone array post productions (eg. Eigenmike®)
….mcfx_filter_screenshot

currently high channel counts per track are only possible with the DAWs Reaper (Win, OSX) and Ardour (Linux, OSX)

– channel count is configurable with compile time flag
– cross plattform VST for MacOSX, Windows and Linux
– uses the JUCE framework (www.juce.com)
– ready to use binaries for MacOSX (≥ 10.7, 32/64 bit, Apple Silicon) and Windows (32/64 bit)mcfx_gain_delay_screenshot

Source code: https://github.com/kronihias/mcfx

VST Binaries: (2, 4, 8, 16, 24, 32, 36, 50, 64 channel version)

 

DOWNLOAD:

downloadDownload binaries from: https://github.com/kronihias/mcfx/releases

 

Additionally you can download some example first order B-format reverb presets for mcfx_convolver: mcfx_convolver_presets_v0.1.zip
Here is a help file explaining the .conf files.
Note that you have to use ambix_converter after the convolver and choose the preset .amb -> ambix in case you want to use those impulse responses in combination with ambix_decoder or ambix_binaural.

changelog:
==============

– 0.5.11 (2020-05-20) – mcfx_convolver – Mac OS version added a +6dB gain to the filtered output, this is fixed now (Windows version was correct) -> this might influence old projects under OSX since mcfx_convolver will output 6dB less than older versions!

– 0.5.10 (2020-05-19) – mcfx_filter – High-Shelf Q was not stored in the plugin state, this is fixed now

– 0.5.9 (2020-02-05) – mcfx_convolver – fix dropouts/artifacts for hosts that send incomplete block sizes (eg. Adobe, Steinberg), fix reloading of stored presets, add filter length and latency debug messages, fix gui crash in Adobe hosts

– 0.5.8 (2020-01-31) – mcfx_convolver – option to store preset within the project -> allows to exchange a DAW (eg. Reaper) project without need to provide the preset files extra, allow to export stored preset as .zip file for recovering it from the project

– 0.5.7 (2019-04-28) – mcfx_convolver – osc receive support: /reload, /load <preset.conf> -> allows remote control of reloading/loading presets, port can be set in GUI

– 0.5.6 (2019-03-20) – mcfx_convolver – maintain fir filter gain if resampled, add plugin parameter to trigger reload of configuration

– 0.5.5 (2018-03-16) – filter, gain_delay, delay: slider behavior changed for more accurate control; gain_delay: ctrl+click for exclusive solo/phase/mute, add toneburst for signalgenerator, bugfix saving channel state of signalgenerator

– 0.5.4 (2017-05-20) – mcfx_convolver and mcfx_filter: fixed threadsafety to avoid startup crash if other plugins use fftw

– 0.5.3 (2017-05-02) – mcfx_delay and mcfx_gain_delay fixed glitch in delayline

– 0.5.2 (2017-03-20) – various bugfixes; mcfx_convolver: performance optimizations, adjustable maximum partition size

– 0.5.1 (2016-04-25) – mcfx_convolver: fixed bug in loading packed (dense) matrix; mcfx_gain_delay gui fix

– 0.5.0 (2016-04-08) – add signal generator to mcfx_gain_delay; convolver: support for packed wav file to load a dense FIR matrix from only one .wav file -> have a look at CONVOLVER_CONFIG_HOWTO.txt; filter: smooth iir filter to avoid clicks when parameters change

– 0.4.2 (2016-02-19) – fixed one more convolver bug

– 0.4.1 (2016-02-17) – fixed convolver bug which resulted in mixed up partitions

– 0.4.0 (2015-11-04) – gui for mcfx_delay, gui for mcfx_filter (with fft analyzer), added phase, solo and mute buttons to mcfx_gain_delay

– 0.3.3 (2015-07-19) – performance improvements for mcfx_convolver
_
– 0.3.2 (2014-12-28) – audiomulch compatibility, gui for mcfx_gain_delay with paste from clipboard functionality, mcfx_meter added scale offset

– 0.3.1 (2014-06-16) – fixed vst id for bidule compatibility

– 0.3 (2014-03-15) – added mcfx_convolver

– 0.2 (2014-02-25) – removed some license incompatible code, juce update

– 0.1 (2014-01-10) – first release