Skip to content

Commit

Permalink
Update edgemeal_Play lanes in time selection.lua
Browse files Browse the repository at this point in the history
Should be checking for prev_track, instead of track
  • Loading branch information
Edgemeal authored Oct 24, 2024
1 parent 3782e8d commit f409847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracks/edgemeal_Play lanes in time selection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function Exit()
SetAction(1068,repeatOn) -- restore user repeat mode setting
reaper.set_action_options(8) -- disables toolbar highlight
if no_buf ~= nil then SaveValues(no_buf, play_all, skip_comps, only_comps) end -- save app settings (this session only)
if track and PERFFLAGS then r.SetMediaTrackInfo_Value(track, "I_PERFFLAGS", PERFFLAGS) end -- restore users buffering setting
if prev_track and PERFFLAGS then r.SetMediaTrackInfo_Value(prev_track, "I_PERFFLAGS", PERFFLAGS) end -- restore users buffering setting
end

r.atexit(Exit)
Expand Down

0 comments on commit f409847

Please sign in to comment.