mx44 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mx44: command not found
or when using sudo you get the following error message
sudo: mx44: command not found
Solutions to mx44: command not found
How To Fix mx44: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mx44 is provided by mx44 package.
mx44 is:
The Mx44 is a polyphonic multichannel midi realtime software synthesizer. It is written in C and hand optimized for the (Intel) MMX instruction set. It runs under Linux, using any kernel modified for realtime performance.
The core algorithm is a 4 x 4 crossmodulating matrix (phase and amplitude) with individual envelopes for each oscillator. Oscillators have individual frequency intonation, can emphasize any of the eight first harmonics and even do some internal crossmodulation. Envelopes can be switched between VCA and VCF modes (ehrm, actually wave-shaping, but it will quack like a duck by any other name.) The sustainloop of the envelope can be brought into oscillation in the audible spectre as well as provide slow LFO sweeps. There is also a minor load of key and velocity related modifications for wowie zowie realtime ecstacy emulation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mx44
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mx44.
sudo apt -y install mx44
Or if you have aptitude installed you can use the following command.
sudo aptitude install mx44
Summary
In this tutorial we learn how to fix mx44 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.