diff options
author | cbdev <cb@cbcdn.com> | 2019-08-01 20:58:21 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-01 20:58:21 +0200 |
commit | bbeade8898200a8024169ece30c620016fd5eaf1 (patch) | |
tree | 889b75be9fcbc8251cb05972c7fb40ac6e6e650f /README.md | |
parent | a23ce7718ab61e73586d2738329d6bbace0b764b (diff) | |
download | midimonster-bbeade8898200a8024169ece30c620016fd5eaf1.tar.gz midimonster-bbeade8898200a8024169ece30c620016fd5eaf1.tar.bz2 midimonster-bbeade8898200a8024169ece30c620016fd5eaf1.zip |
Implement midi backend detect option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ on any other (or the same) supported protocol, for example to: * Dynamically route and modify events using the Lua programming language ([Example configuration](configs/lua.cfg) and [Script](configs/demo.lua)) to create your own lighting controller or run effects on TouchOSC (Flying faders demo [configuration](configs/flying-faders.cfg) and [script](configs/flying-faders.lua)) * Use an OSC app as a simple lighting controller via ArtNet or sACN * Visualize ArtNet data using OSC tools -* Control lighting fixtures or DAWs using gamepad controllers ([Example configuration](configs/evdev.conf)) +* Control lighting fixtures or DAWs using gamepad controllers, trackballs, etc ([Example configuration](configs/evdev.conf)) * Play games or type using MIDI controllers [![Build Status](https://travis-ci.com/cbdevnet/midimonster.svg?branch=master)](https://travis-ci.com/cbdevnet/midimonster) [![Coverity Scan Build Status](https://scan.coverity.com/projects/15168/badge.svg)](https://scan.coverity.com/projects/15168) |