--- jsampler/trunk/src/org/jsampler/SamplerModel.java 2008/02/14 14:59:30 1687 +++ jsampler/trunk/src/org/jsampler/SamplerModel.java 2008/02/14 16:52:36 1688 @@ -495,4 +495,7 @@ * Sets whether the sampler configuration is modified. */ public void setModified(boolean b); + + /** Resets the model. */ + public void reset(); }