Browse Source

Mixer: Show strip number at top of each strip (eases mentally mapping onto hardware control surface).

tags/non-daw-v1.3.0
Jonathan Moore Liles 4 years ago
parent
commit
8d6885387b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mixer/src/Mixer_Strip.C

+ 1
- 2
mixer/src/Mixer_Strip.C View File

@@ -534,7 +534,6 @@ Mixer_Strip::update ( void )
}
}


void
Mixer_Strip::init ( )
{
@@ -633,8 +632,8 @@ Mixer_Strip::init ( )
o->callback( ((Fl_Callback*)cb_handle), this );
}
{ Fl_Scalepack *o = new Fl_Scalepack( 0,0, 45, 22 );
o->spacing(2);
o->type( FL_HORIZONTAL );
o->spacing(2);
{ Fl_Flip_Button* o = tab_button = new Fl_Flip_Button(61, 183, 45, 22, "Fadr/Signl");
o->tooltip( "Switch between fader and signal views" );
o->type(1);


Loading…
Cancel
Save