--- qsampler/trunk/src/qsamplerChannel.h 2005/08/28 11:44:10 759 +++ qsampler/trunk/src/qsamplerChannel.h 2005/08/30 09:52:46 767 @@ -210,6 +210,9 @@ // Common parameter table renderer. void refresh(qsamplerDevice *pDevice, const qsamplerChannelRoutingMap& routing); + + // Commit any pending editing. + void flush(); };