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

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

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

revision 410 by schoenebeck, Sat Feb 19 02:40:24 2005 UTC revision 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC
# Line 43  using namespace LinuxSampler; Line 43  using namespace LinuxSampler;
43  class LSCPInstrumentLoader : public Thread {  class LSCPInstrumentLoader : public Thread {
44      public:      public:
45          LSCPInstrumentLoader();          LSCPInstrumentLoader();
46          void StartNewLoad(String Filename, uint uiInstrumentIndex, Engine* pEngine);          void StartNewLoad(String Filename, uint uiInstrumentIndex, EngineChannel* pEngineChannel);
47          virtual ~LSCPInstrumentLoader();          virtual ~LSCPInstrumentLoader();
48      protected:      protected:
49          struct command_t {          struct command_t {
50              Engine* pEngine;              EngineChannel* pEngineChannel;
51          };          };
52    
53          // Instance variables.          // Instance variables.

Legend:
Removed from v.410  
changed lines
  Added in v.411

  ViewVC Help
Powered by ViewVC