Hello! My name is Danil. I am from Russia. I suggest the following
changes to the code lmms, in src/tracks/InstrumentTrack.cpp: row 1167...
> class fxLineLcdSpinBox : public lcdSpinBox
> {
> public:
> fxLineLcdSpinBox( int _num_digits, QWidget * _parent,
> const QString & _name ) :
> lcdSpinBox( _num_digits, _parent, _name ) {}
>
> protected:
> virtual void mouseDoubleClickEvent ( QMouseEvent * _me )
> {
> // my code
> engine::fxMixerView()->show();// show fxMixer window
> engine::fxMixerView()->setFocus();// set focus to fxMixer
> window
> // end my code
>
> engine::fxMixerView()->setCurrentFxLine( model()->value() );
> }
> };
>
> Now you can simultaneously open fxmixer and go to the desired channel :-)
> ___________________________________________________________________________
>
>
>
> Another noted one peculiarity: poorly distinguishable the active channel.
> It seems to me insufficient to provide the active channel only labeled
> green.
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel