Monstro
Monstro is a native LMMS instrument.

Additionally, in the bottom right corner, there's a modulation mode switch, which controls the relationship between Osc2 and Osc3. The modes are:
Mix: Osc2 and Osc3 are mixed together
AM: Osc2 modulates the amplitude (volume) of Osc3
FM: Osc2 modulates the frequency (pitch) of Osc3 (implemented as phase modulation to prevent pitch drift)
PM: Osc2 modulates the phase of Osc3
If the mode is any other than Mix, Osc2 will be inaudible and only affects the output of Osc3.
Modulators
LFO is short for "Low Frequency Oscillator". Both LFO1 and LFO2 work the same way. They are always inaudible and only affect the generators. Each contains 3 knobs:
Rate knob controls the speed (frequency) of the LFO. The units are milliseconds, signifying the length of the cycle. You can convert this to Hz by the formula: Hz = 1 / ( Rate / 1000 )
Att controls the attack length of the LFO. Basically, adding more attack makes the LFO start working gradually instead of instantly.
Phs controls the phase of the LFO. Does not affect Random or Random Smooth modes.
Each LFO has a selection of waveforms. Note that none of these are band-limited. They're the same as the non-band-limited waveforms on the regular oscillators, except for two differences: Random and Random Smooth.
Random works as a shaped noise: the LFO generates a random value that changes once per cycle (defined by the Rate knob).
Random Smooth is the same, except that the value of the LFO changes smoothly between the random values - they're interpolated with cosinus interpolation, which means each transition between values is shaped like half of a sine wave.
Envelopes have 7 knobs:
PRE controls the pre-delay before the envelope
ATT controls the length of attack - the phase where the envelope goes up from 0 to 1
HOLD controls the length of time the envelope stays at 1
DEC controls the length of the decay phase (going from 1 to 0). However, if sustain is bigger than 0, the actual decay phase will be cut short.
SUS controls the sustain level, on which the envelope stays in the decay phase when a note is held
REL controls the length of the release phase, again expressed as the length of time from 1 to 0. However, if sustain is lower than 1, the actual release will be shorter
SLOPE controls the shape of the envelope slopes (attack, decay and release). Negative amounts will curve the slopes of the envelope downwards, while positive amounts curve them upwards.
Matrix View
The Matrix view contains 11 modulation targets, each of which can be modulated by any or all of the 4 modulators.
All of the 3 oscillators have these modulation targets:
Volume: Envelopes controlling volume are a special case. With volume envelopes, the modulation is always multiplicative: envelopes will never make the volume higher than what it is originally. Volume envelopes are normalized so that the peak part of the envelope is inverted so that attack starts from original volume and slopes downwards. LFOs work on volume relatively - a modulation value of 0.5 modulates between 50% and 150% of the original volume. Negative values invert the LFO.
Phase: The maximum difference on both envelopes and LFOs is 360°. Envelopes on phase always start from +0° phase offset and go either up or down, depending on the modulation value. LFOs oscillate between negative and positive phase offset, but the range is the same: at maximum modulation value, they oscillate between -180° and +180°.
Pitch: The maximum range for both envelopes and LFOs is 2 octaves. The scale is logarithmic, so 0.5 represents 1 octave, 0.25 is 6 semitones, etc. The pitch is capped with minimum and maximum values, which are 18Hz and 48kHz respectively. If the envelope/LFO would go beyond these values, it gets clipped.
Additionally, oscillators 1 and 3 each have an extra modulation target:
Osc1 PW: The pulse width (duty cycle) of oscillator 1. The maximum range for both is 100 percentage points, so an envelope can go from +0 to either +100pp, or -100pp with a negative modulation value, and an LFO can oscillate between -50pp and +50pp. The modulation is obviously capped at the min/max values of the PW knob (0% and 100%).
Osc3 SUB controls the mixing between the two waveforms. This works the same way as the above.
Tips
Monstro is a complex synth, so it can at some settings use a lot of CPU power. The more modulators you use, the higher the CPU usage. If you set any modulator in the matrix to other than 0, it gets calculated, and this consumes more CPU power.
Similarly, the FM, AM and PM modes consume slightly more CPU than the Mix mode, as they require additional calculations.
Last updated
Was this helpful?