Changeset 365

Show
Ignore:
Timestamp:
02/23/06 19:49:50 (3 years ago)
Author:
conrad
Message:

connect as stereo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • beatfish/trunk/src/jack.c

    r364 r365  
    103103 
    104104  if (jack_connect (client, jack_port_name (output_port), ports[0])) { 
    105     fprintf (stderr, "Cannot connect output ports\n"); 
     105    fprintf (stderr, "Cannot connect output port 0\n"); 
     106  } 
     107 
     108  if (jack_connect (client, jack_port_name (output_port), ports[1])) { 
     109    fprintf (stderr, "Cannot connect output port 1\n"); 
    106110  } 
    107111