Tobias Erichsen

private stuff & software for audio, midi and more

Search

Main menu

rtpMIDI Tutorial

About

The rtpMIDI driver is a network MIDI-driver for Windows operating-systems from XP up to Windows 7.  It can be installed and used on both 32bit and 64bit systems.

Every Apple-computer based on OS X since “Tiger” (10.4) includes a network-MIDI driver as a standard system-component.  You find the configuration of this driver when using spotlight-search for “Audio-MIDI-Setup”.

The rtpMIDI-driver is compatible to the driver contained in OS X.  So you can interface your Windows PC with your Macs in the studio.

Apple has now also implemented network MIDI as part of their Core-MIDI services for iOS 4.2 as well.  So you can now do WiFi-MIDI between your iPhone, iPod Touch & iPad and a Windows PC using this driver!

rtpMIDI is implemented as a Windows service.  Therefore it is automatically starts up as soon as the system boots up.  The graphical interface that you can open to configure your network-MIDI-ports just communicates with the service.  So even if you close down the graphical interface, your ports will still continue to be available.

Installation

For installation of rtpMIDI, just double-click the rtpMIDI_xxx.msi file.

If your system does not include the Apple Bonjour component (which is installed by default when installing applications like iTunes), the installer will detect this and suggest to visit the Apple-download-page for Bonjour.

If the installer indicates the abscence of Bonjour, resume installation only after you have downloaded and installed Bonjour.

The role of Bonjour on either Apple or Windows PCs is its use for the so-called “Zero-Config”.

With Bonjour, applications can find specific services on the local network without having a central DNS-server.  Almost all applications doing networking on OS X use this for painless plug & play configuration.

Some people have previously disabled Bonjour since they did not use the Zero-config functionality on their PCs.  It is important to reactivate this to use rtpMIDI – otherwise the driver cannot announce its activated ports on the network and can also not find its potential peers!

Configuration

After the default-installation you will find the icon to the configuration of rtpMIDI on your desktop.

When you start this configuration, you will find a config-screen that closely resembles the one in OS X.  So if you are familiar with network-MIDI setup on a Mac, you will find your way without any further hints

rtpMIDI Tutorial的更多相关文章

  1. [翻译+山寨]Hangfire Highlighter Tutorial

    前言 Hangfire是一个开源且商业免费使用的工具函数库.可以让你非常容易地在ASP.NET应用(也可以不在ASP.NET应用)中执行多种类型的后台任务,而无需自行定制开发和管理基于Windows ...

  2. Django 1.7 Tutorial 学习笔记

    官方教程在这里 : Here 写在前面的废话:)) 以前学习新东西,第一想到的是找本入门教程,按照书上做一遍.现在看了各种网上的入门教程后,我觉得还是看官方Tutorial靠谱.书的弊端一说一大推 本 ...

  3. thrift 服务端linux C ++ 与客户端 windows python 环境配置(thrift 自带tutorial为例)

    关于Thrift文档化的确是做的不好.摸索了很久才终于把跨linux与windows跨C++与python语言的配置成功完成.以下是步骤: 1)                 Linux下环境配置 ...

  4. Hive Tutorial(上)(Hive 入门指导)

    用户指导 Hive 指导 Hive指导 概念 Hive是什么 Hive不是什么 获得和开始 数据单元 类型系统 内置操作符和方法 语言性能 用法和例子(在<下>里面) 概念 Hive是什么 ...

  5. Home / Python MySQL Tutorial / Calling MySQL Stored Procedures in Python Calling MySQL Stored Procedures in Python

    f you are not familiar with MySQL stored procedures or want to review it as a refresher, you can fol ...

  6. Using FreeMarker templates (FTL)- Tutorial

    Lars Vogel, (c) 2012, 2016 vogella GmbHVersion 1.4,06.10.2016 Table of Contents 1. Introduction to F ...

  7. Oracle Forms 10g Tutorial Ebook Download - Oracle Forms Blog

    A step by step tutorial for Oracle Forms 10g development. This guide is helpful for freshers in Orac ...

  8. Tutorial - Deferred Rendering Shadow Mapping 转

    http://www.codinglabs.net/tutorial_opengl_deferred_rendering_shadow_mapping.aspx Tutorial - Deferred ...

  9. anguar.js tutorial demo

    http://docs.angularjs.cn/tutorial angular 入门demo : PhoneCat Tutorial App 别人的DEMO(官方版):http://angular ...

随机推荐

  1. VGA, QVGA, HVGA, WVGA, FWVGA和iPhone显示分辨率

    首先这些都是说的屏幕显示分辨率 VGA (Video Graphics Array), 分辨率为 480*640. QVGA (Quarter VGA), 分辨率为240*320. HVGA (Hal ...

  2. C#调用斑马打印机打印条码标签(支持COM、LPT、USB、TCP连接方式和ZPL、EPL、CPCL指令)【转】

    原文地址:http://blog.csdn.net/ldljlq/article/details/7338772 在批量打印商品标签时一般都要加上条码或图片,而这类应用大多是使用斑马打印机,所以我也遇 ...

  3. spark发行版笔记4Spark Streaming事务处理彻底掌握

    Spark Streaming事务处理彻底掌握 感谢DT大数据梦工厂支持提供以下内容,DT大数据梦工厂专注于Spark发行版定制. 内容概括: 1Exactly once 2 输出不重复 1 正如银行 ...

  4. Java集合类学习笔记(List集合)

    List集合是指一个元素有序.可重复的集合,集合中每个元素都有其对应的顺序索引. ArrayList和Vector作为List集合的两个典型实现,完全支持List接口的全部功能,并且在用法上几乎完全相 ...

  5. D. Game with Strings

    http://codeforces.com/contest/355/problem/D 这道题问了一下学妹,难道说哥已经老了!!! 首先题意理解上有些问题 比如说 a   b    c b   d   ...

  6. Spring.NET 与 AOP 初窥1

    (方面:如有错误,请勿喷,评论即可) 1.开始 什么是AOP?关于它的详细内容,可以自己用google搜索一下,能找到很多有趣的内容.事实上,现在的AOP只是对OOP的一个补充,还没有到达一个语言级别 ...

  7. Swift 2.0 异常处理

    转自:http://www.jianshu.com/p/96a7db3fde00 WWDC 2015 宣布了新的 Swift 2.0. 这次重大更新给 Swift 提供了新的异常处理方法.这篇文章会主 ...

  8. UITableViewCell

    #import "ContactListTableViewController.h" #import "Contact.h" #import "Con ...

  9. Makefile 一点一滴(三)—— 尝试简单的变量替换

    上一版的 makefile: TestCpp : ./debug/TestCpp.o g++ -o TestCpp ./debug/TestCpp.o ./debug/TestCpp.o : ./sr ...

  10. Oracle存储过程中异常Exception的捕捉和处理

    Oracle存储过程中异常的捕捉和处理 CREATE OR REPLACE Procedure Proc_error_process ( v_IN in Varchar2, v_OUT Out Var ...