--- qsampler/trunk/src/qsamplerChannelStrip.ui 2004/06/09 20:24:48 119 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2004/06/24 18:26:57 145 @@ -29,7 +29,7 @@ 0 0 694 - 49 + 46 @@ -126,7 +126,42 @@ 2 - + + + EngineNameTextLabel + + + + 7 + 5 + 0 + 0 + + + + + 255 + 255 + 127 + + + + displaybg1.png + + + ParentOrigin + + + -- + + + AlignTop + + + Engine name + + + InstrumentNameTextLabel @@ -150,17 +185,15 @@ Instrument file [index] - + - EngineNameTextLabel + MidiPortChannelTextLabel - - - 7 - 5 - 0 - 0 - + + + 20 + 0 + @@ -176,18 +209,18 @@ ParentOrigin - -- + --/-- - AlignTop + AlignTop|AlignHCenter - Engine name + MIDI Port/Channel - + - MidiPortChannelTextLabel + InstrumentStatusTextLabel @@ -197,9 +230,9 @@ - 255 + 0 255 - 127 + 0 @@ -209,13 +242,13 @@ ParentOrigin - --/-- + -- - AlignTop + AlignCenter - MIDI Port/Channel + IInstrument load status @@ -378,6 +411,7 @@ lscp/client.h + lscp/device.h qsamplerChannelStrip.ui.h @@ -390,6 +424,7 @@ QString m_sEngineName; QString m_sInstrumentFile; int m_iInstrumentNr; + int m_iInstrumentStatus; QString m_sMidiDriver; int m_iMidiDevice; int m_iMidiPort; @@ -418,6 +453,7 @@ loadEngine( const QString& sEngineName ) instrumentFile( void ) instrumentNr( void ) + instrumentStatus( void ) loadInstrument( const QString& sInstrumentFile, int iInstrumentNr ) midiDriver( void ) setMidiDriver( const QString& sMidiDriver )