SkillAgentSearch skills...

Matrixmixer.lv2

NxM Matrix Mixer LV2 Plugin

Install / Use

/learn @x42/Matrixmixer.lv2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Matrix-Mixer

matrixmixer.lv2 is a matrix mixer :)

It is available as LV2 plugin and standalone JACK-application. The jack application can run headless and be remote controlled via OSC.

Install

Compilation requires the LV2 SDK, jack-headers, gnu-make, a c-compiler, libpango, libcairo, openGL (sometimes called: glu, glx, mesa), and optionally libjack and liblo (for jack-app with remote-control)

git clone https://github.com/x42/matrixmixer.lv2
cd matrixmixer.lv2
make submodules
make
#sudo make install PREFIX=/usr

Note to packagers: The Makefile honors PREFIX and DESTDIR variables as well as CFLAGS, LDFLAGS and OPTIMIZATIONS (additions to CFLAGS), also see the first 10 lines of the Makefile. You really want to package the superset of x42-plugins.

The number of I/O can be set at compile time using N_INPUTS and N_OUTPUTS make variables. The default is 8x8. Note that to change the size, a make clean is needed.

Usage

  • Click+drag or scroll-wheel on a knob to change gain
  • Left-click a control to invert polarity (knob turns red)
  • Middle-click on a knob to exclusively un/assigns it in the current row
  • Right-click on a knob to toggle current/default value (by default matching I/O on the diagonal is set to 0dB)

Screenshots

screenshot

Compiled with make N_INPUTS=16 N_OUTPUTS=20

View on GitHub
GitHub Stars10
CategoryContent
Updated1y ago
Forks2

Languages

C

Security Score

80/100

Audited on Jun 10, 2024

No findings