/[svn]/liblscp/trunk/examples/example_client.c
ViewVC logotype

Diff of /liblscp/trunk/examples/example_client.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 213 by capela, Thu Jul 29 09:22:02 2004 UTC revision 380 by capela, Mon Feb 14 13:01:55 2005 UTC
# Line 1  Line 1 
1  // example_client.c  // example_client.c
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 221  int client_test_channel_info ( lscp_chan Line 221  int client_test_channel_info ( lscp_chan
221      printf("    channel_info.audio_routing     = "); client_test_szsplit(pChannelInfo->audio_routing);      printf("    channel_info.audio_routing     = "); client_test_szsplit(pChannelInfo->audio_routing);
222      printf("    channel_info.instrument_file   = %s\n", pChannelInfo->instrument_file);      printf("    channel_info.instrument_file   = %s\n", pChannelInfo->instrument_file);
223      printf("    channel_info.instrument_nr     = %d\n", pChannelInfo->instrument_nr);      printf("    channel_info.instrument_nr     = %d\n", pChannelInfo->instrument_nr);
224        printf("    channel_info.instrument_name   = %s\n", pChannelInfo->instrument_name);
225      printf("    channel_info.instrument_status = %d\n", pChannelInfo->instrument_status);      printf("    channel_info.instrument_status = %d\n", pChannelInfo->instrument_status);
226      printf("    channel_info.midi_device       = %d\n", pChannelInfo->midi_device);      printf("    channel_info.midi_device       = %d\n", pChannelInfo->midi_device);
227      printf("    channel_info.midi_port         = %d\n", pChannelInfo->midi_port);      printf("    channel_info.midi_port         = %d\n", pChannelInfo->midi_port);

Legend:
Removed from v.213  
changed lines
  Added in v.380

  ViewVC Help
Powered by ViewVC