/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.h

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

revision 1923 by iliev, Wed Sep 3 17:18:51 2008 UTC revision 1924 by persson, Sun Jun 28 16:43:38 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2006 - 2008 Christian Schoenebeck                       *   *   Copyright (C) 2006 - 2009 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 284  namespace LinuxSampler { Line 284  namespace LinuxSampler {
284               */               */
285              static void fireMidiInstrumentMapInfoChanged(int MapId);              static void fireMidiInstrumentMapInfoChanged(int MapId);
286    
287              static optional<entry_t> GetEntry(int Map, midi_prog_index_t Index); // shall only be used by MidiInputPort ATM (see source comment)              static optional<entry_t> GetEntry(int Map, midi_prog_index_t Index); // shall only be used by EngineChannel ATM (see source comment)
288              friend class MidiInputPort; // allow MidiInputPort to access GetEntry()              friend class EngineChannel; // allow EngineChannel to access GetEntry()
289    
290          private:          private:
291              /**              /**

Legend:
Removed from v.1923  
changed lines
  Added in v.1924

  ViewVC Help
Powered by ViewVC