--- qsampler/trunk/src/qsamplerMainForm.ui 2007/01/15 11:27:22 1033 +++ qsampler/trunk/src/qsamplerMainForm.ui 2007/01/15 16:21:01 1034 @@ -801,6 +801,8 @@ class QWorkspace; class QProcess; + class QSlider; + class QSpinBox; class QLabel; class qsamplerOptions; class qsamplerChannel; @@ -820,13 +822,16 @@ QProcess *m_pServer; int m_iStartDelay; int m_iTimerDelay; - int m_iTimerSlot; + int m_iTimerSlot; QLabel *m_statusItem[5]; QPopupMenu *m_pRecentFilesMenu; QPtrList<qsamplerChannelStrip> m_changedStrips; qsamplerInstrumentListForm *m_pInstrumentListForm; qsamplerDeviceForm *m_pDeviceForm; static qsamplerMainForm *g_pMainForm; + QSlider *m_pVolumeSlider; + QSpinBox *m_pVolumeSpinBox; + int m_iVolumeChanging; fileNew( void ) @@ -855,6 +860,7 @@ helpAbout( void ) sessionDirty( void ) stabilizeForm( void ) + volumeChanged( int iVolume ) channelStripChanged( qsamplerChannelStrip *pChannelStrip ) channelsMenuAboutToShow() channelsMenuActivated( int iChannel )