qsamplerChannelStrip qsampler - A LinuxSampler Qt GUI Interface. Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. rncbc aka Rui Nuno Capela qsamplerChannelStrip 0 0 694 47 7 1 0 0 Channel qsamplerChannel.png StrongFocus unnamed 4 4 ChannelSetupPushButton &Channel Alt+C qsamplerChannel.png true Channel setup ChannelInfoFrame 5 5 0 0 200 0 320 64 0 0 0 displaybg1.png Panel Sunken unnamed 2 EngineNameTextLabel 7 5 0 0 255 255 127 displaybg1.png ParentOrigin -- AlignTop Engine name InstrumentNameTextLabel 0 255 0 displaybg1.png ParentOrigin -- Instrument file [index] MidiPortChannelTextLabel 20 0 255 255 127 displaybg1.png ParentOrigin --/-- AlignTop|AlignHCenter MIDI Port/Channel InstrumentStatusTextLabel 20 0 0 255 0 displaybg1.png ParentOrigin -- AlignCenter IInstrument load status VolumeSlider 180 0 100 Horizontal Both 10 Channel volume VolumeSpinBox 40 0 60 32767 % 100 Channel volume StreamUsageProgressBar 1 0 0 0 100 0 32767 22 false Least buffer fill stream usage (%) StreamVoiceCountTextLabel 60 0 32767 22 0 255 0 0 0 0 Panel Sunken --/-- AlignCenter Stream / Voice count VolumeSlider valueChanged(int) qsamplerChannelStrip volumeChanged(int) VolumeSpinBox valueChanged(int) qsamplerChannelStrip volumeChanged(int) ChannelSetupPushButton VolumeSlider VolumeSpinBox lscp/client.h lscp/device.h qsamplerChannelStrip.ui.h class qsamplerOptions; class qsamplerMainForm; qsamplerMainForm *m_pMainForm; int m_iChannelID; QString m_sEngineName; QString m_sInstrumentFile; int m_iInstrumentNr; int m_iInstrumentStatus; QString m_sMidiDriver; int m_iMidiDevice; int m_iMidiPort; int m_iMidiChannel; QString m_sAudioDriver; int m_iAudioDevice; float m_fVolume; int m_iDirtyChange; channelChanged( qsamplerChannelStrip * ) volumeChanged(int) channelSetup(bool bNew = false) init() destroy() setup( qsamplerMainForm *pMainForm, int iChannelID ) options( void ) client( void ) channelID( void ) setChannelID( int iChannelID ) engineName( void ) loadEngine( const QString& sEngineName ) instrumentFile( void ) instrumentNr( void ) instrumentStatus( void ) loadInstrument( const QString& sInstrumentFile, int iInstrumentNr ) midiDriver( void ) setMidiDriver( const QString& sMidiDriver ) midiDevice( void ) setMidiDevice( int iMidiDevice ) midiPort( void ) setMidiPort( int iMidiPort ) midiChannel( void ) setMidiChannel( int iMidiChannel ) audioDevice( void ) setAudioDevice( int iAudioDevice ) audioDriver( void ) setAudioDriver( const QString& sAudioDriver ) volume( void ) setVolume( float fVolume ) displayFont( void ) setDisplayFont( const QFont & font ) updateChannelInfo( void ) updateChannelVolume( void ) updateChannelUsage( void ) appendMessages( const QString & s ) appendMessagesColor( const QString & s, const QString & c ) appendMessagesText( const QString & s ) appendMessagesError( const QString & s ) appendMessagesClient( const QString & s ) contextMenuEvent( QContextMenuEvent *pEvent ) setMaxVolume( int iMaxVolume )