mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix SNAFU in track-properties script
This commit is contained in:
parent
907c56234c
commit
3dc71953de
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function factory () return function ()
|
|||
t:set_comment ("This is a Drum Track", nil)
|
||||
|
||||
-- and set the fader to -7dB == 10 ^ (0.05 * -7)
|
||||
t:amp():gain_control():set_value (10 ^ (0.05 * -7), PBD.GroupControlDisposition.NoGroup)
|
||||
t:gain_control():set_value (10 ^ (0.05 * -7), PBD.GroupControlDisposition.NoGroup)
|
||||
end
|
||||
end
|
||||
end end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue