/[svn]/qsampler/trunk/src/qsamplerFxSendsModel.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerFxSendsModel.h

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

revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC revision 2074 by capela, Mon Mar 29 17:00:30 2010 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, Christian Schoenebeck
5       Copyright (C) 2010, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 58  signals: Line 59  signals:
59  public slots:  public slots:
60          void cleanRefresh();          void cleanRefresh();
61          void applyToSampler();          void applyToSampler();
62            // not pretty, but more efficient than wiring connections for each element
63            void onExternalModifiication(const QModelIndex& index);
64    
65  private:  private:
66          typedef QList<FxSend> FxSendsList;          typedef QList<FxSend> FxSendsList;

Legend:
Removed from v.1667  
changed lines
  Added in v.2074

  ViewVC Help
Powered by ViewVC