<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=MsAlsaSeq%3A_ALSA_driver_for_MidiShare</id>
	<title>MsAlsaSeq: ALSA driver for MidiShare - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=MsAlsaSeq%3A_ALSA_driver_for_MidiShare"/>
	<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=MsAlsaSeq:_ALSA_driver_for_MidiShare&amp;action=history"/>
	<updated>2026-08-30T12:02:35Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://wiki.joanillo.org/index.php?title=MsAlsaSeq:_ALSA_driver_for_MidiShare&amp;diff=2126&amp;oldid=prev</id>
		<title>Joan: New page: A Linux, hem de tenir instal.lada la llibreria MidiShare, d'una banda, i tot el sistema de so ALSA, per l'altra. ALSA és el que s'encarrega de parlar amb els dispositius físics, la targe...</title>
		<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=MsAlsaSeq:_ALSA_driver_for_MidiShare&amp;diff=2126&amp;oldid=prev"/>
		<updated>2009-04-01T09:43:21Z</updated>

		<summary type="html">&lt;p&gt;New page: A Linux, hem de tenir instal.lada la llibreria MidiShare, d&amp;#039;una banda, i tot el sistema de so ALSA, per l&amp;#039;altra. ALSA és el que s&amp;#039;encarrega de parlar amb els dispositius físics, la targe...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A Linux, hem de tenir instal.lada la llibreria MidiShare, d'una banda, i tot el sistema de so ALSA, per l'altra. ALSA és el que s'encarrega de parlar amb els dispositius físics, la targeta de so. Aleshores el que fa MidiShare és proporcionar un driver ALSA, i d'aquesta manera els projectes MidiShare poden ''sonar''.&lt;br /&gt;
&lt;br /&gt;
=man MsAlsaSeq=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MSALSASEQ(1)                MidiShare User’s Manual               MSALSASEQ(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       msAlsaSeq - ALSA driver for MidiShare&lt;br /&gt;
&lt;br /&gt;
SYNOPSIS&lt;br /&gt;
       msAlsaSeq [options] [client-name]&lt;br /&gt;
&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
       msAlsaSeq   creates  an  ALSA  sequencer  client  and  a  corresponding&lt;br /&gt;
       MidiShare client, both named client-name  (&amp;quot;MidiShare/ALSA  Bridge&amp;quot;  by&lt;br /&gt;
       default)  and establishes connections to other ALSA clients as given by&lt;br /&gt;
       the -i and -o options. MIDI input received by the ALSA  client  becomes&lt;br /&gt;
       the  input  of the MidiShare client, and output of the MidiShare client&lt;br /&gt;
       is sent to the output side of the  ALSA  client.  This  allows  you  to&lt;br /&gt;
       access ALSA devices and other ALSA clients from MidiShare applications,&lt;br /&gt;
       simply by connecting your MidiShare application  to  the  input/and  or&lt;br /&gt;
       output of the msAlsaSeq MidiShare client.&lt;br /&gt;
&lt;br /&gt;
       You  can  just start the program as msAlsaSeq and establish connections&lt;br /&gt;
       to other ALSA clients manually with aconnect(1) or your favourite  ALSA&lt;br /&gt;
       patchbay.  Alternatively,  you  can  specify  the  desired  connections&lt;br /&gt;
       directly on the command line. For instance,&lt;br /&gt;
&lt;br /&gt;
                msAlsaSeq -i 64:0 -o 64:0&lt;br /&gt;
&lt;br /&gt;
       connects input and output to port 0 of client 64. Usually  this  corre‐&lt;br /&gt;
       sponds  to the external MIDI interface of your first soundcard. To find&lt;br /&gt;
       out about the available ALSA sequencer clients and ports on  your  sys‐&lt;br /&gt;
       tem,  run the ALSA program aconnect with the -i and -o options. You can&lt;br /&gt;
       also use the MidiShare msconnect  program  to  connect  your  MidiShare&lt;br /&gt;
       applications with the MidiShare client created by msAlsaSeq.&lt;br /&gt;
&lt;br /&gt;
       Instead  of a numeric ALSA client id, you can also specify the client’s&lt;br /&gt;
       name. Shell wildcards (‘*’, ‘?’ etc.)  are recognized as well. E.g.,&lt;br /&gt;
&lt;br /&gt;
               msAlsaSeq -i ’Rawmidi*’:0&lt;br /&gt;
&lt;br /&gt;
       connects the input to port 0 of the first client whose name starts with&lt;br /&gt;
       ‘Rawmidi’.&lt;br /&gt;
&lt;br /&gt;
       By  default,  the  MidiShare  port number of a received event is always&lt;br /&gt;
       zero, and transmitted events are always  sent  to  all  connected  ALSA&lt;br /&gt;
       clients,  no  matter which MidiShare port was specified. This behaviour&lt;br /&gt;
       is consistent with the other drivers supplied with the Linux version of&lt;br /&gt;
       MidiShare, and is convenient if you want to dynamically connect to dif‐&lt;br /&gt;
       ferent ALSA clients with the aconnect utility. If  necessary,  multiple&lt;br /&gt;
       instances  of msAlsaSeq can be run to access different ALSA clients. In&lt;br /&gt;
       this case it is useful to specify the client-name parameter to  distin‐&lt;br /&gt;
       guish the different clients. Example:&lt;br /&gt;
&lt;br /&gt;
                msAlsaSeq &amp;quot;ALSA Midi Port&amp;quot; -i 64:0 -o 64:0&lt;br /&gt;
                msAlsaSeq &amp;quot;ALSA Wavetable Synth&amp;quot; -o 65:0&lt;br /&gt;
&lt;br /&gt;
       Alternatively, you can also specify a mapping between ALSA client ports&lt;br /&gt;
       and MidiShare ports as follows:&lt;br /&gt;
&lt;br /&gt;
                msAlsaSeq -i 64:0/0 -o 64:0/0 -o 65:0/1&lt;br /&gt;
&lt;br /&gt;
       Here we configured one input port, which is mapped to MidiShare port 0,&lt;br /&gt;
       and  two  output ports which are mapped to the MidiShare ports 0 and 1,&lt;br /&gt;
       respectively. This provides some degree of compatibility with the MacOS&lt;br /&gt;
       and  Windows  versions of MidiShare (where you usually access different&lt;br /&gt;
       devices using corresponding port  numbers,  instead  of  connecting  to&lt;br /&gt;
       different  MidiShare  clients), but is less versatile, as all input and&lt;br /&gt;
       output ports have to be specified in  advance  and  cannot  be  changed&lt;br /&gt;
       dynamically.&lt;br /&gt;
&lt;br /&gt;
OPTIONS&lt;br /&gt;
       -h     Prints a short usage message and exits.&lt;br /&gt;
&lt;br /&gt;
       -i client:port[/msport]&lt;br /&gt;
              Establishes  an  input connection with the given ALSA client and&lt;br /&gt;
              port. The client can be given either by its numeric id or a pat‐&lt;br /&gt;
              tern  for  the  client name. The MidiShare port number msport is&lt;br /&gt;
              optional. If present, it indicates that input is mapped  to  the&lt;br /&gt;
              given MidiShare port when an event is delivered to the MidiShare&lt;br /&gt;
              application.&lt;br /&gt;
&lt;br /&gt;
       -o client:port[/msport]&lt;br /&gt;
              Establishes an output connection for the given ALSA  client  and&lt;br /&gt;
              port.  If  the  MidiShare  port  number  msport  is  given, only&lt;br /&gt;
              MidiShare events directed to that port will be  output  on  this&lt;br /&gt;
              connection.&lt;br /&gt;
&lt;br /&gt;
BUGS&lt;br /&gt;
       Right  now  msAlsaSeq  does  not keep track of the original ALSA times‐&lt;br /&gt;
       tamps. The timestamp of a received event thus  indicates  the  time  at&lt;br /&gt;
       which the event was read by the driver.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
       aconnect(1), http://www.alsa-project.org&lt;br /&gt;
       http://www.grame.fr/MidiShare&lt;br /&gt;
&lt;br /&gt;
AUTHOR&lt;br /&gt;
       Albert Graef, University of Mainz. (Based on Grame’s msRawMidi driver.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                   May 2004                       MSALSASEQ(1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Joan</name></author>
		
	</entry>
</feed>