/[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 123 by schoenebeck, Mon Jun 14 19:33:16 2004 UTC revision 133 by capela, Fri Jun 18 14:29:02 2004 UTC
# Line 130  class LSCPServer : public Thread { Line 130  class LSCPServer : public Thread {
130          }          }
131  };  };
132    
133    
134    /**
135     * Instrument loader thread for the LinuxSampler Control Protocol (LSCP).
136     */
137    class LSCPLoadInstrument : public Thread {
138    
139        public:
140            LSCPLoadInstrument(Engine* pEngine, String Filename, uint uiInstrument);
141    
142        protected:
143            // Instance variables.
144            Engine* pEngine;
145            String  Filename;
146            uint    uiInstrument;
147    
148            // Implementation of virtual method from class Thread.
149            int Main();
150    };
151    
152  #endif // __LSCPSERVER_H_  #endif // __LSCPSERVER_H_

Legend:
Removed from v.123  
changed lines
  Added in v.133

  ViewVC Help
Powered by ViewVC