mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
noop: clarifying comment about a magic number
This commit is contained in:
parent
2ee3fefc41
commit
4d28df97fa
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ PBD::Signal1<void,VCAMasterStrip*> VCAMasterStrip::CatchDeletion;
|
|||
VCAMasterStrip::VCAMasterStrip (Session* s, boost::shared_ptr<VCA> v)
|
||||
: SessionHandlePtr (s)
|
||||
, _vca (v)
|
||||
, gain_meter (s, 254)
|
||||
, gain_meter (s, 254) /* magic number, don't adjust blindly */
|
||||
, context_menu (0)
|
||||
, delete_dialog (0)
|
||||
, control_slave_ui (s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue