mtsch-vcvrack-plugins icon indicating copy to clipboard operation
mtsch-vcvrack-plugins copied to clipboard

mtsch plugins

My modules for VCVRack.

Rationals

rationals

Modify a volt/octave input by a rational number. Outputs constants on no input. The rationals can be controlled by CV inputs at the top. Useful for making music in just intonation (see examples for basic examples).

Multiple Rationals can be daisy chained, see examples/rationals-bassline.vcv. Use Sum to combine outputs of multiple Rationals.

Trigger Panic!

triggerpanic

A triggered/tempo synchronized delay. Starts playing/writing into a buffer on trigger input. Mix and feedback are CV controlled. The buffer holds 10 seconds of audio. Trigger it with a regular clock to get a tempo delay (see examples/triggerpanic-rationals-dubtechno.vcv). Trigger it with an irregular clock to produce unpredictable glitchy noises (see examples/triggerpanic-breakcore.vcv).

Optionally, you can use the AUX input and output to feed audio into the feedback loop or thread the feedback loop through an effect chain.

Sum

sum

Add, subtract or mute signals.

Note that this adds the signals directly, so make sure to attenuate the output signal when adding audio signals.

Thanks

Digital display in Rationals taken from luckyxxl.

Thanks to alikins for porting to the v0.6 API.

Thanks to netboy3 for porting to the v1.0 API.