--- qsampler/trunk/src/qsamplerInstrumentForm.h 2007/11/22 11:10:44 1509 +++ qsampler/trunk/src/qsamplerInstrumentForm.h 2009/02/19 11:44:57 1840 @@ -1,7 +1,7 @@ // qsamplerInstrumentForm.h // /**************************************************************************** - Copyright (C) 2003-2007, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2009, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007, Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -30,6 +30,10 @@ namespace QSampler { +//------------------------------------------------------------------------- +// QSampler::InstrumentForm -- Instrument map item form interface. +// + class InstrumentForm : public QDialog { Q_OBJECT @@ -39,7 +43,7 @@ InstrumentForm(QWidget* pParent = NULL); ~InstrumentForm(); - void setup(qsamplerInstrument* pInstrument); + void setup(Instrument* pInstrument); public slots: @@ -56,7 +60,7 @@ Ui::qsamplerInstrumentForm m_ui; - qsamplerInstrument* m_pInstrument; + Instrument* m_pInstrument; int m_iDirtySetup; int m_iDirtyCount; int m_iDirtyName;