EnglishFrenchSpanish

Ad


OnWorks favicon

aconnect - Online in the Cloud

Run aconnect in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command aconnect that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


aconnect - ALSA sequencer connection manager

SYNOPSIS


aconnect [-d] [-options] sender receiver
aconnect -i|-o [-options]
aconnect -x

DESCRIPTION


aconnect is a utility to connect and disconnect two existing ports on ALSA sequencer
system. The ports with the arbitrary subscription permission, such as created by
aseqview(1), can be connected to any (MIDI) device ports using aconnect. For example, to
connect from port 64:0 to 65:0, run as follows:

% aconnect 64:0 65:0

The connection is one-way, and the whole data to the sender port (64:0) is redirected to
the receiver port (65:0). When another port (e.g. 65:1) is attached to the same sender
port, the data is sent to both receiver ports. For disconnection, use -d option.

% aconnect -d 64:0 65:0

The address can be given using the client's name.

% aconnect External:0 Emu8000:1

Then the port 0 of the client matching with the string "External" is connected to the port
1 of the client matching with the "Emu8000".

Another function of aconnect is to list the present ports on the given condition. The
input ports, which may become sender ports, can be listed with -i option.

% aconnect -i
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
client 64: 'External MIDI-0' [type=kernel]
0 'MIDI 0-0 '

Similarly, to see the output ports, use -o flag.

You can remove all existing exported connections using -x option. This function is useful
for terminating the ALSA drivers, because the modules with sequencer connections cannot be
unloaded unless their connections are removed.

OPTIONS


CONNECTION MANAGEMENT
-d, --disconnect
Disconnect the given subscription.

-e, --exclusive
Connect ports with exclusive mode. Both sender and receiver ports can be no longer
connected by any other ports.

-r, --real queue
Convert time-stamps of event packets to the current value of the given real-time
queue. This is option is, however, not so useful, since the receiver port must use
(not necessarily own) the specified queue.

-t, --tick queue
Like -r option, but time-stamps are converted to the current value of the given
tick queue.

LIST PORTS
-i, --input
List existing input (readable) ports. This option is exclusive to -o.

-o, --output
List existing output (writable) ports. This option is exclusive to -i.

-l, --list
List the current connection status. The connected and connecting ports from/to
each port are listed together. The suffix flag [ex] means the connection is
exclusive. The suffix flag [real:#] and [tick:#] mean the connection includes
real-time and tick conversion on the listed queue, respectively.

REMOVE ALL CONNECTIONS
-x, --removeall
Remove all exported connections.

Use aconnect online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad