aconnect(1)


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.

SEE ALSO

   aseqnet(1), aseqview(1)

AUTHOR

   Takashi Iwai <tiwai@suse.de>

                            August 31, 2000                    aconnect(1)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.