|
- {
- "slug": "TyrannosaurusRu",
- "name": "TyrannosaurusRu",
- "version": "2.1.0",
- "license": "WTFPL",
- "brand": "TyrannosaurusRu",
- "author": "Ivan Metalnikov",
- "authorEmail": "fairplay@gmail.com",
- "authorUrl": "https://tyrannosaurus.ru/",
- "pluginUrl": "https://github.com/fairplay/vcv-rack-plugins",
- "manualUrl": "",
- "sourceUrl": "https://github.com/fairplay/vcv-rack-plugins",
- "donateUrl": "",
- "changelogUrl": "",
- "modules": [
- {
- "slug": "muLooper",
- "name": "muLooper",
- "description": "Recording sampler for the very short (65536 samples max) loops",
- "tags": [
- "Sampler",
- "Recording",
- "Polyphonic"
- ]
- },
- {
- "slug": "LogisticScratch",
- "name": "LogisticScratch",
- "description": "Scratching chaotic oscillator based on https://www.mathematica-journal.com/2013/05/27/using-the-logistic-map-to-generate-scratching-sounds/",
- "tags": [
- "Oscillator",
- "Noise",
- "Physical modeling"
- ]
- },
- {
- "slug": "LFSR8Poly",
- "name": "LFSR8 Poly",
- "description": "Fully deterministic sequencer based on 8-bit LFSR capable to produce pseudo-random results",
- "tags": [
- "Sequencer",
- "Polyphonic"
- ]
- },
- {
- "slug": "LFSR16Poly",
- "name": "LFSR16 Poly",
- "description": "16-bit LFSR sequencer with ability to split for two independent registers",
- "tags": [
- "Sequencer",
- "Polyphonic"
- ]
- },
- {
- "slug": "Droplets",
- "name": "Droplets",
- "description": "Sequencer loosely based on the liquid flow in the leaky faucet",
- "tags": [
- "Sequencer",
- "Polyphonic"
- ]
- },
- {
- "slug": "ChaosMaps",
- "name": "ChaosMaps",
- "description": "Sequencer based on the logistic and tent maps",
- "tags": [
- "Sequencer"
- ]
- },
- {
- "slug": "Pluck",
- "name": "Pluck",
- "description": "Karplus-Strong plucked string implementation",
- "tags": [
- "Oscillator",
- "Physical modeling",
- "Polyphonic"
- ]
- },
- {
- "slug": "MicroLooper",
- "name": "MicroLooper",
- "description": "Recording sampler for the very short (16384 samples max) loops. Replaced with muLooper",
- "deprecated": true,
- "tags": [
- "Sampler",
- "Recording"
- ]
- },
- {
- "slug": "LFSR8",
- "name": "LFSR8",
- "description": "Fully deterministic sequencer based on 8-bit LFSR capable to produce pseudo-random results. Replaced witg LFSR8Poly",
- "deprecated": true,
- "tags": [
- "Sequencer"
- ]
- },
- {
- "slug": "LFSR16",
- "name": "LFSR16",
- "description": "16-bit LFSR sequencer with ability to split for two independent registers. Replaced witg LFSR16Poly",
- "deprecated": true,
- "tags": [
- "Sequencer"
- ]
- }
- ]
- }
|