/[svn]/linuxsampler/trunk/src/network/lscpserver.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.h

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

revision 1765 by persson, Sat Sep 6 16:44:42 2008 UTC revision 1771 by iliev, Wed Sep 10 15:02:24 2008 UTC
# Line 202  class LSCPServer : public Thread { Line 202  class LSCPServer : public Thread {
202          String GetFileInstruments(String Filename);          String GetFileInstruments(String Filename);
203          String ListFileInstruments(String Filename);          String ListFileInstruments(String Filename);
204          String GetFileInstrumentInfo(String Filename, uint InstrumentID);          String GetFileInstrumentInfo(String Filename, uint InstrumentID);
205            String SendChannelMidiData(String MidiMsg, uint uiSamplerChannel, uint Arg1, uint Arg2);
206          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
207          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
208          String SetEcho(yyparse_param_t* pSession, double boolean_value);          String SetEcho(yyparse_param_t* pSession, double boolean_value);

Legend:
Removed from v.1765  
changed lines
  Added in v.1771

  ViewVC Help
Powered by ViewVC