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

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

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

revision 985 by capela, Mon Dec 18 16:42:33 2006 UTC revision 988 by capela, Tue Dec 19 11:28:47 2006 UTC
# Line 651  lscp_status_t server_callback ( lscp_con Line 651  lscp_status_t server_callback ( lscp_con
651                          iSamplerChannel = 0;                          iSamplerChannel = 0;
652                          iAudioDevice = 0;                          iAudioDevice = 0;
653                          iMidiDevice = 0;                          iMidiDevice = 0;
654                            iMidiMaps = 0;
655                            iMidiInstruments = 0;
656                  }                  }
657          }          }
658          else if (lscp_parser_test(&tok, "CREATE")) {          else if (lscp_parser_test(&tok, "CREATE")) {
# Line 714  lscp_status_t server_callback ( lscp_con Line 716  lscp_status_t server_callback ( lscp_con
716          else if (lscp_parser_test2(&tok, "CLEAR", "MIDI_INSTRUMENTS")) {          else if (lscp_parser_test2(&tok, "CLEAR", "MIDI_INSTRUMENTS")) {
717                  // Clear the MIDI instrumnet map:                  // Clear the MIDI instrumnet map:
718                  // CLEAR MIDI_INSTRUMENTS                  // CLEAR MIDI_INSTRUMENTS
719                    iMidiInstruments = 0;
720          }          }
721          else if (lscp_parser_test(&tok, "SUBSCRIBE")) {          else if (lscp_parser_test(&tok, "SUBSCRIBE")) {
722                  // Register frontend for receiving event notification messages:                  // Register frontend for receiving event notification messages:

Legend:
Removed from v.985  
changed lines
  Added in v.988

  ViewVC Help
Powered by ViewVC