/[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 2187 by persson, Sun Jun 19 18:54:11 2011 UTC revision 2277 by persson, Sat Oct 1 08:23:02 2011 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005 - 2011 Christian Schoenebeck                       *
4   *                                                                         *   *                                                                         *
5   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 59  namespace LinuxSampler { Line 59  namespace LinuxSampler {
59                  } type;                  } type;
60                  EngineChannel*                     pEngineChannel; ///< only for DIRECT_LOAD commands                  EngineChannel*                     pEngineChannel; ///< only for DIRECT_LOAD commands
61                  InstrumentManager*                 pManager;     ///< only for INSTR_MODE commands                  InstrumentManager*                 pManager;     ///< only for INSTR_MODE commands
62                  InstrumentManager::instrument_id_t instrumentId; ///< only for INSTR_MODE commands                  InstrumentManager::instrument_id_t instrumentId; ///< for both DIRECT_LOAD and INSTR_MODE
63                  InstrumentManager::mode_t          mode;         ///< only for INSTR_MODE commands                  InstrumentManager::mode_t          mode;         ///< only for INSTR_MODE commands
64              };              };
65    

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

  ViewVC Help
Powered by ViewVC