Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

amidi

amidi --version (return code: 0)

amidi version 1.1.0
amidi --help (return code: 0)

Usage: amidi options

-h, --help             this help
-V, --version          print current version
-l, --list-devices     list all hardware ports
-L, --list-rawmidis    list all RawMIDI definitions
-p, --port=name        select port by name
-s, --send=file        send the contents of a (.syx) file
-r, --receive=file     write received data into a file
-S, --send-hex="..."   send hexadecimal bytes
-d, --dump             print received data as hexadecimal bytes
-t, --timeout=seconds  exits when no data has been received
                       for the specified duration
-a, --active-sensing   don't ignore active sensing bytes

Comments

Popular posts from this blog

7 Steps to configure BDR replication in postgresql

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

PostgreSQL 11 Source code Installation