GithubHelp home page GithubHelp logo

pedrolcl / dumpmidi-rt Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 33 KB

Multiplatform Command Line MIDI Monitor program using Drumstick::RT

License: GNU General Public License v3.0

CMake 12.72% C++ 87.28%
drumstick linux macos midi monitor multiplatform windows qt

dumpmidi-rt's Introduction

dumpmidi-rt

Build on Linux

Multiplatform Command Line MIDI Monitor program using Drumstick::RT

This program is equivalent to the drumstick-dumpmid utility that is included in the Drumstick source packages, but instead of using Drumstick::ALSA it uses the Drumstick::RT library, so it may be used on several operating systems.

./dumpmidi-rt --help
Usage: ./dumpmidi-rt [options]
Drumstick command line utility for decoding MIDI events

Options:
  -h, --help             Displays help on commandline options.
  --help-all             Displays help including Qt specific options.
  -v, --version          Displays version information.
  -d, --driver <driver>  MIDI Driver.
  -p, --port <port>      MIDI Port.
  -l, --list             List available MIDI Ports.  

The available drivers for each operating system are the following. The first on each group is the default.

  • Linux: ALSA, OSS, Network
  • Windows: Windows MM, Network
  • macOS: CoreMIDI, Network
  • Unix: OSS, Network
./dumpmidi-rt -p nanoKEY2
driver: ALSA
port: nanoKEY2
Press ^C to stop the program...
Event_________________ Ch _Data__
note on                 0  60  71
note off                0  60  64
control change          0  64 127
control change          0  64   0
pitch bend              0  -327
pitch bend              0  -654
pitch bend              0  -981
pitch bend              0  -572
pitch bend              0  -163
pitch bend              0     0
^CReceived a SIGINT. Exiting

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.