All Projects → WrongPeople → WrongPeopleVCV

WrongPeople / WrongPeopleVCV

Licence: GPL-3.0 license
Modules for VCV Rack 1.x.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
lua
6591 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to WrongPeopleVCV

VCVRack-Holon.ist
Holon.ist Receiver for VCV Rack
Stars: ✭ 13 (-65.79%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins, vcv-rack, vcvrack-modules
tinytricks
Tiny Tricks - Modules for VCV Rack
Stars: ✭ 23 (-39.47%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins, vcv-rack, vcvrack-modules
PvC
PvC Modules for VCVRack
Stars: ✭ 24 (-36.84%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv, vcv-rack-plugins
Sha-Bang-Modules
A collection of modules for VCV Rack
Stars: ✭ 24 (-36.84%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins, vcv-rack
WhatTheRack
WhatTheRack randomizes your VCV Rack so you make new discoveries
Stars: ✭ 34 (-10.53%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv-rack-plugins
vcvmods
Plugins for VCV Rack. Designed for Oscilloscope Music
Stars: ✭ 20 (-47.37%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv
RJModules
Various modules for VCV Rack
Stars: ✭ 94 (+147.37%)
Mutual labels:  vcvrack, vcv-rack-modules, vcv
Bidoo
VCV Rack plugins
Stars: ✭ 111 (+192.11%)
Mutual labels:  vcvrack, vcv-rack-modules
monome-rack
VCV Rack plugin for monome Eurorack modules
Stars: ✭ 161 (+323.68%)
Mutual labels:  vcvrack, vcv-rack-modules
Edge
Modules Edge Pour VCV-Rack
Stars: ✭ 20 (-47.37%)
Mutual labels:  vcv-rack-modules, vcv-rack-plugins
ML modules
free modules for VCV Rack
Stars: ✭ 87 (+128.95%)
Mutual labels:  vcvrack
vcv luckyxxl
VCVRack Modules
Stars: ✭ 33 (-13.16%)
Mutual labels:  vcvrack
vcvrack-rtlsdr
📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
Stars: ✭ 20 (-47.37%)
Mutual labels:  vcvrack
Nohmad
Nohmad modules for VCV Rack
Stars: ✭ 25 (-34.21%)
Mutual labels:  vcvrack
Rack
The virtual Eurorack studio
Stars: ✭ 3,305 (+8597.37%)
Mutual labels:  vcvrack
Cardinal
Virtual modular synthesizer plugin
Stars: ✭ 379 (+897.37%)
Mutual labels:  vcvrack
FehlerFabrik
Modules for VCV Rack
Stars: ✭ 28 (-26.32%)
Mutual labels:  vcvrack
vcv-link
Ableton Link module for VCV Rack
Stars: ✭ 59 (+55.26%)
Mutual labels:  vcvrack
PotatoChips
Eurorack modules based on programmable sound chip emulation.
Stars: ✭ 34 (-10.53%)
Mutual labels:  vcv-rack-modules
Modiy
Modiy is an open-source hardware interface for modular synthesis.
Stars: ✭ 21 (-44.74%)
Mutual labels:  vcv-rack-plugins

Wrong People modules

Modules for VCV Rack 1.x.

screenshot

Modules

MIDI Player

Multitrack MIDI files player.

Lua

Lua interpreter with 8 inputs, 8 outputs and display.

See res/lua for available functions and classes.

See also an examples.

Tourette

Tourette syndrome simulator.

When the signal level reaches the “High Threshold” value, a recording is started in the first of free of 16 buffers. When the signal level drops to “Low Threshold”, the recording stops.

The values of the parameters "Min shot length" and "Max shot length" are taken modulo, while the sign (plus or minus) determines the behavior during the recording.

When the signal level drops to "Low Threshold" and the recording length is less than "Min shot length" then:

  • if "Min shot length" has a negative value, the recording is cancelled and the buffer remains free.
  • if the parameter value is positive, recording continues until the value drops to "Low Threshold" again and the recording length reaches or exceeds "Min shot length".

When reaching the record length "Max shot length" then:

  • if the parameter value is negative, the record is cancelled and the buffer remains free.
  • if positive, recording stops and will be saved in the buffer.

When a pulse is sent to the input "Trig" a playback starts from the first available buffer.

The parameter "Randomness" indicates the probability that the buffers will be shuffled.

The "Repeats" parameter indicates how many times the contents of each buffer will be played. After reaching the number of plays, the buffer will be cleared and becomes writable again.

The parameter "Max polyphony" indicates how many buffers can be played simultaneously.

The "Attack" and "Release" parameters define the envelope during playback.

In "Stereo" mode, the input signal is processed as a stereo signal. In "Split" mode, the input signal is processed as 2 mono signals.

The display shows the input levels and recording status. The 16 LEDs below the display indicate the status of the buffers:

  • off - the buffer is free and writable
  • red - writing to the buffer
  • blue - the buffer is available for playback
  • green - playback from the buffer is in progress

Building

Set up your build environment, download and extract the latest Rack SDK, then:

git clone https://github.com/WrongPeople/WrongPeopleVCV.git
cd WrongPeopleVCV
git submodule update --init --recursive
RACK_DIR=path/to/Rack-SDK make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].