/[svn]/qsampler/trunk/src/qsamplerChannel.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannel.cpp

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

revision 760 by capela, Sun Aug 28 12:15:16 2005 UTC revision 824 by capela, Fri Dec 23 01:40:56 2005 UTC
# Line 32  Line 32 
32  #include "gig.h"  #include "gig.h"
33  #endif  #endif
34    
35  #define QSAMPLER_INSTRUMENT_MAX 8  #define QSAMPLER_INSTRUMENT_MAX 100
36    
37    
38  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
# Line 868  void qsamplerChannelRoutingTable::refres Line 868  void qsamplerChannelRoutingTable::refres
868  }  }
869    
870    
871    // Commit any pending editing.
872    void qsamplerChannelRoutingTable::flush (void)
873    {
874            if (QTable::isEditing())
875                QTable::endEdit(QTable::currEditRow(), QTable::currEditCol(), true, true);
876    }
877    
878    
879  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
880  // qsamplerChannelRoutingComboBox - Custom combo box for routing table.  // qsamplerChannelRoutingComboBox - Custom combo box for routing table.
881  //  //

Legend:
Removed from v.760  
changed lines
  Added in v.824

  ViewVC Help
Powered by ViewVC