diff --git a/manifests-cache.json b/manifests-cache.json index 15c8297a..9738faff 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -16099,5 +16099,44 @@ "creationTimestamp": 1762139014.5212402 } } + }, + "4ms-ProducerPack": { + "buildTimestamp": 1762739216.1608517, + "creationTimestamp": 1762739219.8369677, + "modules": { + "DJFilter": { + "creationTimestamp": 1762739219.8992958 + }, + "Boost": { + "creationTimestamp": 1762739219.9650073 + }, + "Spatializer": { + "creationTimestamp": 1762739220.0311394 + }, + "StereoWidth": { + "creationTimestamp": 1762739220.0943534 + }, + "StereoCrossfader": { + "creationTimestamp": 1762739220.1649284 + }, + "SeventiesEQ": { + "creationTimestamp": 1762739220.234417 + }, + "SeventiesComp": { + "creationTimestamp": 1762739220.2965655 + }, + "Decay": { + "creationTimestamp": 1762739220.3566587 + }, + "AuxSends": { + "creationTimestamp": 1762739220.42165 + }, + "Bitcrusher": { + "creationTimestamp": 1762739220.4880936 + }, + "DrumBus": { + "creationTimestamp": 1762739220.552019 + } + } } } \ No newline at end of file diff --git a/manifests/4ms-ProducerPack.json b/manifests/4ms-ProducerPack.json new file mode 100644 index 00000000..e78530b5 --- /dev/null +++ b/manifests/4ms-ProducerPack.json @@ -0,0 +1,136 @@ +{ + "slug": "4ms-ProducerPack", + "name": "ProducerPack", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "4ms", + "author": "4ms Company", + "authorEmail": "4ms@4mscompany.com", + "authorUrl": "https://4mscompany.com", + "pluginUrl": "https://github.com/4ms/ProducerPack/", + "manualUrl": "https://github.com/4ms/ProducerPack/blob/main/doc/Producer%20Pack%20User%20Manual.md", + "sourceUrl": "https://github.com/4ms/ProducerPack/", + "donateUrl": "", + "changelogUrl": "https://github.com/4ms/ProducerPack/blob/main/CHANGELOG.md", + "modules": [ + { + "slug": "DJFilter", + "name": "DJFilter", + "description": "A continous lowpass to highpass filter effect in the spirit of DJ mixers", + "tags": [ + "Effect", + "Filter", + "Stereo", + "VCF" + ] + }, + { + "slug": "Boost", + "name": "Boost", + "description": "Stereo gain + distortion module", + "tags": [ + "Dynamics", + "Utility", + "Effect", + "Distortion" + ] + }, + { + "slug": "Spatializer", + "name": "Spatializer", + "description": "Exploitation of the Haas effect + mid/side processing techniques", + "tags": [ + "Stereo", + "Utility", + "Effect" + ] + }, + { + "slug": "StereoWidth", + "name": "StereoWidth", + "description": "Shrink or expand the stereo image of a stereo track", + "tags": [ + "Stereo", + "Utility" + ] + }, + { + "slug": "StereoCrossfader", + "name": "StereoCrossfader", + "description": "Crossfade between two stereo audio sources", + "tags": [ + "Stereo", + "Utility" + ] + }, + { + "slug": "SeventiesEQ", + "name": "70sEQ", + "description": "Neve 1073 inspired stereo EQ", + "tags": [ + "Stereo", + "Utility", + "Equalizer", + "EQ", + "Effect" + ] + }, + { + "slug": "SeventiesComp", + "name": "70sComp", + "description": "LA2A inspired optical compressor", + "tags": [ + "Stereo", + "Utility", + "Effect", + "Dynamics" + ] + }, + { + "slug": "Decay", + "name": "Decay", + "description": "Decay envelope with built in VCA", + "tags": [ + "Utility", + "Drum", + "Envelope generator", + "VCA", + "Voltage-controlled amplifier" + ] + }, + { + "slug": "AuxSends", + "name": "AuxSends", + "description": "3 sets of stereo auxillary sends and returns with CV control", + "tags": [ + "Stereo", + "Utility", + "Mixer", + "Effect" + ] + }, + { + "slug": "Bitcrusher", + "name": "Bitcrusher", + "description": "Stereo bitcrusher, sample rate reducer, and selectable resonant filter", + "tags": [ + "Stereo", + "Effect", + "Filter", + "VCF", + "Distortion" + ] + }, + { + "slug": "DrumBus", + "name": "DrumBus", + "description": "8 channel mono to stereo mixer with mute per channel", + "tags": [ + "Stereo", + "Mixer", + "Drum", + "Utility" + ] + } + ] +} \ No newline at end of file