Skip to content

netboy3/mtsch-vcvrack-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtsch plugins

My modules for VCVRack. If you find any bugs, or make something cool with them, let me know.

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 attentuate 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.8%
  • Makefile 3.2%