Skip to content
probonopd edited this page Nov 16, 2024 · 30 revisions

There is a version of MiniDexed that adds networking support.

Please note: This functionality is not in the main release of MiniDexed yet. This page is a work in progress.

WLAN support

Circle, which MiniDexed is based on, has WLAN support for the following Raspberry Pi models:

  • Raspberry Pi 3A+
  • Raspberry Pi 3B
  • Raspberry Pi 4B
  • Raspberry Pi 400
  • Raspberry Pi 5
  • Raspberry Pi Zero W
  • Raspberry Pi Zero 2 W

Functionality

  • rtpMIDI a.k.a. "AppleMIDI" (currently without DNS-SD service discovery a.k.a. "Bonjour", "Zeroconf")
  • UDP MIDI
  • FTP (e.g., to update without taking the microSD card out of the Pi)

rtpMIDI

rtpMIDI (also known as "AppleMIDI") allows you to send MIDI data from a host computer to MiniDexed.

This allows us to send MIDI e.g., from DAWs, Dexed on the PC, or even sysex for voices from the web browser using sites like patches.fm.

Windows

RTP-MIDI on Windows 11 using loopMIDI and rtpMIDI works very nicely as described here. Playing MIDI from REAPER to MiniDexed over the network.

It is possible to use MiniDexed in conjunction with Dexed on a host computer. This allows you to send voices from Dexed to MiniDexed over the network, and to use Dexed as a GUI "programmer" for MiniDexed, meaning that any changes in Dexed are immediately reflected in MiniDexed.

image

and Dexed like this

image

macOS

Tested with Logic Pro 9.1.8 on Mac OS X 10.6.8

  • Open Audio MIDI Setup
  • In the MIDI Studio window, double-click Network
  • In the MIDI Network Setup window, MiniDexed will appear after a while in "Directory". Set it up like below.

mac

Note: As DNS-SD service discovery a.k.a. "Bonjour", "Zeroconf" is currently disabled, you will need to enter the IP address of your MiniDexed device manually by clicking "+" under "Directory".

Linux

(Section to be written)

UDP MIDI

Like rtpMIDI, UDP MIDI also allows you to send MIDI data from a host computer to MiniDexed.

FTP

FTP allows you to access the contents of the microSD card inside the Raspberry Pi over the network (e.g., to update without taking the microSD card out of the Raspberry Pi).

Clone this wiki locally