--- qsampler/trunk/src/qsamplerOptionsForm.h 2008/05/14 15:24:22 1738 +++ qsampler/trunk/src/qsamplerOptionsForm.h 2010/03/29 17:00:30 2074 @@ -1,7 +1,7 @@ // qsamplerOptionsForm.h // /**************************************************************************** - Copyright (C) 2004-2008, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007, Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -55,6 +55,8 @@ void chooseDisplayFont(); void chooseMessagesFont(); void toggleDisplayEffect(bool bOn); + void maxVoicesChanged(int iMaxVoices); + void maxStreamsChanged(int iMaxStreams); private: @@ -63,6 +65,8 @@ Options* m_pOptions; int m_iDirtySetup; int m_iDirtyCount; + bool bMaxVoicesModified; + bool bMaxStreamsModified; }; } // namespace QSampler