summaryrefslogtreecommitdiff
path: root/share/scripts/create_drum_tracks.lua
diff options
context:
space:
mode:
Diffstat (limited to 'share/scripts/create_drum_tracks.lua')
-rw-r--r--share/scripts/create_drum_tracks.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/create_drum_tracks.lua b/share/scripts/create_drum_tracks.lua
index 0f16f87a70..982cf2dd07 100644
--- a/share/scripts/create_drum_tracks.lua
+++ b/share/scripts/create_drum_tracks.lua
@@ -23,7 +23,7 @@ function factory () return function ()
while names[i] do
local tl = Session:new_audio_track (1, 2, nil, 1, names[i],
ARDOUR.PresentationInfo.max_order,
- ARDOUR.TrackMode.Normal)
+ ARDOUR.TrackMode.Normal, true)
for track in tl:iter () do
track:presentation_info_ptr ():set_color (color)