/[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 527 by capela, Mon May 9 11:59:58 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();
78          String RemoveChannel(uint uiSamplerChannel);          String RemoveChannel(uint uiSamplerChannel);
79          String GetAvailableEngines();          String GetAvailableEngines();
80            String ListAvailableEngines();
81          String GetEngineInfo(String EngineName);          String GetEngineInfo(String EngineName);
82          String GetChannelInfo(uint uiSamplerChannel);          String GetChannelInfo(uint uiSamplerChannel);
83          String GetVoiceCount(uint uiSamplerChannel);          String GetVoiceCount(uint uiSamplerChannel);
84          String GetStreamCount(uint uiSamplerChannel);          String GetStreamCount(uint uiSamplerChannel);
85          String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel);          String GetBufferFill(fill_response_t ResponseType, uint uiSamplerChannel);
86          String GetAvailableAudioOutputDrivers();          String GetAvailableAudioOutputDrivers();
87            String ListAvailableAudioOutputDrivers();
88          String GetAvailableMidiInputDrivers();          String GetAvailableMidiInputDrivers();
89            String ListAvailableMidiInputDrivers();
90          String GetAudioOutputDriverInfo(String Driver);          String GetAudioOutputDriverInfo(String Driver);
91          String GetMidiInputDriverInfo(String Driver);          String GetMidiInputDriverInfo(String Driver);
92  #ifdef __GNUC__  #ifdef __GNUC__

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

  ViewVC Help
Powered by ViewVC