diff --git a/manifests-cache.json b/manifests-cache.json index fb6115d3..978ba16c 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -12889,5 +12889,50 @@ "creationTimestamp": 1696705689.980076 } } + }, + "JPFree": { + "buildTimestamp": 1696926035.972735, + "creationTimestamp": 1696926036.1207867, + "modules": { + "ThreeTrack": { + "creationTimestamp": 1696926036.2476642 + }, + "StarMatrixJr": { + "creationTimestamp": 1696926036.3783896 + }, + "ImprovJr": { + "creationTimestamp": 1696926036.5055728 + }, + "ShiftAndShuffle": { + "creationTimestamp": 1696926036.6307728 + }, + "WindowedSwitch": { + "creationTimestamp": 1696926036.7606237 + } + } + }, + "JPLab": { + "buildTimestamp": 1696925879.363344, + "creationTimestamp": 1696926036.8842292, + "modules": { + "FourTrack": { + "creationTimestamp": 1696926037.0078378 + }, + "FourTrackExpander": { + "creationTimestamp": 1696926037.130138 + }, + "Improv": { + "creationTimestamp": 1696926037.2501566 + }, + "StarMatrix": { + "creationTimestamp": 1696926037.3682835 + }, + "CounterPoint": { + "creationTimestamp": 1696926037.4895854 + }, + "Navigator": { + "creationTimestamp": 1696926037.6074064 + } + } } } \ No newline at end of file diff --git a/manifests/JPFree.json b/manifests/JPFree.json new file mode 100644 index 00000000..b2fdb20f --- /dev/null +++ b/manifests/JPFree.json @@ -0,0 +1,69 @@ +{ + "slug": "JPFree", + "name": "JP Free", + "version": "2.0.0", + "license": "https://vcvrack.com/eula", + "brand": "JP", + "author": "Andrew Hanson (Path Set) & Joop van der Linden", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "https://github.com/patheros/JPManuals", + "manualUrl": "https://github.com/patheros/JPManuals/blob/main/JPFree.pdf", + "sourceUrl": "", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "ThreeTrack", + "name": "Three Track", + "description": "Program 3-voice melodies or chords.", + "tags": [ + "Sequencer", + "Random", + "Polyphonic" + ], + "keywords": "melody 1v/oct v/oct volt per ocatve three tracks chords" + }, + { + "slug": "StarMatrixJr", + "name": "Star Matrix Jr", + "description": "Fully control transition chance between any note block.", + "tags": [ + "Sequencer", + "Random" + ], + "keywords": "melody 1v/oct v/oct volt per ocatve note pool matrix transition weights" + }, + { + "slug": "ImprovJr", + "name": "Improv Jr", + "description": "Jazz inspired live performance sequencer. Responds instantly to changes in notes add through the keyboard.", + "tags": [ + "Sequencer", + "Random" + ], + "keywords": "melody 1v/oct v/oct volt per ocatve keyboard note pool instrument" + }, + { + "slug": "ShiftAndShuffle", + "name": "Shift & Shuffle Expander", + "description": "Expander for any main JP sequencer. CV controllable sequence modifications.", + "tags": [ + "Expander", + "Sequencer", + "Random" + ], + "keywords": "shift shuffle transpose notes cv trigger" + }, + { + "slug": "WindowedSwitch", + "name": "Navi", + "description": "Clock divder with a random variation each cycle.", + "tags": [ + "Clock modulator", + "Random" + ], + "keywords": "counter" + } + ] +} \ No newline at end of file diff --git a/manifests/JPLab.json b/manifests/JPLab.json new file mode 100644 index 00000000..0a50b141 --- /dev/null +++ b/manifests/JPLab.json @@ -0,0 +1,80 @@ +{ + "slug": "JPLab", + "name": "JP Lab", + "version": "2.0.0", + "license": "https://vcvrack.com/eula", + "brand": "JP", + "author": "Andrew Hanson (Path Set) & Joop van der Linden", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "https://github.com/patheros/JPManuals", + "manualUrl": "https://github.com/patheros/JPManuals/blob/main/JPLab.pdf", + "sourceUrl": "", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "FourTrack", + "name": "Four Track", + "description": "Program 4-voice melodies or chords. Add endless expanders for endless length.", + "tags": [ + "Sequencer", + "Random", + "Polyphonic" + ], + "keywords": "melody 1v/oct v/oct volt per ocatve note pool four tracks chords" + }, + { + "slug": "FourTrackExpander", + "name": "Four Track Expander", + "description": "Add 64 more note blocks to Four Track. Try using more than one.", + "tags": [ + "Expander", + "Sequencer", + "Random", + "Polyphonic" + ] + }, + { + "slug": "Improv", + "name": "Improv", + "description": "Jazz inspired live performance sequencer. Responds instantly to changes in notes add through the keyboard.", + "tags": [ + "Sequencer", + "Random" + ], + "keywords": "melody 1v/oct v/oct volt per ocatve keyboard note pool instrument" + }, + { + "slug": "StarMatrix", + "name": "Star Matrix", + "description": "Fully control transition chance between any note block.", + "tags": [ + "Sequencer", + "Random" + ], + "keywords": "melody 1v/oct v/oct volt per ocatve note pool matrix transition weights" + }, + { + "slug": "CounterPoint", + "name": "Counter Point Expander", + "description": "Expander for any main JP sequencer. Creates an extra voice using delay, regression and inversion.", + "tags": [ + "Expander", + "Sequencer", + "Random" + ], + "keywords": "delay inversion regression retrograde" + }, + { + "slug": "Navigator", + "name": "Navigator", + "description": "An event sequencer of 16 steps, each with two gates and two CVs. Precisely control the length of each event or add randomness.", + "tags": [ + "Sequencer", + "Random" + ], + "keywords": "counter" + } + ] +} \ No newline at end of file