EtherealSoul

Midi Mind Manager

Professional MIDI Processing & Transformation

Midi Mind Device

The Midi Mind hardware processor with MIDI TRS-A I/O and USB-C power

Overview

The Midi Mind is a compact, professional MIDI processor designed for live performance, studio recording, and creative experimentation. Featuring MIDI TRS-A input and output with USB-C power, it transforms MIDI messages in real-time using a powerful yet intuitive programming language.

Key Features:

Hardware

The Midi Mind device sits between your MIDI controller and sound modules, processing every MIDI message according to your programmed rules:

Input: MIDI TRS-A from keyboards, controllers, DAWs, or other MIDI sources
Processing: Real-time transformation using custom rule language
Output: MIDI TRS-A to synthesizers, DAWs, effects processors, or other MIDI devices
Power: USB-C for stable, reliable operation
Configuration: Wireless via Bluetooth using the Midi Mind Manager app

Programming Language

Create powerful MIDI transformations with an expressive rule-based language:

// Route piano split - bass and treble to different channels
noteOn(ch, note, vel) & note < 60 -> noteOn(1, note, vel);     // Bass channel
noteOn(ch, note, vel) & note >= 60 -> noteOn(2, note, vel);    // Piano channel

// Add automatic harmony
noteOn(ch, note, vel) -> 
  noteOn(ch, note, vel),        // Original note
  noteOn(3, note + 4, vel),     // Add major third
  noteOn(4, note + 7, vel);     // Add perfect fifth

Use Cases

Live Performance

Studio Recording

Creative/Experimental

Midi Mind Manager App

Midi Mind Manager

The Midi Mind Manager provides a complete development environment for MIDI rules

The Midi Mind Manager iOS and Android app is your control center for one or more Midi Mind devices:

Rule Development

Device Management

Testing & Monitoring

Getting Started

β†’ Quick Start Guide - Connect your device and write your first rules in 5 minutes

  1. Hardware Setup: Connect MIDI input/output via TRS-A cables, power via USB-C
  2. Download App: Get Midi Mind Manager from App Store or Google Play
  3. Connect & Configure: Pair via Bluetooth and follow the Quick Start Guide
  4. Deploy Rules: Write transformations and deploy to your device

Documentation & Support

πŸ“– Complete Documentation

β†’ Interactive Help System

Comprehensive documentation with search, examples, and step-by-step guides.

πŸš€ Quick Access

πŸ“§ Technical Support

For technical support and questions: jared.smythe.innovation@gmail.com


Midi Mind transforms MIDI in real-time with professional reliability and creative flexibility. From simple channel routing to complex algorithmic processing, unlock new possibilities in your MIDI workflow.