MIDISim:
Filter:
Modality-toolkit/Classes (extension) | Modality

MIDISim
ExtensionExtension

a class to simulate input from MIDI controllers

Description

MIDISim is intended for testing controller setups without requiring the device to be there. It can create any kind of midi message, thus simplifying the development and automatic testing of complex controller setups. It uses an Event which is passed through so it can be used in Patterns as well.

Class Methods

.value

This method creates a MIDIIn event, based on the event given.

Arguments:

ev

.noteOn

.noteOff

.control

.polytouch

.touch

.bend

.program

.status

These methods are redirected to MIDIIn methods.

Examples