/[svn]/linuxsampler/trunk/src/engines/InstrumentManagerThread.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/InstrumentManagerThread.h

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

revision 2185 by persson, Sun Jun 19 09:09:38 2011 UTC revision 2187 by persson, Sun Jun 19 18:54:11 2011 UTC
# Line 48  namespace LinuxSampler { Line 48  namespace LinuxSampler {
48              void StartNewLoad(String Filename, uint uiInstrumentIndex, EngineChannel* pEngineChannel);              void StartNewLoad(String Filename, uint uiInstrumentIndex, EngineChannel* pEngineChannel);
49              void StartSettingMode(InstrumentManager* pManager, const InstrumentManager::instrument_id_t& ID, InstrumentManager::mode_t Mode);              void StartSettingMode(InstrumentManager* pManager, const InstrumentManager::instrument_id_t& ID, InstrumentManager::mode_t Mode);
50              virtual ~InstrumentManagerThread();              virtual ~InstrumentManagerThread();
51    #ifdef __APPLE__
52              int StopThread();              int StopThread();
53    #endif
54          protected:          protected:
55              struct command_t {              struct command_t {
56                  enum cmd_type_t {                  enum cmd_type_t {

Legend:
Removed from v.2185  
changed lines
  Added in v.2187

  ViewVC Help
Powered by ViewVC