Opensourceinfo

Main Menu
Login

Register new account

Request new password


Fast Easy Web Hosting
Your Say About Movies
Cigars Review

Man Pages

General Commands
Browse in : All > Documents > Man Pages > General Commands (2380)

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 `

Similary, 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

 

CONNNECTION 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.

 

SEE ALSO

aseqnet(1), aseqview(1)

 

AUTHOR

Takashi Iwai <tiwai@suse.de>
Polls
What I like best about Firefox 3
OpenSource Headlines
  • The Original Magazine of the Linux Community

    Quebec government being sued, for buying Microsoft! August 28th, 2008 by marcel This certainly qualifies as an interesting development.

  • Dell intro's the Vostro A160 Mini-Tower, A100 entry-level desktop

    Aside from the two Vostro laptops which Dell announced, it will also release two new desktop models - the affordable and practical Vostro A160 Mini-Tower and the entry-level Vostro A100.

  • Unlock Advanced Features on Your Canon Digital Camera

    With this simple, free software hack, you can add RAW support, histograms, burst mode, and other high-end features to even a low-end Canon camera.

  • A User's First Look at GNOME 2.0

    GNOME 2.0 was released less than two days ago and while I was using its betas on and off, for some time now, I was anticipating this final release with impatience.

  • Linux cryptography attacks seen in the wild

    Active attacks against Linux systems using the Secure Shell encryption protocol have been reported by the US Computer Emergency Readiness Team.

  • Down

    Five tricks of the PHP trade for better code... In this article I'll give a few examples of powerful ways to program PHP that aren't obvious to many.

  • Dell Puts Linux and Atom in Vostro PCs for Emerging Markets

    Dell unveiled Wednesday two new laptops and two desktops in its Vostro range designed to meet the needs of small and medium-size enterprises , governments, and educational institutions in emerging markets in ...

  • Linux end-user summit planned

    Event scheduled for October in New York City is intended to bring together users, senior Linux developers The Linux Foundation on Wednesday plans to announce an event enabling Linux users to interact with the ...

  • Embedded Linux guide updated

    O'Reilly has updated its guide to Building Embedded Linux Systems by Karim Yaghmour.