You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forum Thread https://forum.cockos.com/showthread.php?t=304147
11
11
@metapackage
12
12
@changelog
13
-
- [Bug Fix] Check dependency on Markdown Library not working under windows
13
+
- [Bug Fix] Pinned track zone overlaps with the rest of the arrange view (thanks @smandrap !)
14
+
- [Bug Fixes] Fixed various bug linked to envelope visibility
14
15
@provides
15
16
[nomain] talagan_Reannotate/ext/**/*
16
17
[nomain] talagan_Reannotate/classes/**/*
@@ -31,4 +32,6 @@
31
32
You can consult the forum thread for more info.
32
33
33
34
Please note that this tool is very young and may contain bugs.
35
+
36
+
Special thanks to Christian Fillion for the infallible support on ReaImGui, and Arkadata for the continuous and precious feedback and comments during the dev !
localenv_entry=self:buildEditContextForThing(envelope, "env", i, "tcp", pos_x_pixels, pos_y_pixels, len_x_pixels, len_y_pixels, clamped_left, clamped_right)
219
+
220
+
table.insert(self.visible_things, env_entry)
221
+
end
214
222
end
215
-
end
216
223
217
-
ei=ei+1
224
+
ei=ei+1
225
+
end
218
226
end
219
227
220
-
localtrack_is_visible_in_tcp=false
221
-
if (i==-1) thentrack_is_visible_in_tcp= (reaper.GetMasterTrackVisibility() & 1~=0) elsetrack_is_visible_in_tcp= (reaper.IsTrackVisible(track, false)) end
222
-
223
228
-- Loop on items. Process item only if visible.
224
-
iftrack_height>0and ((track_top>=0andtrack_top<=avi.h) or (track_bottom>=0andtrack_bottom<=avi.h))andtrack_is_visible_in_tcpthen
229
+
iftrack_is_visible_in_tcpandtrack_height>0and ((track_top>=hlimitandtrack_top<=avi.h) or (track_bottom>=hlimitandtrack_bottom<=avi.h)) then
if (i==-1) thentrack_is_visible_in_mcp= (reaper.GetMasterTrackVisibility() & 2==0) elsetrack_is_visible_in_mcp= (reaper.IsTrackVisible(track, true)) end
0 commit comments