An intelligent AI assistant that can directly control Bitwig Studio and provide step-by-step guidance, technical recommendations, and visual mouse overlays to help you master Bitwig Studio.
- Real-time Control: Actually performs actions in Bitwig Studio
- Keyboard Shortcuts: Sends keyboard commands directly to Bitwig
- Mouse Control: Clicks and drags in the Bitwig interface
- Window Management: Focuses and controls Bitwig Studio windows
- Process Detection: Automatically detects when Bitwig is running
- Interactive Tutorials: Follow along with detailed step-by-step instructions
- Progress Tracking: Visual progress indicators for multi-step processes
- Navigation Controls: Easy navigation between steps with play/pause functionality
- Visual Feedback: Clear visual indicators for each step
- Visual Guidance: Animated mouse cursors show exactly where to click
- Action Types: Different colors and icons for click, drag, hover, and double-click actions
- Playback Controls: Play, pause, and reset mouse action sequences
- Real-time Feedback: Live descriptions of each action being performed
- Recording Techniques: Audio and MIDI recording workflows
- Mixing & Effects: Professional mixing techniques and device usage
- Arrangement & Editing: Timeline editing and clip management
- Automation: Parameter automation and modulation
- Clip Launcher: Live performance and session view techniques
- Troubleshooting: Common issues and solutions
- โ Create new projects
- โ Start/stop recording
- โ Add effects and devices
- โ Adjust track volumes
- โ Enable automation
- โ Toggle metronome
- โ Play/stop playback
- โ Save/open projects
- โ Undo/redo actions
- โ Export audio
- "Create a new project" โ Actually creates a new project in Bitwig
- "Start recording" โ Arms tracks and starts recording
- "Add EQ to this track" โ Opens device browser and adds EQ+
- "Set track volume to -6dB" โ Adjusts the track fader
- "Enable automation" โ Toggles automation mode
- "Save the project" โ Saves the current project
- Windows 10/11 (System integration currently supports Windows)
- Node.js 18+
- Bitwig Studio (any version)
- npm or yarn package manager
-
Clone or download the project
git clone <repository-url> cd bitwig-ai-assistant
-
Run the installer (Windows)
install.bat
Or manually install:
npm install
-
Start Bitwig Studio
- Make sure Bitwig Studio is running
- The assistant will automatically detect it
-
Launch the assistant
npm run dev
-
Open your browser Navigate to http://localhost:3000
- Ask Questions: Type your Bitwig-related questions in the chat input
- Voice Input: Click the microphone icon to use voice recognition
- Execute Actions: Click "Execute in Bitwig" to perform actions directly
- Follow Steps: When step-by-step guides are available, use the side panel
- Watch Overlays: Enable mouse overlays to see visual guidance
- ๐ข Connected: Bitwig Studio is running and ready for control
- ๐ด Disconnected: Bitwig Studio is not running
- ๐ Checking: Verifying connection status
- Ask: "Create a new project"
- Click "Execute in Bitwig"
- Watch as the assistant presses Ctrl+N in Bitwig Studio
- Ask: "How do I record audio?"
- Get step-by-step instructions
- Click "Execute in Bitwig" to arm tracks and start recording
- Ask: "Add EQ to my track"
- Click "Execute in Bitwig"
- Watch as the assistant opens the device browser and adds EQ+
- Windows API: Uses Windows system calls for mouse and keyboard control
- Process Detection: Monitors for Bitwig Studio process
- Window Management: Focuses and controls Bitwig windows
- Real-time Control: Direct communication with Bitwig Studio
- Frontend: Next.js 14, React 18, TypeScript
- Styling: Tailwind CSS, Framer Motion
- Icons: Lucide React
- System Control: Custom Windows API integration
- AI Processing: Custom knowledge engine with comprehensive Bitwig expertise
- Mouse: Click, drag, hover, double-click
- Keyboard: All standard shortcuts (Ctrl+N, R, Space, etc.)
- Windows: Focus, minimize, maximize
- Process: Detection, monitoring, control
bitwig-ai-assistant/
โโโ app/
โ โโโ components/
โ โ โโโ BitwigAssistant.tsx # Main assistant component
โ โ โโโ ChatMessage.tsx # Individual message display
โ โ โโโ StepByStepGuide.tsx # Step-by-step tutorial panel
โ โ โโโ MouseOverlay.tsx # Mouse cursor overlay system
โ โโโ lib/
โ โ โโโ bitwig-knowledge.ts # AI knowledge engine
โ โ โโโ bitwig-controller.ts # Bitwig control interface
โ โ โโโ system-integration.ts # Windows system integration
โ โโโ globals.css # Global styles
โ โโโ layout.tsx # Root layout
โ โโโ page.tsx # Main page
โโโ public/ # Static assets
โโโ package.json # Dependencies and scripts
โโโ install.bat # Windows installer
โโโ tailwind.config.js # Tailwind configuration
โโโ tsconfig.json # TypeScript configuration
โโโ README.md # This file
- System Access: The assistant needs permission to control your system
- Bitwig Integration: Direct control of Bitwig Studio windows
- Keyboard/Mouse: Ability to send input to Bitwig Studio
- Process Verification: Only controls verified Bitwig Studio processes
- Window Focus: Ensures actions are sent to the correct application
- Error Handling: Graceful failure if Bitwig is not available
- Windows Only: System integration currently supports Windows only
- Bitwig Required: Bitwig Studio must be running for control features
- UI Coordinates: Some actions require specific UI element coordinates
- Version Compatibility: May need updates for new Bitwig versions
- macOS and Linux support
- Advanced UI element detection
- Plugin-specific controls
- MIDI device integration
- Audio analysis and feedback
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This tool provides direct control of Bitwig Studio. Use responsibly and ensure you have backups of your projects. The developers are not responsible for any data loss or system issues.
If you encounter any issues:
- Check that Bitwig Studio is running
- Verify Windows permissions
- Check the troubleshooting section in the app
- Open an issue on GitHub
Note: This is an educational tool designed to help users learn and control Bitwig Studio. It's not affiliated with Bitwig Studio GmbH.