So you’ve just downloaded the package for your operating system or maybe even built the sources yourself! Let’s take a look at the next steps and we’ll have you up and running in no time!
Please select your operating system for a quick start guide and basic information on how to store and use MIDIMonster configuration files.
If you’re an adept Linux user, the MIDIMonster’s philosophy of storing configuration in plain text files will immediately seem familiar to you. If you’re not, it’s very easy to get started: just create a new empty text file and start editing it using your favourite text editor, such as vim, kwrite or gedit!
You can also take a look at the provided examples, and extend and modify those to fit your particular setup. We recommend using the .cfg suffix for MIDIMonster configuration files, but it’s up to your personal preference.
To run the MIDIMonster and load a specific configuration, start midimonster <path/to/configfile.cfg> in a console. The output will give you feedback on what the MIDIMonster is doing and how it sees your configuration.
As a Windows user, you may not be familiar with the practice of writing your own configuration files for programs. This mode of working with software is quite popular in the Linux world, where MIDIMonster has its roots.
To create a new configuration (say, for a specific project), you can just create an empty text file. Usually, such configuration files get the .cfg suffix, but the MIDIMonster does not really care whether you leave it as .txt.
Open this file with a plain text editor such as Notepad, or something more powerful like Notepad++ to create your first configuration.
To run a specific conguration, just drag-and-drop the file you created onto midimonster.exe. This will start the MIDIMonster and will pop up a Window giving you information on the current status.
To use (or build) the MIDIMonster on OSX, you will need to install a few additional packages using the brew package manager.
For a normal build containing most backends (except for some that require rather large dependencies installed), that would be:
lua
openssl
jack
python
Using the MIDIMonster on OSX is very similar to using it on Linux: Just create a new empty text file, and edit it with your favourite editor to start your own configuration. Alternatively, edit some of our example configurations to your liking.
To run the MIDIMonster and load a specific configuration, start midimonster <path/to/configfile.cfg> in a console. The output will give you feedback on what the MIDIMonster is doing and how it sees your configuration.
If you’re still not entirely sure on how to start using the MIDIMonster, read on for some more in-depth explanations!