Welcome to the repository for Dream Audio Tools Rotatives โ a professional-grade audio modulation and spatial rotation engine designed for producers, sound designers, and mixing engineers who demand fluid, organic movement in their tracks. This document serves as the complete guide to understanding, configuring, and deploying the Rotatives ecosystem.
Before exploring the sonic architecture, please secure your copy of the Rotatives suite. The package includes the core VST3/AU/AAX plugin, companion preset library, and the license authorization module.
All distribution channels are verified and maintained through the secure release pipeline. No third-party mirrors are required.
- Why Rotatives? A Philosophical Introduction
- System Architecture & Processing Flow
- Feature Inventory
- Configuration Profile Example
- Console & CLI Invocation Example
- Operating System Compatibility
- Multilingual & Accessibility Support
- OpenAI & Claude API Integration Pathways
- Responsive UI Paradigm
- 24/7 Support Ecosystem
- License & Legal Framework
- Disclaimer & Responsible Use
Imagine sound not as a static waveform, but as a living entity that breathes, spins, and shifts in three-dimensional space. Traditional modulation tools often feel like rigid machines โ you set a rate, you set a depth, and the result is predictable, almost sterile. Rotatives was born from the opposite philosophy.
Think of it as a celestial orchestrator for your audio. Each instance of Rotatives acts like a gravity well, pulling your source material through dynamic orbits of panning, filtering, volume, and harmonic distortion. The algorithm doesn't just modulate โ it sculpts motion.
Why "Rotatives"? Because the core processing paradigm is built around rotational field vectors. Instead of simple LFO shapes, the engine uses interconnected rotation matrices that create evolving, non-repeating movement patterns. Your kick drum doesn't just pan left and right โ it describes ellipses, spirals, and chaotic attractors across your stereo field.
Below is the internal signal flow of the Rotatives engine. This diagram illustrates how the source audio interacts with the rotation matrix, the modulation matrix, and the output stage.
graph TD
A[Source Audio Input] --> B[Pre-Filter Stage]
B --> C[Rotation Matrix Engine]
C --> D[Modulation Vector Generator]
D --> E[Pan/Volume/Filter Modulation]
E --> F[Dynamic Harmonic Exciter]
F --> G[Wet/Dry Crossfade]
G --> H[Output Buffer]
H --> I[Master Output]
subgraph Control Layer
J[GUI Parameters]
K[Automation Host]
L[Preset Memory]
end
J --> C
K --> C
L --> C
The Rotation Matrix Engine is the heart of Rotatives. It employs a 4x4 transformation matrix that continuously updates based on user-defined rate, depth, and chaos parameters. Unlike traditional LFO-based tools, the rotation never exactly repeats โ it orbits around a strange attractor, creating infinite variation.
- Dynamic Spatial Rotation โ Not just stereo panning. The algorithm can rotate through 4-channel configurations, including surround and binaural encoding.
- Multi-Matrix Modulation โ Three independent modulation vectors (rate, depth, phase offset) that can be linked or unlinked for complex patterns.
- Adaptive Transient Preservation โ Sharp transients are detected and preserved even during heavy modulation, preventing unwanted pumping or flanging artifacts.
- Intelligent Wet/Dry Mix โ A psychoacoustic crossfade that maintains perceived loudness and phase coherence.
- Harmonic Excitation Engine โ Subtle tube-style saturation that adds warmth to the modulated signal without harsh digital artifacts.
- Chaos Parameter โ Inject controlled randomness into the rotation matrix. Low values produce gentle wobbles; high values create unpredictable, generative movement.
- Preset Morphing โ Seamlessly morph between two user-defined presets in real time, with adjustable interpolation curves.
- Sidechain Integration โ Trigger rotation speed or depth from an external audio source, enabling rhythmic modulation synced to your track.
- Zero-Latency Monitoring โ Essential for live performance and tracking situations.
Below is a sample configuration profile for a cinematic pad sound. This profile creates a slow, evolving spatial movement that feels organic and expansive.
profile_name: "Cinematic Orbit"
engine:
rotation_matrix:
type: "spiral"
rate: 0.3
depth: 0.75
phase_offset: 45
chaos: 0.12
modulation_vectors:
vector_a:
target: "pan"
rate: 0.15
depth: 1.0
vector_b:
target: "filter_cutoff"
rate: 0.08
depth: 0.6
vector_c:
target: "volume"
rate: 0.22
depth: 0.3
harmonic_exciter:
drive: 0.4
tone: 0.6
mix: 0.2
wet_dry:
balance: 0.8
crossfade_curve: "equal_power"
sidechain:
enabled: false
source: "internal"While Rotatives is primarily a GUI plugin, advanced users can invoke it via the included command-line batch processor for offline rendering. This is useful for sound design sessions or batch processing of sample libraries.
# Batch process WAV files with Rotatives preset
rotatives-batch \
--input ./audio_source/ \
--output ./modulated_output/ \
--preset "Cinematic Orbit" \
--sample-rate 48000 \
--bit-depth 24 \
--oversample 2x \
--threads 4The CLI tool supports all parameters found in the GUI version, plus additional flags for threading, buffer size, and real-time export monitoring.
Below is the verified compatibility matrix for the Rotatives suite, tested across multiple environments in Q1 2026.
| Operating System | Version Range | Architecture | Plugin Formats | Verified Status |
|---|---|---|---|---|
| ๐ช Windows | 10, 11 | x64, ARM64 | VST3, AAX | โ Full Support |
| ๐ macOS | 12, 13, 14, 15 | x64, Apple M | AU, VST3, AAX | โ Full Support |
| ๐ง Linux | Ubuntu 22+, Fedora 38+ | x64 | VST3 | โ Full Support |
| ๐ฑ iOS (iPad only) | 17+ | Apple M | AUv3 | Beta (2026 Q2) |
Note: Linux support requires a compatible DAW with VST3 hosting capabilities. Wayland and X11 sessions are both supported.
Rotatives includes a fully localized UI with support for the following languages, selected via the preferences panel:
- English (default)
- ๆฅๆฌ่ช (Japanese)
- ็ฎไฝไธญๆ (Simplified Chinese)
- Deutsch (German)
- Franรงais (French)
- Espaรฑol (Spanish)
- Portuguรชs (Portuguese)
- ะ ัััะบะธะน (Russian)
Accessibility features:
- Screen reader compatibility for all UI elements (NVDA, VoiceOver, JAWS).
- High-contrast mode with adjustable color themes.
- Keyboard-only navigation for all parameters.
- Tooltip delay adjustment for users with motor impairments.
The Rotatives engine exposes a lightweight API bridge that allows external AI tools to modulate parameters in real time. This is not a cloud-dependent feature โ it runs locally using a dedicated middleware layer.
Example use case: Connect the engine to a local instance of a large language model via the OpenAI-compatible API endpoint. The AI can generate modulation patterns based on text descriptions like "create a slow, underwater feel with occasional bursts of motion."
- API Endpoint:
http://localhost:8765/rotatives/v1/modulate - Authentication: Local API key generated during installation.
- Supported Models: Any model compatible with the OpenAI API specification (including Claude API via proxy adapters).
The integration is entirely opt-in and does not transmit audio data to external servers.
The Rotatives graphical interface uses a vector-based rendering engine that automatically scales between 100% and 300% without loss of quality. The layout adapts based on window size:
- Wide mode (>1200px): Full modulation matrix display with real-time waveform preview.
- Compact mode (800โ1200px): Tabs for modulation vectors and matrix controls.
- Narrow mode (<800px): Collapsible sections with essential controls only.
The UI is built using the GPU-accelerated Skia rendering library, ensuring smooth animations even on lower-power systems.
Users of the Rotatives suite have access to a comprehensive support infrastructure:
- Knowledge Base: Searchable documentation with video walkthroughs and parameter explanations.
- Community Forum: Peer-to-peer assistance with verified expert badges for experienced users.
- Priority Email Support: Guaranteed response within 4 hours during business hours (UTC+0).
- Live Chat (Beta): Available during peak hours for real-time troubleshooting.
All support resources are accessible from the plugin's "Help" menu, which links to the local documentation folder (no internet connection required).
This project is distributed under the MIT License. You are free to use, modify, and distribute the software in accordance with the terms of this license.
Important: This software is provided "as is," without warranty of any kind, express or implied. The developers shall not be held liable for any damages arising from the use or misuse of this product.
By downloading and using the Rotatives suite, you acknowledge that:
- The software is intended for legitimate audio production purposes only.
- You are responsible for ensuring that your use case complies with all applicable laws and licensing agreements for any third-party audio material you process.
- Unauthorized distribution or reverse engineering of the binary components is prohibited.
Thank you for exploring the Dream Audio Tools Rotatives repository. We invite you to secure your copy and begin crafting spatial audio experiences that defy convention.
Rotatives โ Where sound finds its orbit.