/[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 397 by senkov, Mon Feb 21 04:28:50 2005 UTC revision 475 by schoenebeck, Thu Mar 17 23:56:56 2005 UTC
# Line 64  extern void restart(yyparse_param_t* ppa Line 64  extern void restart(yyparse_param_t* ppa
64  class LSCPServer : public Thread {  class LSCPServer : public Thread {
65      public:      public:
66          LSCPServer(Sampler* pSampler);          LSCPServer(Sampler* pSampler);
67            virtual ~LSCPServer();
68          int WaitUntilInitialized(long TimeoutSeconds = 0L, long TimeoutNanoSeconds = 0L);          int WaitUntilInitialized(long TimeoutSeconds = 0L, long TimeoutNanoSeconds = 0L);
69    
70          // Methods called by the parser          // Methods called by the parser
71          String DestroyAudioOutputDevice(uint DeviceIndex);          String DestroyAudioOutputDevice(uint DeviceIndex);
72          String DestroyMidiInputDevice(uint DeviceIndex);          String DestroyMidiInputDevice(uint DeviceIndex);
73          String LoadInstrument(String Filename, uint uiInstrument, uint uiSamplerChannel, bool bBackground = false);          String LoadInstrument(String Filename, uint uiInstrument, uint uiSamplerChannel, bool bBackground = false);
74          String LoadEngine(String EngineName, uint uiSamplerChannel);          String SetEngineType(String EngineName, uint uiSamplerChannel);
75          String GetChannels();          String GetChannels();
76          String ListChannels();          String ListChannels();
77          String AddChannel();          String AddChannel();

Legend:
Removed from v.397  
changed lines
  Added in v.475

  ViewVC Help
Powered by ViewVC