-
Notifications
You must be signed in to change notification settings - Fork 0
catalog-import-merge: dmitry-sches-audio-software (new=0 discontinued=0 updated=5) #666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "catalog": patch | ||
| --- | ||
|
|
||
| catalog-import-merge: dmitry-sches-audio-software — refresh descriptions, | ||
| details, specs, and version history for Diversion, Tantra, Thorn, and | ||
| their free preset packs from the current manufacturer site. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,20 +23,20 @@ platforms: | |
| url: https://dmitrysches.com/products/tantra | ||
| description: Tantra is a rhythmic multi-effect plug-in with a rich feature set and high quality processing modules. With Tantra you can get any kind of sound and turn it into a complex rhythmic progression, with lots of movements among the deep produced sound space. | ||
| details: |- | ||
| Tantra is a rhythmic multi-effect plug-in with a rich feature set and high quality processing modules. The core of Tantra is a set of 8 multi-mode modulators, which generate rhythmic 32-step multi-stage envelopes with adjustable shape and different operating modes. | ||
| Tantra is a rhythmic multi-effect plug-in with a rich feature set and high quality processing modules. With Tantra you can get any kind of sound and turn it into a complex rhythmic progression, with lots of movements among the deep produced sound space. | ||
|
|
||
| 6 high quality effects process audio in Tantra and in response to the applied modulations form rhythmic pulsations in your sounds. All popular effects are included: analog filter, distortion and lo-fi sections, flexible delay and flanger. A special Glitch module brings the modern Stutter effect on board. | ||
| The core of Tantra is a set of 8 multi-mode modulators, which generate rhythmic 32-step multi-stage envelopes with adjustable shape and different operating modes. | ||
|
|
||
| All the effects are organized as two independent layers, which allows you to produce deep and complex audio rhythms consisting of two sub-patterns. A master equalizer and reverb at the output help shape the final sound. | ||
| 6 high quality effects process audio in Tantra and in response to the applied modulations form rhythmic pulsations in your sounds. All popular effects included: analog filter, distortion and lo-fi sections, flexible delay and flanger. Special Glitch module brings the modern "Stutter" effect on the board. | ||
|
|
||
| All the effects are organized as two independent layers, which allows you to produce deep and complex audio rhythms, consist of two sub-patterns. Master equalizer and reverb at the output will help you to shape your final sound and breathe air into it. | ||
|
|
||
| Tantra is exclusively distributed by Plugin Alliance. | ||
| specs: |- | ||
| - Modern processor with SSE3 support | ||
| - At least dual-core processor recommended | ||
| - Modern processor with SSE3 support (two-core processor recommended) | ||
| - Windows Vista or higher | ||
| - macOS 10.9.X or higher | ||
| - VST 2.4, AU, or AAX compatible host software | ||
| - 64-bit only | ||
| - OSX 10.9.X or higher | ||
| - VST 2.4 or AU or AAX compatible host software | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- target file ---'
cat -n data/software/dmitry-sches-audio-software-tantra.yaml | sed -n '1,55p'
printf '%s\n' '--- repository guidance for this scope ---'
find /tmp/coderabbit-repo-knowledge/existential-engineering-catalog-07038b36 -maxdepth 2 -type f -name '*.md' -printRepository: existential-engineering/catalog Length of output: 4166 🏁 Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- software conventions ---'
cat /tmp/coderabbit-repo-knowledge/existential-engineering-catalog-07038b36/conventions/data-software.md
printf '%s\n' '--- product-page format evidence ---'
curl -L --max-time 15 -sS https://dmitrysches.com/products/tantra \
| tr '\n' ' ' \
| sed 's/<[^>]*>/ /g; s/[[:space:]]\\+/ /g' \
| grep -oE '.{0,180}(VST|AU|AAX|VST 3|VST3).{0,220}' \
| head -20 || trueRepository: existential-engineering/catalog Length of output: 904 Add VST 3 to the specification. The official Tantra page lists VST2, VST3, AU, and AAX formats. Add 🤖 Prompt for AI Agents |
||
| versions: | ||
| - name: 2.0.1 | ||
| - name: "2.0" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Remove the em dash from the changeset summary.
Line 5 uses an em dash between the source name and the action. Replace it with a comma or a separate sentence.
Based on learnings: Changeset summaries in this repository must not use em dashes or semicolons.
🤖 Prompt for AI Agents
Source: Learnings